Searched refs:erfcf (Results 1 – 6 of 6) sorted by relevance
128 erfcf(float x) in erfcf() function
94 erfcf;
168 FUNCTION(erfcf, float (*f)(float)); in math_h()
212 float erfcf(float __x);
200 erfcf
1003 TEST(MATH_TEST, erfcf) { in TEST() argument1004 ASSERT_FLOAT_EQ(0.15729921f, erfcf(1.0f)); in TEST()