Searched defs:MaxFloatRepresentableAsUInt (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/test/ubsan/TestCases/Float/
H A Dcast-overflow.cpp48 float MaxFloatRepresentableAsUInt = 0xffffff00u; local
49 (unsigned int)MaxFloatRepresentableAsUInt; // ok
101 static int test_int = (unsigned)(MaxFloatRepresentableAsUInt + 0x100);

Completed in 1268 milliseconds