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

  /external/clang/test/CodeGen/
libcall-declarations.c 75 long double erfcl(long double);
277 F(erfcl), F(exp), F(expf), F(expl), F(exp2),
374 // CHECK-NOERRNO: declare x86_fp80 @erfcl(x86_fp80) [[NUW]]
  /bionic/libm/include/
math.h 415 long double erfcl(long double);
  /external/ltrace/etc/
libm.so.conf 346 ldouble erfcl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 423 long double erfcl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 425 long double erfcl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 420 long double erfcl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 420 long double erfcl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 415 long double erfcl(long double) __NDK_FPABI_MATH__;
  /bionic/tests/
math_test.cpp 760 TEST(math, erfcl) {
761 ASSERT_DOUBLE_EQ(0.15729920705028513l, erfcl(1.0L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 381 static_assert((std::is_same<decltype(erfcl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 657 __tg_erfc(long double __x) {return erfcl(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]

Completed in 174 milliseconds