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

1 2 3 4 5 6 7

  /ndk/sources/android/support/include/
math.h 49 long double atanl(long double);
  /prebuilts/ndk/9/sources/android/support/include/
math.h 49 long double atanl(long double);
  /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 */
  /external/clang/test/CodeGen/
libcalls.c 87 long double atanl_ = atanl(ld);
90 // CHECK-NO: declare x86_fp80 @atanl(x86_fp80) [[NUW_RN]]
93 // CHECK-YES-NOT: declare x86_fp80 @atanl(x86_fp80) [[NUW_RN]]
libcall-declarations.c 54 long double atanl( long double);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
353 // CHECK-NOERRNO: declare x86_fp80 @atanl(x86_fp80) [[NUW]]
  /ndk/sources/android/support/src/
math_support.c 56 __attribute__((weak)) long double atanl(long double x) { return atan((double)x); } function
  /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 1046 milliseconds

1 2 3 4 5 6 7