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

1 2 3

  /prebuilts/ndk/r16/sources/android/support/include/
math.h 46 long double acosl(long double);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acosl.c 44 acosl(long double x) function
60 if(expt<ACOS_CONST) return pio2_hi+pio2_lo;/*x tiny: acosl=pi/2*/
e_acos.c 110 __weak_reference(acos, acosl);
  /external/clang/test/CodeGen/
libcall-declarations.c 42 long double acosl(long double);
270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
341 // CHECK-NOERRNO: declare x86_fp80 @acosl(x86_fp80) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 28 extern long double __REDIRECT_NTH (acosl, (long double), __acosl_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 28 extern long double __REDIRECT_NTH (acosl, (long double), __acosl_finite);
  /bionic/tests/headers/posix/
math_h.c 128 FUNCTION(acosl, long double (*f)(long double));
  /bionic/libc/include/
math.h 80 long double acosl(long double __x) __RENAME_LDBL(acos, 3, 21);
  /bionic/libm/x86/
e_acos.S 391 ALIAS_SYMBOL(acosl, acos);
    [all...]
  /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 472 /* Define to 1 if you have the `acosl' function. */
1353 # define acosl 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 472 /* Define to 1 if you have the `acosl' function. */
1353 # define acosl 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 472 /* Define to 1 if you have the `acosl' function. */
1353 # define acosl 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 472 /* Define to 1 if you have the `acosl' function. */
1353 # define acosl macro
    [all...]
  /bionic/tests/
math_test.cpp 436 TEST(MATH_TEST, acosl) {
437 ASSERT_DOUBLE_EQ(M_PI/2.0L, acosl(0.0L));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 75 __tg_acos(long double __x) {return acosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 75 __tg_acos(long double __x) {return acosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 75 __tg_acos(long double __x) {return acosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 84 __tg_acos(long double __x) {return acosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 84 __tg_acos(long double __x) {return acosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 84 __tg_acos(long double __x) {return acosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 84 __tg_acos(long double __x) {return acosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 84 __tg_acos(long double __x) {return acosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 84 __tg_acos(long double __x) {return acosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 84 __tg_acos(long double __x) {return acosl(__x);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 75 __tg_acos(long double __x) {return acosl(__x);}

Completed in 477 milliseconds

1 2 3