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