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

1 2 3 4 5

  /ndk/sources/android/support/include/
math.h 47 long double atanl(long double);
  /external/clang/test/CodeGen/
libcall-declarations.c 12 long double atanl(long double);
80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
96 // CHECK-NOERRNO: declare x86_fp80 @atanl(x86_fp80) [[NUW]]
libcalls.c 82 long double atanl_ = atanl(ld);
85 // CHECK-NO: declare x86_fp80 @atanl(x86_fp80) [[NUW_RN]]
88 // CHECK-YES-NOT: declare x86_fp80 @atanl(x86_fp80) [[NUW_RN]]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atan2l.c 67 return atanl(y); /* x=1.0 */
112 else z=atanl(fabsl(y/x)); /* safe to do y/x */
s_atan.c 123 __weak_reference(atan, atanl);
s_atanl.c 33 atanl(long double x) function
55 if (expt < ATAN_LINEAR) { /* if |x| is small, atanl(x)~=x */
  /development/ndk/platforms/android-3/include/
math.h 412 long double atanl(long double);
  /development/ndk/platforms/android-9/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
math.h 412 long double atanl(long double);

Completed in 1055 milliseconds

1 2 3 4 5