Searched defs:flt_s (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ | ||
| H A D | half_float.c | 59 const int flt_s = (fi.i >> 31) & 0x1; local in function:_mesa_float_to_half 141 int flt_m, flt_e, flt_s; local in function:_mesa_half_to_float |
| /xsrc/external/mit/MesaLib/dist/src/util/ | ||
| H A D | half_float.c | 62 const int flt_s = (fi.i >> 31) & 0x1; local in function:_mesa_float_to_half_slow |
| H A D | softfloat.c | 1392 uint64_t flt_s = (di.u >> 63) & 0x1; local in function:_mesa_double_to_f32 1446 const uint32_t flt_s = (fi.u >> 31) & 0x1; local in function:_mesa_float_to_half_rtz_slow |
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ | ||
| H A D | vp-array-hf.c | 24 const int flt_s = (fi.i >> 31) & 0x1; local in function:_mesa_float_to_half |
Completed in 10 milliseconds