Searched defs:t_h (Results 1 – 5 of 5) sorted by relevance
/external/AFLplusplus/src/ |
D | afl-common.c | 1143 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/ |
D | libm.rs | 241 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/ |
D | pow.rs | 293 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
|
D | powf.rs | 206 let mut t_h: f32; in powf() localVariable
|
/external/fdlibm/ |
D | e_pow.c | 209 double ss,s2,s_h,s_l,t_h,t_l; local
|