Searched refs:exponent_max (Results 1 – 2 of 2) sorted by relevance
55 const uint16_t exponent_max = (1 << kFloat16ExponentBits) - 1; in float16classify() local56 const uint16_t exponent_mask = exponent_max << kFloat16MantissaBits; in float16classify()66 } else if (exponent == exponent_max) { in float16classify()
170 uint16_t exponent_max = (1 << 5) - 1; in Float16Classify() local171 uint16_t exponent_mask = exponent_max << 10; in Float16Classify()181 } else if (exponent == exponent_max) { in Float16Classify()