Searched refs:flt_m (Results 1 – 2 of 2) sorted by relevance
60 const int flt_m = fi.i & 0x7fffff; in _mesa_float_to_half_slow() local70 if ((flt_e == 0) && (flt_m == 0)) { in _mesa_float_to_half_slow()75 else if ((flt_e == 0) && (flt_m != 0)) { in _mesa_float_to_half_slow()80 else if ((flt_e == 0xff) && (flt_m == 0)) { in _mesa_float_to_half_slow()85 else if ((flt_e == 0xff) && (flt_m != 0)) { in _mesa_float_to_half_slow()89 m = flt_m >> 13; in _mesa_float_to_half_slow()117 m = _mesa_lroundevenf(flt_m / (float) (1 << 13)); in _mesa_float_to_half_slow()
1390 uint64_t flt_m = di.u & 0x0fffffffffffff; in _mesa_double_to_f32() local1398 if (flt_m != 0) { in _mesa_double_to_f32()1414 if (!(flt_e | flt_m)) { in _mesa_double_to_f32()1422 m = _mesa_short_shift_right_jam64(flt_m, 22); in _mesa_double_to_f32()1444 const uint32_t flt_m = fi.u & 0x7fffff; in _mesa_float_to_half_rtz_slow() local1452 if (flt_m != 0) { in _mesa_float_to_half_rtz_slow()1458 m = flt_m >> 13; in _mesa_float_to_half_rtz_slow()1469 if (!(flt_e | flt_m)) { in _mesa_float_to_half_rtz_slow()1475 m = flt_m >> 9 | ((flt_m & 0x1ff) != 0); in _mesa_float_to_half_rtz_slow()