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

1 2 3 4 5 6 7 8 91011>>

  /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
  /development/ndk/platforms/android-L/arch-arm/symbols/
libm.so.functions.txt 44 atan2l
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libm.so.functions.txt 19 atan2l
  /development/ndk/platforms/android-L/arch-mips/symbols/
libm.so.functions.txt 23 atan2l
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libm.so.functions.txt 19 atan2l
  /development/ndk/platforms/android-L/arch-x86/symbols/
libm.so.functions.txt 19 atan2l
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libm.so.functions.txt 19 atan2l
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/lib/
libm.so 
  /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 97 long double atan2l_ = atan2l(ld, ld);
100 // CHECK-NO: declare x86_fp80 @atan2l(x86_fp80, x86_fp80) [[NUW_RN]]
103 // CHECK-YES-NOT: declare x86_fp80 @atan2l(x86_fp80, x86_fp80) [[NUW_RN]]
  /ndk/sources/android/support/include/
math.h 50 long double atan2l(long double x, long double y);
  /prebuilts/ndk/9/sources/android/support/include/
math.h 50 long double atan2l(long double x, long double y);
  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
math.pxd 113 long double atan2l "npy_atan2l"(long double x)

Completed in 977 milliseconds

1 2 3 4 5 6 7 8 91011>>