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

/haiku/src/system/libroot/posix/musl/math/
H A Derf.c187 static double erfc2(uint32_t ix, double x) function
238 y = 1 - erfc2(ix,x);
270 return sign ? 2 - erfc2(ix,x) : erfc2(ix,x);
H A Derff.c97 static float erfc2(uint32_t ix, float x) function
148 y = 1 - erfc2(ix,x);
180 return sign ? 2 - erfc2(ix,x) : erfc2(ix,x);
H A Derfl.c254 static long double erfc2(uint32_t ix, long double x) function
309 y = 1 - erfc2(ix,x);
339 return sign ? 2 - erfc2(ix,x) : erfc2(ix,x);

Completed in 22 milliseconds