Home
last modified time | relevance | path

Searched defs:t_h (Results 1 – 5 of 5) sorted by relevance

/external/AFLplusplus/src/
Dafl-common.c1143 s32 t_d, t_h, t_m, t_s; in stringify_time_diff() local
1305 s32 t_d, t_h, t_m, t_s; in u_stringify_time_diff() local
1336 s32 t_d, t_h, t_m, t_s; in u_simplestring_time_diff() local
/external/rust/android-crates-io/crates/minimal-lexical/src/
Dlibm.rs241 let mut t_h: f32; in powf() localVariable
845 let t_h: f64 = with_set_high_word( in powd() localVariable
857 let t_h: f64 = with_set_low_word(3.0 + s2 + r, 0); in powd() localVariable
/external/rust/android-crates-io/crates/libm/src/math/
Dpow.rs293 let t_h: f64 = with_set_high_word( in pow() localVariable
305 let t_h: f64 = with_set_low_word(3.0 + s2 + r, 0); in pow() localVariable
Dpowf.rs206 let mut t_h: f32; in powf() localVariable
/external/fdlibm/
De_pow.c209 double ss,s2,s_h,s_l,t_h,t_l; local