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

  /external/chromium_org/third_party/angle/src/common/
mathutil.h 204 const unsigned int float32Bits = bitCast<unsigned int>(fp32);
205 const bool float32Sign = (float32Bits & float32SignMask) == float32SignMask;
207 unsigned int float32Val = float32Bits & float32ValueMask;
273 const unsigned int float32Bits = bitCast<unsigned int>(fp32);
274 const bool float32Sign = (float32Bits & float32SignMask) == float32SignMask;
276 unsigned int float32Val = float32Bits & float32ValueMask;

Completed in 340 milliseconds