Searched refs:erfc (Results 1 – 7 of 7) sorted by relevance
250 erfc(double x) in erfc() function308 __weak_reference(erfc, erfcl);
211 double erfc(double __x);213 long double erfcl(long double __x) __RENAME_LDBL(erfc, 3, 21);
79 TGMATH(erfc); in tgmath_h()
167 FUNCTION(erfc, double (*f)(double)); in math_h()
93 erfc;
201 erfc
999 TEST(MATH_TEST, erfc) { in TEST() argument1000 ASSERT_DOUBLE_EQ(0.15729920705028513, erfc(1.0)); in TEST()