Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h7194 static const unsigned int shifted_exp = 0x7c00 in half_to_float() local
7199 unsigned int exp_ = shifted_exp & o.u; // just the exponent in half_to_float()
7203 if (exp_ == shifted_exp) // Inf/NaN? in half_to_float()