Searched defs:test_int (Results 1 – 11 of 11) sorted by relevance
90 static int test_int = MaxFloatRepresentableAsInt + 0x80; in main() local96 static int test_int = MinFloatRepresentableAsInt - 0x100; in main() local107 static int test_int = (unsigned)(MaxFloatRepresentableAsUInt + 0x100); in main() local113 static int test_int = Inf; in main() local118 static int test_int = NaN; in main() local126 static int test_int = (float)(FloatMaxAsUInt128 + 1); in main() local
37 test_int() in test_int() function
40 test_int() in test_int() function
11 void test_int(int i, unsigned u, long long ll, float f, double d) { in test_int() function
16 void test_int(int x) { in test_int() function
35 void test_int(int x) { in test_int() function
339 constexpr bool test_int() { in test_int() function
7 namespace test_int { namespace
105 def test_int(self): member in global_config_test
155 def test_int(self): member in SetMethodTests
110 int test_int = (int)cvtest::randInt(rng); in run() local