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

1 2 3 4 5 6 7

  /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/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/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]]
libcall-declarations.c 12 long double atan2l(long double, long double);
264 F(atan2), F(atan2f), F(atan2l), F(abs), F(labs),
317 // CHECK-NOERRNO: declare x86_fp80 @atan2l(x86_fp80, x86_fp80) [[NUW]]
  /ndk/sources/android/support/src/
math_support.c 57 __attribute__((weak)) long double atan2l(long double x, long double y) { return atan2((double)x, (double)y); } function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 192 return atan2l (__imag__ _Z, __real__ _Z);
  /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);

Completed in 3026 milliseconds

1 2 3 4 5 6 7