Home
last modified time | relevance | path

Searched refs:flt_m (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/util/
Dhalf_float.c54 const int flt_m = fi.i & 0x7fffff; in _mesa_float_to_half() local
64 if ((flt_e == 0) && (flt_m == 0)) { in _mesa_float_to_half()
69 else if ((flt_e == 0) && (flt_m != 0)) { in _mesa_float_to_half()
74 else if ((flt_e == 0xff) && (flt_m == 0)) { in _mesa_float_to_half()
79 else if ((flt_e == 0xff) && (flt_m != 0)) { in _mesa_float_to_half()
107 m = _mesa_lroundevenf(flt_m / (float) (1 << 13)); in _mesa_float_to_half()
138 int flt_m, flt_e, flt_s; in _mesa_half_to_float() local
148 flt_m = 0; in _mesa_half_to_float()
161 flt_m = 0; in _mesa_half_to_float()
166 flt_m = 1; in _mesa_half_to_float()
[all …]