Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Derf.rs187 fn erfc2(ix: u32, mut x: f64) -> f64 { in erfc2() function
252 y = 1.0 - erfc2(ix, x); in erf()
305 return 2.0 - erfc2(ix, x); in erfc()
307 return erfc2(ix, x); in erfc()
Derff.rs97 fn erfc2(mut ix: u32, mut x: f32) -> f32 { in erfc2() function
163 y = 1.0 - erfc2(ix, x); in erff()
217 return 2.0 - erfc2(ix, x); in erfcf()
219 return erfc2(ix, x); in erfcf()