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