Searched refs:erfc2 (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | erf.c | 187 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()
|
D | erff.c | 97 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()
|
D | erfl.c | 254 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/ |
D | erff.c | 97 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()
|
D | erf.c | 187 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()
|
D | erfl.c | 254 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()
|