Searched refs:MaxFloatRepresentableAsInt (Results 1 – 1 of 1) sorted by relevance
44 float MaxFloatRepresentableAsInt = 0x7fffff80; in main() local45 (int)MaxFloatRepresentableAsInt; // ok in main()46 (int)-MaxFloatRepresentableAsInt; // ok in main()90 static int test_int = MaxFloatRepresentableAsInt + 0x80; in main()