/external/valgrind/none/tests/s390x/ |
dfptest.c | 43 #define TEST_32(opcode, d, n) \ 102 printf("%d", TEST_32(".insn rxe, 0xed0000000050", +0.0DF, 1UL<<i)); 103 printf("%d", TEST_32(".insn rxe, 0xed0000000050", -0.0DF, 1UL<<i)); 104 printf("%d", TEST_32(".insn rxe, 0xed0000000050", +2.2DF, 1UL<<i)); 105 printf("%d", TEST_32(".insn rxe, 0xed0000000050", -2.2DF, 1UL<<i)); 106 printf("%d", TEST_32(".insn rxe, 0xed0000000050",+DEC_INFINITY,1UL<<i)); 107 printf("%d", TEST_32(".insn rxe, 0xed0000000050",-DEC_INFINITY,1UL<<i)); 108 printf("%d", TEST_32(".insn rxe, 0xed0000000050", +DEC_NAN, 1UL<<i)); 109 printf("%d", TEST_32(".insn rxe, 0xed0000000050", -DEC_NAN, 1UL<<i)); 112 printf("%d", TEST_32(".insn rxe, 0xed0000000051", +0.0DF, 1UL<<i)) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_sizes.py | 18 def test_32(self): member in class:SizesTestCase
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_sizes.py | 18 def test_32(self): member in class:SizesTestCase
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_sizes.py | 18 def test_32(self): member in class:SizesTestCase
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_sizes.py | 18 def test_32(self): member in class:SizesTestCase
|
/external/skia/tests/ |
MemsetTest.cpp | 135 static void test_32(skiatest::Reporter* reporter) { function 159 test_32(reporter);
|