Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dj0.rs161 const V02: f64 = 7.60068627350353253702e-05; /* 0x3F13ECBB, 0xF578C6C1 */ constant
198 v = 1.0 + z * (V01 + z * (V02 + z * (V03 + z * V04))); in y0()
Dj0f.rs106 const V02: f32 = 7.6006865129e-05; /* 0x389f65e0 */ constant
136 v = 1.0 + z * (V01 + z * (V02 + z * (V03 + z * V04))); in y0f()