Home
last modified time | relevance | path

Searched refs:PosInf (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_fcmp_main.cpp49 static const double PosInf = 1.0 / 0.0; in initializeValues() local
53 assert(std::fpclassify(PosInf) == FP_INFINITE); in initializeValues()
57 assert(NegInf < PosInf); in initializeValues()
58 assert(Zero < PosInf); in initializeValues()
60 FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in initializeValues()
Dtest_cast_main.cpp129 static const float PosInf = 1.0 / 0.0; in testVector() local
132 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testVector()
243 static const double PosInf = 1.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()
Dtest_arith.def67 #define FP_VALUE_ARRAY(NegInf, PosInf, NegNan, NaN) \
79 0xffffffffffffffffll, NegInf, PosInf, \
Dtest_arith_main.cpp249 static const Type PosInf = 1.0 / 0.0; in testsFp() local
252 volatile Type Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testsFp()
319 static const float PosInf = 1.0 / 0.0; in testsVecFp() local
322 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testsVecFp()
Dtest_select_main.cpp73 static const float PosInf = 1.0 / 0.0; in testSelect() local
76 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testSelect()
/external/python/cpython2/Lib/json/
Ddecoder.py22 NaN, PosInf, NegInf = _floatconstants() variable
51 'Infinity': PosInf,
/external/python/cpython3/Lib/json/
Ddecoder.py16 PosInf = float('inf') variable
48 'Infinity': PosInf,
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1660 Value *PosInf = ConstantFP::getInfinity(Ty), in replacePowWithSqrt() local
1663 Sqrt = B.CreateSelect(FCmp, PosInf, Sqrt); in replacePowWithSqrt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1665 Value *PosInf = ConstantFP::getInfinity(Ty), in replacePowWithSqrt() local
1668 Sqrt = B.CreateSelect(FCmp, PosInf, Sqrt); in replacePowWithSqrt()