HomeSort by relevance Sort by last modified time
    Searched full:flt_s (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/util/
half_float.c 56 const int flt_s = (fi.i >> 31) & 0x1; local
61 s = flt_s;
138 int flt_m, flt_e, flt_s; local
143 flt_s = s;
174 fi.i = (flt_s << 31) | (flt_e << 23) | flt_m;

Completed in 207 milliseconds