Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/python/Lib/json/
Ddecoder.py17 NegInf = float('-inf') variable
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_const_literal_test.cc158 const float NegInf = MakeFloat(1, 255, 0); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1666 *NegInf = ConstantFP::getInfinity(Ty, true); in replacePowWithSqrt() local