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
242 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.cpp248 static const Type NegInf = -1.0 / 0.0; in testsFp() local
318 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/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1060 Value *NegInf = ConstantFP::getInfinity(CI->getType(), true); in optimizePow() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1661 *NegInf = ConstantFP::getInfinity(Ty, true); in replacePowWithSqrt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1666 *NegInf = ConstantFP::getInfinity(Ty, true); in replacePowWithSqrt() local
/external/llvm-project/llvm/unittests/ADT/
DAPFloatTest.cpp3179 APFloat NegInf = APFloat::getInf(APFloat::IEEEsingle(), true); in TEST() local