Home
last modified time | relevance | path

Searched refs:CP_H (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs58 const CP_H: f32 = 9.6191406250e-01; /* 0x3f764000 =12b cp */ in powf() consts
297 z_h = CP_H * p_h; /* cp_h+cp_l = 2/(3*log2) */ in powf()
613 const CP_H: f64 = 9.61796700954437255859e-01; /* 0x3feec709_e0000000 =(float)cp */ in powd() consts
867 let z_h: f64 = CP_H * p_h; /* cp_h+cp_l = 2/(3*log2) */ in powd()

Completed in 3 milliseconds