Home
last modified time | relevance | path

Searched refs:atan2l (Results 1 – 8 of 8) sorted by relevance

/external/stlport/stlport/stl/config/
D_como.h86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
/external/clang/test/CodeGen/
Dlibcall-declarations.c15 long double atan2l(long double, long double);
80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
Dlibcalls.c92 long double atan2l_ = atan2l(ld, ld); in test_builtins()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h83 atan2l, enumerator
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp226 TLI.setUnavailable(LibFunc::atan2l); in initialize()
/external/clang/lib/Headers/
Dtgmath.h570 __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.h96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } in atan2l() function
/external/clang/include/clang/Basic/
DBuiltins.def826 LIBBUILTIN(atan2l, "LdLdLd", "fe", "math.h", ALL_LANGUAGES)