HomeSort by relevance Sort by last modified time
    Searched refs:erfcl (Results 1 - 10 of 10) 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/upstream-freebsd/lib/msun/src/
s_erf.c 308 __weak_reference(erfc, erfcl);
  /bionic/tests/headers/posix/
math_h.c 169 FUNCTION(erfcl, long double (*f)(long double));
  /bionic/libc/include/
math.h 213 long double erfcl(long double __x) __RENAME_LDBL(erfc, 3, 21);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_erfl.c 256 erfcl(long double x) function
264 if((hx & 0x7fff) == 0x7fff) { /* erfcl(nan)=nan */
265 /* erfcl(+-inf)=0,2 */
  /bionic/tests/
math_test.cpp 1007 TEST(MATH_TEST, erfcl) {
1008 ASSERT_DOUBLE_EQ(0.15729920705028513L, erfcl(1.0L));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 657 __tg_erfc(long double __x) {return erfcl(__x);}
  /external/libcxx/include/
math.h 179 long double erfcl(long double x);
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp     [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp     [all...]

Completed in 435 milliseconds