Home
last modified time | relevance | path

Searched refs:TestCmppsSize (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp837 #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/
DXmmArith.cpp824 #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()