Home
last modified time | relevance | path

Searched refs:NegNan (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp131 static const float NegNan = -0.0 / 0.0; in testVector() local
132 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testVector()
201 static const double NegNan = -0.0 / 0.0; in main() local
202 volatile float ValsF32[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in main()
205 volatile double ValsF64[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in main()
Dtest_fcmp_main.cpp51 static const double NegNan = -0.0 / 0.0; in initializeValues() local
55 assert(std::fpclassify(NegNan) == FP_NAN); in initializeValues()
60 FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in initializeValues()
Dtest_arith.def67 #define FP_VALUE_ARRAY(NegInf, PosInf, NegNan, NaN) \
80 Nan, NegNan, -0.0, \
Dtest_arith_main.cpp249 static const Type NegNan = -0.0 / 0.0; in testsFp() local
250 volatile Type Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testsFp()
320 static const float NegNan = -0.0 / 0.0; in testsVecFp() local
321 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testsVecFp()
Dtest_select_main.cpp75 static const float NegNan = -0.0 / 0.0; in testSelect() local
76 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testSelect()