Searched refs:F32_EXPO_MSK (Results 1 – 2 of 2) sorted by relevance
578 #define F32_EXPO_MSK 0xFF /* Bitmask for the exponent (right shifted by F32_EXPO_OFFS). */ macro596 uint32_t expo = (value32 >> F32_EXPO_OFFS) & F32_EXPO_MSK;633 } else if (expo != F32_EXPO_MSK || !mantissa) {
778 #define F32_EXPO_MSK 0xFF /* Bitmask for the exponent (right shifted by F32_EXPO_OFFS). */ macro800 : (expo == F16_EXPO_MSK /* inf/NaN */) ? F32_EXPO_MSK