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

1 2 3

  /prebuilts/ndk/r16/sources/android/support/include/
math.h 51 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]]
  /bionic/libm/x86/
s_atan.S 248 ALIAS_SYMBOL(atanl, atan);
  /bionic/tests/headers/posix/
math_h.c 145 FUNCTION(atanl, long double (*f)(long double));
  /bionic/libc/include/
math.h 88 long double atanl(long double __x) __RENAME_LDBL(atan, 3, 21);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 493 /* Define to 1 if you have the `atanl' function. */
1383 # define atanl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 493 /* Define to 1 if you have the `atanl' function. */
1383 # define atanl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 493 /* Define to 1 if you have the `atanl' function. */
1383 # define atanl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 493 /* Define to 1 if you have the `atanl' function. */
1383 # define atanl macro
    [all...]
  /bionic/tests/
math_test.cpp 460 TEST(MATH_TEST, atanl) {
461 ASSERT_DOUBLE_EQ(0.0L, atanl(0.0L));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 133 __tg_atan(long double __x) {return atanl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 133 __tg_atan(long double __x) {return atanl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 133 __tg_atan(long double __x) {return atanl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 142 __tg_atan(long double __x) {return atanl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 142 __tg_atan(long double __x) {return atanl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 142 __tg_atan(long double __x) {return atanl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 142 __tg_atan(long double __x) {return atanl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 142 __tg_atan(long double __x) {return atanl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 142 __tg_atan(long double __x) {return atanl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 142 __tg_atan(long double __x) {return atanl(__x);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 133 __tg_atan(long double __x) {return atanl(__x);}

Completed in 394 milliseconds

1 2 3