Home
last modified time | relevance | path

Searched defs:NegInf (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp128 static const float NegInf = -1.0 / 0.0; in testVector() local
198 static const double NegInf = -1.0 / 0.0; in main() local
Dtest_select_main.cpp72 static const float NegInf = -1.0 / 0.0; in testSelect() local
Dtest_arith_main.cpp246 static const Type NegInf = -1.0 / 0.0; in testsFp() local
317 static const float NegInf = -1.0 / 0.0; in testsVecFp() local
Dtest_fcmp_main.cpp47 static const double NegInf = -1.0 / 0.0; in initializeValues() local
/external/python/cpython3/Lib/json/
Ddecoder.py17 NegInf = float('-inf') variable
/external/python/cpython2/Lib/json/
Ddecoder.py22 NaN, PosInf, NegInf = _floatconstants() variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp877 Value *NegInf = ConstantFP::getInfinity(CI->getType(), true); in CallOptimizer() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1060 Value *NegInf = ConstantFP::getInfinity(CI->getType(), true); in optimizePow() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPFloatTest.cpp2898 APFloat NegInf = APFloat::getInf(APFloat::IEEEsingle(), true); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1251 Value *NegInf = ConstantFP::getInfinity(Ty, true); in optimizePow() local