Searched defs:t_h (Results 1 – 5 of 5) sorted by relevance
| /third_party/FreeBSD/lib/msun/ld128/ |
| D | e_powl.c | 150 long double s2, s_h, s_l, t_h, t_l; in powl() local
|
| /third_party/rust/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
|
| /third_party/jerryscript/jerry-libm/ |
| D | pow.c | 306 double_accessor s_h, t_h; in pow() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | mjpegdec.c | 1875 int t_w, t_h, v1, v2; in mjpeg_decode_app() local
|
| /third_party/node/deps/v8/src/base/ |
| D | ieee754.cc | 2784 double ss, s2, s_h, s_l, t_h, t_l; in pow() local
|