Searched refs:PosInf (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_fcmp_main.cpp49 static const double PosInf = 1.0 / 0.0; local
53 assert(std::fpclassify(PosInf) == FP_INFINITE);
57 assert(NegInf < PosInf);
58 assert(Zero < PosInf);
60 FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
H A Dtest_cast_main.cpp129 static const float PosInf = 1.0 / 0.0; local
132 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
199 static const double PosInf = 1.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);
H A Dtest_arith_main.cpp247 static const Type PosInf = 1.0 / 0.0; local
250 volatile Type Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
318 static const float PosInf = 1.0 / 0.0; local
321 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
H A Dtest_select_main.cpp73 static const float PosInf = 1.0 / 0.0; local
76 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
/external/python/cpython2/Lib/json/
H A Ddecoder.py22 NaN, PosInf, NegInf = _floatconstants()
51 'Infinity': PosInf,
/external/python/cpython3/Lib/json/
H A Ddecoder.py16 PosInf = float('inf') variable
48 'Infinity': PosInf,

Completed in 186 milliseconds