Searched refs:atan2l (Results 1 – 8 of 8) sorted by relevance
/external/stlport/stlport/stl/config/ |
D | _como.h | 86 # define atan2l atan2 macro 119 # define atan2l atan2 macro 160 # define atan2l atan2 macro
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 15 long double atan2l(long double, long double); 80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
|
D | libcalls.c | 92 long double atan2l_ = atan2l(ld, ld); in test_builtins()
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 83 atan2l, enumerator
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 226 TLI.setUnavailable(LibFunc::atan2l); in initialize()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);} in __tg_atan2() 1237 __tg_carg(long double __x) {return atan2l(0.L, __x);} in __tg_carg()
|
/external/stlport/stlport/stl/ |
D | _cmath.h | 96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } in atan2l() function
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 826 LIBBUILTIN(atan2l, "LdLdLd", "fe", "math.h", ALL_LANGUAGES)
|