Searched refs:erfcf (Results 1 – 3 of 3) sorted by relevance
151 erfcf(float x) in erfcf() function
334 float erfcf(float);
655 TEST(math, erfcf) { in TEST() argument656 ASSERT_FLOAT_EQ(0.15729921f, erfcf(1.0f)); in TEST()