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

  /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]]
  /external/bison/darwin-lib/
math.h 538 # undef acosl
539 _GL_FUNCDECL_SYS (acosl, long double, (long double x));
541 _GL_CXXALIAS_SYS (acosl, long double, (long double x));
542 _GL_CXXALIASWARN (acosl);
544 # undef acosl macro
546 _GL_WARN_ON_USE (acosl, "acosl is unportable - "
547 "use gnulib module acosl for portability");
    [all...]
  /external/bison/lib/
math.in.h 226 # undef acosl macro
227 _GL_FUNCDECL_SYS (acosl, long double, (long double x));
229 _GL_CXXALIAS_SYS (acosl, long double, (long double x));
230 _GL_CXXALIASWARN (acosl); variable
232 # undef acosl macro
234 _GL_WARN_ON_USE (acosl, "acosl is unportable - "
235 "use gnulib module acosl for portability");
    [all...]
  /external/bison/linux-lib/
math.h 538 # undef acosl
539 _GL_FUNCDECL_SYS (acosl, long double, (long double x));
541 _GL_CXXALIAS_SYS (acosl, long double, (long double x));
542 _GL_CXXALIASWARN (acosl);
544 # undef acosl macro
546 _GL_WARN_ON_USE (acosl, "acosl is unportable - "
547 "use gnulib module acosl for portability");
    [all...]
  /bionic/libm/include/
math.h 404 long double acosl(long double);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 113 /// long double acosl(long double x);
114 acosl, enumerator in enum:llvm::LibFunc::Func
  /external/ltrace/etc/
libm.so.conf 34 ldouble acosl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 410 long double acosl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 412 long double acosl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 407 long double acosl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 407 long double acosl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 404 long double acosl(long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 67 "acosl",
431 TLI.setUnavailable(LibFunc::acosl);
  /bionic/tests/
math_test.cpp 332 TEST(math, acosl) {
333 ASSERT_DOUBLE_EQ(M_PI/2.0L, acosl(0.0L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 22 static_assert((std::is_same<decltype(acosl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 75 __tg_acos(long double __x) {return acosl(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 46 static_assert((std::is_same<decltype(std::acosl(0)), long double>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 603 milliseconds