Searched defs:FloatTypeTraits (Results 1 – 1 of 1) sorted by relevance
59282 struct FloatTypeTraits struct59284 typedef uint32_t Bits;59286 static const unsigned kExponentBias = 127;59287 static const unsigned kExponentShift = 23;59289 static const Bits kSignBit = 0x80000000UL;59290 static const Bits kExponentBits = 0x7F800000UL;59291 static const Bits kSignificandBits = 0x007FFFFFUL;