Home
last modified time | relevance | path

Searched defs:NegInf (Results 1 – 7 of 7) 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/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