HomeSort by relevance Sort by last modified time
    Searched full:atan2l (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cargl.c 37 return (atan2l(cimagl(z), creall(z)));
e_atan2.c 128 __weak_reference(atan2, atan2l);
e_atan2l.c 47 atan2l(long double y, long double x) function
  /external/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /external/clang/test/CodeGen/
libcalls.c 92 long double atan2l_ = atan2l(ld, ld);
95 // CHECK-NO: declare x86_fp80 @atan2l(x86_fp80, x86_fp80) [[NUW_RN]]
98 // CHECK-YES-NOT: declare x86_fp80 @atan2l(x86_fp80, x86_fp80) [[NUW_RN]]
libcall-declarations.c 15 long double atan2l(long double, long double);
80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
99 // CHECK-NOERRNO: declare x86_fp80 @atan2l(x86_fp80, x86_fp80) [[NUW]]
  /ndk/sources/android/support/include/
math.h 48 long double atan2l(long double x, long double y);
  /bionic/tests/
math_test.cpp 276 TEST(math, atan2l) {
277 ASSERT_FLOAT_EQ(0.0, atan2l(0.0, 0.0));
  /external/clang/lib/Headers/
tgmath.h 570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);}
1237 __tg_carg(long double __x) {return atan2l(0.L, __x);}
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 110 /// long double atan2l(long double y, long double x);
111 atan2l, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 71 "atan2l",
383 TLI.setUnavailable(LibFunc::atan2l);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libm-2.7.so 
libm.so 
libm.so.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libm-2.7.so 
libm.so 
libm.so.6 
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);}
1237 __tg_carg(long double __x) {return atan2l(0.L, __x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 64 long double atan2l(long double y, long double x);
723 inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __y, long double __x) _NOEXCEPT {return atan2l(__y, __x);}
    [all...]

Completed in 2385 milliseconds

1 2 3 4 5 6 7 8 9