Searched refs:erfc2 (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Derf.c185 static double erfc2(uint32_t ix, double x) { function
232 y = 1 - erfc2(ix, x);
263 return sign ? 2 - erfc2(ix, x) : erfc2(ix, x);
H A Derfl.c259 static long double erfc2(uint32_t ix, long double x) { function
315 y = 1 - erfc2(ix, x);
341 return sign ? 2 - erfc2(ix, x) : erfc2(ix, x);
H A Derff.c95 static float erfc2(uint32_t ix, float x) { function
142 y = 1 - erfc2(ix, x);
173 return sign ? 2 - erfc2(ix, x) : erfc2(ix, x);

Completed in 31 milliseconds