Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/msun/ld128/
De_powl.c150 long double s2, s_h, s_l, t_h, t_l; in powl() local
/third_party/jerryscript/jerry-libm/
Dpow.c306 double_accessor s_h, t_h; in pow() local
/third_party/rust/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
/third_party/ffmpeg/libavcodec/
Dmjpegdec.c1875 int t_w, t_h, v1, v2; in mjpeg_decode_app() local