Searched refs:TestCmppsSize (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 837 #define TestCmppsSize(FloatSize, Value0, Value1, Type) \ in TEST_F() macro 857 TestCmppsSize(32, (-1.0, 1.0, 3.14, 1024.5), (-1.0, 1.0, 3.14, 1024.5), in TEST_F() 859 TestCmppsSize(64, (1.0, -1000.0), (1.0, -1000.0), double); in TEST_F()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | XmmArith.cpp | 824 #define TestCmppsSize(FloatSize, Value0, Value1, Type) \ in TEST_F() macro 836 TestCmppsSize(32, (-1.0, 1.0, 3.14, 1024.5), (-1.0, 1.0, 3.14, 1024.5), in TEST_F() 838 TestCmppsSize(64, (1.0, -1000.0), (0.55, 1.21), double); in TEST_F()
|