Searched refs:HALF_FLOAT_MAX_BIASED_EXP (Results 1 – 3 of 3) sorted by relevance
39 const unsigned int HALF_FLOAT_MAX_BIASED_EXP = (0x1F << 10); variable70 hf = (((GLhalf)sign) << 15) | (GLhalf)(HALF_FLOAT_MAX_BIASED_EXP) | (GLhalf)(mantissa >> 13); in floatToHalfFloat()261 unsigned int exp = (unsigned int)(hf & HALF_FLOAT_MAX_BIASED_EXP); in halfFloatToFloat()267 if (exp == HALF_FLOAT_MAX_BIASED_EXP) in halfFloatToFloat()
733 const unsigned int HALF_FLOAT_MAX_BIASED_EXP = (0x1F << 10); in floatToHalf() local757 …return (GLhalf)((((GLhalf)sign) << 15) | (GLhalf)(HALF_FLOAT_MAX_BIASED_EXP) | (GLhalf)(mantissa >… in floatToHalf()
244 const unsigned int HALF_FLOAT_MAX_BIASED_EXP = (0x1F << 10); in FloatToHalf() local269 …hf = (GLhalf)((((GLhalf)sign) << 15) | (GLhalf)(HALF_FLOAT_MAX_BIASED_EXP) | (GLhalf)(mantissa >> … in FloatToHalf()