Searched refs:NegNan (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_cast_main.cpp | 131 static const float NegNan = -0.0 / 0.0; in testVector() local 132 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testVector() 245 static const double NegNan = -0.0 / 0.0; in main() local 246 volatile float ValsF32[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in main() 249 volatile double ValsF64[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in main()
|
D | test_fcmp_main.cpp | 51 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()
|
D | test_arith.def | 67 #define FP_VALUE_ARRAY(NegInf, PosInf, NegNan, NaN) \ 80 Nan, NegNan, -0.0, \
|
D | test_arith_main.cpp | 251 static const Type NegNan = -0.0 / 0.0; in testsFp() local 252 volatile Type Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testsFp() 321 static const float NegNan = -0.0 / 0.0; in testsVecFp() local 322 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testsVecFp()
|
D | test_select_main.cpp | 75 static const float NegNan = -0.0 / 0.0; in testSelect() local 76 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testSelect()
|