Searched defs:NegNan (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_fcmp_main.cpp51 static const double NegNan = -0.0 / 0.0; local
55 assert(std::fpclassify(NegNan) == FP_NAN);
60 FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
H A Dtest_select_main.cpp75 static const float NegNan = -0.0 / 0.0; local
76 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
H A Dtest_arith_main.cpp249 static const Type NegNan = -0.0 / 0.0; local
250 volatile Type Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
320 static const float NegNan = -0.0 / 0.0; local
321 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
H A Dtest_cast_main.cpp131 static const float NegNan = -0.0 / 0.0; local
132 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
201 static const double NegNan = -0.0 / 0.0; local
202 volatile float ValsF32[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
205 volatile double ValsF64[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);

Completed in 113 milliseconds