Searched defs:TestMinMaxPS (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DXmmArith.cpp465 #define TestMinMaxPS(FloatSize, Dst, Value0, Src, Value1, Inst, Type) \ macro
544 TestMinMaxPS(32, Dst, (1.0, 100.0, -1000.0, 20.0), Src, \
546 TestMinMaxPS(32, Dst, (1.0, 100.0, -1000.0, 20.0), Src, \
548 TestMinMaxPS(64, Dst, (1.0, -1000.0), Src, (0.55, 1.21), minps, double); \
549 TestMinMaxPS(64, Dst, (1.0, -1000.0), Src, (0.55, 1.21), maxps, double); \
574 #undef TestMinMaxPS macro
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DXmmArith.cpp469 #define TestMinMaxPS(FloatSize, Dst, Value0, Src, Value1, Inst, Type) \ macro
546 TestMinMaxPS(32, Dst, (1.0, 100.0, -1000.0, 20.0), Src, \
548 TestMinMaxPS(32, Dst, (1.0, 100.0, -1000.0, 20.0), Src, \
550 TestMinMaxPS(64, Dst, (1.0, -1000.0), Src, (0.55, 1.21), minps, double); \
551 TestMinMaxPS(64, Dst, (1.0, -1000.0), Src, (0.55, 1.21), maxps, double); \
580 #undef TestMinMaxPS macro

Completed in 69 milliseconds