Home
last modified time | relevance | path

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

/external/vixl/src/vixl/
Dutils.cc109 uint16_t exponent_max = (1 << 5) - 1; in float16classify() local
110 uint16_t exponent_mask = exponent_max << 10; in float16classify()
120 } else if (exponent == exponent_max) { in float16classify()