Home
last modified time | relevance | path

Searched defs:FloatTypeTraits (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp59282 struct FloatTypeTraits struct
59284 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;