Searched refs:MaxFloatRepresentableAsInt (Results 1 – 1 of 1) sorted by relevance
63 float MaxFloatRepresentableAsInt = 0x7fffff80; in main() local64 (int)MaxFloatRepresentableAsInt; // ok in main()65 (int)-MaxFloatRepresentableAsInt; // ok in main()109 static int test_int = MaxFloatRepresentableAsInt + 0x80; in main()