Home
last modified time | relevance | path

Searched refs:erfc2 (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Derf.c187 static double erfc2(uint32_t ix, double x) in erfc2() function
238 y = 1 - erfc2(ix,x); in erf()
270 return sign ? 2 - erfc2(ix,x) : erfc2(ix,x); in erfc()
Derff.c97 static float erfc2(uint32_t ix, float x) in erfc2() function
148 y = 1 - erfc2(ix,x); in erff()
180 return sign ? 2 - erfc2(ix,x) : erfc2(ix,x); in erfcf()
Derfl.c254 static long double erfc2(uint32_t ix, long double x) in erfc2() function
309 y = 1 - erfc2(ix,x); in erfl()
339 return sign ? 2 - erfc2(ix,x) : erfc2(ix,x); in erfcl()
/third_party/musl/src/math/
Derff.c97 static float erfc2(uint32_t ix, float x) in erfc2() function
148 y = 1 - erfc2(ix,x); in erff()
180 return sign ? 2 - erfc2(ix,x) : erfc2(ix,x); in erfcf()
Derf.c187 static double erfc2(uint32_t ix, double x) in erfc2() function
238 y = 1 - erfc2(ix,x); in erf()
270 return sign ? 2 - erfc2(ix,x) : erfc2(ix,x); in erfc()
Derfl.c254 static long double erfc2(uint32_t ix, long double x) in erfc2() function
309 y = 1 - erfc2(ix,x); in erfl()
339 return sign ? 2 - erfc2(ix,x) : erfc2(ix,x); in erfcl()