Home
last modified time | relevance | path

Searched defs:PosInf (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp129 static const float PosInf = 1.0 / 0.0; in testVector() local
199 static const double PosInf = 1.0 / 0.0; in main() local
Dtest_select_main.cpp73 static const float PosInf = 1.0 / 0.0; in testSelect() local
Dtest_arith_main.cpp247 static const Type PosInf = 1.0 / 0.0; in testsFp() local
318 static const float PosInf = 1.0 / 0.0; in testsVecFp() local
Dtest_fcmp_main.cpp49 static const double PosInf = 1.0 / 0.0; in initializeValues() local
/external/python/cpython3/Lib/json/
Ddecoder.py16 PosInf = float('inf') variable
/external/python/cpython2/Lib/json/
Ddecoder.py22 NaN, PosInf, NegInf = _floatconstants() variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1250 Value *PosInf = ConstantFP::getInfinity(Ty); in optimizePow() local