Searched refs:raw_bits (Results 1 – 1 of 1) sorted by relevance
56 const IntType raw_bits = bit_cast<IntType>(arg); in FClass() local60 return (raw_bits & quiet_bit) ? 0b10'0000'0000 : 0b01'0000'0000; in FClass()