Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
Dutils-arm64.cc55 const uint16_t exponent_max = (1 << kFloat16ExponentBits) - 1; in float16classify() local
56 const uint16_t exponent_mask = exponent_max << kFloat16MantissaBits; in float16classify()
66 } else if (exponent == exponent_max) { in float16classify()
/third_party/vixl/src/
Dutils-vixl.cc170 uint16_t exponent_max = (1 << 5) - 1; in Float16Classify() local
171 uint16_t exponent_mask = exponent_max << 10; in Float16Classify()
181 } else if (exponent == exponent_max) { in Float16Classify()