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

  /external/clang/test/CodeGen/
libcall-declarations.c 72 long double erfl(long double);
276 F(erf), F(erff), F(erfl), F(erfc), F(erfcf),
371 // CHECK-NOERRNO: declare x86_fp80 @erfl(x86_fp80) [[NUW]]
  /bionic/libm/include/
math.h 416 long double erfl(long double);
  /external/ltrace/etc/
libm.so.conf 342 ldouble erfl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 424 long double erfl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 426 long double erfl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 421 long double erfl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 421 long double erfl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 416 long double erfl(long double) __NDK_FPABI_MATH__;
  /bionic/tests/
math_test.cpp 748 TEST(math, erfl) {
749 ASSERT_DOUBLE_EQ(0.84270079294971489L, erfl(1.0L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 373 static_assert((std::is_same<decltype(erfl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 640 __tg_erf(long double __x) {return erfl(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]

Completed in 1564 milliseconds