Searched refs:atanl (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
H A Dlibcalls.c87 long double atanl_ = atanl(ld);
90 // CHECK-NO: declare x86_fp80 @atanl(x86_fp80) [[NUW_RN]]
93 // CHECK-YES-NOT: declare x86_fp80 @atanl(x86_fp80) [[NUW_RN]]
H A Dlibcall-declarations.c54 long double atanl( long double);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
353 // CHECK-NOERRNO: declare x86_fp80 @atanl(x86_fp80) [[NUW]]
/external/bison/darwin-lib/
H A Dmath.h600 # undef atanl
601 _GL_FUNCDECL_SYS (atanl, long double, (long double x));
603 _GL_CXXALIAS_SYS (atanl, long double, (long double x));
604 _GL_CXXALIASWARN (atanl);
606 # undef atanl macro
608 _GL_WARN_ON_USE (atanl, "atanl is unportable - "
609 "use gnulib module atanl for portability");
/external/bison/lib/
H A Dmath.in.h288 # undef atanl macro
289 _GL_FUNCDECL_SYS (atanl, long double, (long double x));
291 _GL_CXXALIAS_SYS (atanl, long double, (long double x));
292 _GL_CXXALIASWARN (atanl); variable
294 # undef atanl macro
296 _GL_WARN_ON_USE (atanl, "atanl is unportable - "
297 "use gnulib module atanl for portability");
/external/bison/linux-lib/
H A Dmath.h600 # undef atanl
601 _GL_FUNCDECL_SYS (atanl, long double, (long double x));
603 _GL_CXXALIAS_SYS (atanl, long double, (long double x));
604 _GL_CXXALIASWARN (atanl);
606 # undef atanl macro
608 _GL_WARN_ON_USE (atanl, "atanl is unportable - "
609 "use gnulib module atanl for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h143 /// long double atanl(long double x);
144 atanl, enumerator in enum:llvm::LibFunc::Func
/external/ltrace/etc/
H A Dlibm.so.conf38 ldouble atanl(ldouble);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp82 "atanl",
433 TLI.setUnavailable(LibFunc::atanl);
/external/clang/lib/Headers/
H A Dtgmath.h133 __tg_atan(long double __x) {return atanl(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp38 static_assert((std::is_same<decltype(atanl(0)), long double>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp82 static_assert((std::is_same<decltype(std::atanl(0)), long double>::value), "");
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do

Completed in 698 milliseconds