Home
last modified time | relevance | path

Searched defs:CP_H (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/libm/src/math/
Dpowf.rs40 const CP_H: f32 = 9.6191406250e-01; /* 0x3f764000 =12b cp */ constant
Dpow.rs86 const CP_H: f64 = 9.61796700954437255859e-01; /* 0x3feec709_e0000000 =(float)cp */ constant
/external/rust/crates/minimal-lexical/src/
Dlibm.rs58 const CP_H: f32 = 9.6191406250e-01; /* 0x3f764000 =12b cp */ in powf() constant
613 const CP_H: f64 = 9.61796700954437255859e-01; /* 0x3feec709_e0000000 =(float)cp */ in powd() constant