Searched defs:t_h (Results 1 – 4 of 4) sorted by relevance
241 let mut t_h: f32; in powf() localVariable845 let t_h: f64 = with_set_high_word( in powd() localVariable857 let t_h: f64 = with_set_low_word(3.0 + s2 + r, 0); in powd() localVariable
308 let t_h: f64 = with_set_high_word( in pow() localVariable320 let t_h: f64 = with_set_low_word(3.0 + s2 + r, 0); in pow() localVariable
213 let mut t_h: f32; in powf() localVariable
209 double ss,s2,s_h,s_l,t_h,t_l; local