Searched defs:s_h (Results 1 – 4 of 4) 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/jerryscript/jerry-libm/ |
| D | pow.c | 306 double_accessor s_h, t_h; in pow() local
|
| /third_party/rust/crates/minimal-lexical/src/ |
| D | libm.rs | 239 let mut s_h: f32; in powf() localVariable 842 let s_h = with_set_low_word(ss, 0); in powd() localVariable
|
| /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
|