Searched refs:kFloat16ExponentBits (Results 1 – 7 of 7) sorted by relevance
56 const uint16_t exponent_max = (1 << kFloat16ExponentBits) - 1; in float16classify()
141 const unsigned kFloat16ExponentBits = 5; variable
36 return FPRound<float16, kFloat16ExponentBits, kFloat16MantissaBits>( in FPRoundToFloat16()137 unsigned_bitextract_32(kFloat16MantissaBits + kFloat16ExponentBits - 1, in FPToFloat()
84 VIXL_CHECK(vixl::aarch64::kFloat16ExponentBits == vixl::kFloat16ExponentBits); in TEST()
272 ExtractUnsignedBitfield32(kFloat16MantissaBits + kFloat16ExponentBits - 1, in FPToFloat()
1002 const unsigned kFloat16ExponentBits = 5; variable1242 kFloat16ExponentBits, in FPRoundToFloat16()
124 using vixl::kFloat16ExponentBits;