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()
93 erfc;
208 double erfc(double __x);
201 erfc
1034 TEST(math_h, erfc) { in TEST() argument1035 ASSERT_DOUBLE_EQ(0.15729920705028513, erfc(1.0)); in TEST()