Searched defs:flt_e (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ | ||
| H A D | half_float.c | 58 const int flt_e = (fi.i >> 23) & 0xff; local in function:_mesa_float_to_half 141 int flt_m, flt_e, flt_s; local in function:_mesa_half_to_float [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ | ||
| H A D | half_float.c | 61 const int flt_e = (fi.i >> 23) & 0xff; local in function:_mesa_float_to_half_slow |
| H A D | softfloat.c | 1391 uint64_t flt_e = (di.u >> 52) & 0x7ff; local in function:_mesa_double_to_f32 1445 const uint32_t flt_e = (fi.u >> 23) & 0xff; local in function:_mesa_float_to_half_rtz_slow [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ | ||
| H A D | vp-array-hf.c | 23 const int flt_e = (fi.i >> 23) & 0xff; local in function:_mesa_float_to_half |
Completed in 11 milliseconds