Home | History | Annotate | Download | only in src

Lines Matching refs:hi

42     uint32_t hi;
46 uint32_t hi;
302 int hi, lo; /* offsets in power of ten table */
304 hi = (min) (exp_hi, num_hi); /* only a few large powers of 10 */
305 exp_hi -= hi; /* could iterate in extreme case */
306 hi += thi-1;
307 _Stl_mult64(p, _Stl_tenpow[hi], prodhi, prodlo);
309 bexp += _Stl_twoexp[hi] - norm;
392 if (bexp <= -1022) { /* HI denorm or underflow */
579 v.ieee.mantissa0 = vv.i32.hi;
587 /* HI denorm or underflow */
635 v.ieee.mantissa0 = vv.i32.hi;