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

1 2 3 4

  /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
  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
math.h 30 long double atan2l(long double x, long double y);
  /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
  /external/clang/test/CodeGen/
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]]
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]]
  /development/ndk/platforms/android-3/include/
math.h 410 long double atan2l(long double, long double);
  /development/ndk/platforms/android-9/include/
math.h 410 long double atan2l(long double, long double);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 410 long double atan2l(long double, long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 410 long double atan2l(long double, long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 410 long double atan2l(long double, long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 410 long double atan2l(long double, long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 410 long double atan2l(long double, long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 410 long double atan2l(long double, long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 410 long double atan2l(long double, long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 410 long double atan2l(long double, long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 410 long double atan2l(long double, long double);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 410 long double atan2l(long double, long double);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 410 long double atan2l(long double, long double);

Completed in 63 milliseconds

1 2 3 4