Searched refs:NegInf (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | parser_impl_const_literal_test.cc | 158 const float NegInf = MakeFloat(1, 255, 0); variable 233 {"-0x1.8p+128", NegInf}, 234 {"-0x1.0002p+128", NegInf}, 235 {"-0x1.0018p+128", NegInf}, 236 {"-0x1.01ep+128", NegInf}, 237 {"-0x1.fffffep+128", NegInf}, 241 {"-0x1p+128", NegInf}, 244 {"-0x32p+127", NegInf}, 245 {"-0x32p+500", NegInf}, 250 {"-0x1p+129", NegInf}, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_fcmp_main.cpp | 47 static const double NegInf = -1.0 / 0.0; in initializeValues() local 52 assert(std::fpclassify(NegInf) == FP_INFINITE); in initializeValues() 56 assert(NegInf < Zero); in initializeValues() 57 assert(NegInf < PosInf); in initializeValues() 60 FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in initializeValues()
|
D | test_cast_main.cpp | 128 static const float NegInf = -1.0 / 0.0; in testVector() local 132 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testVector() 242 static const double NegInf = -1.0 / 0.0; in main() local 246 volatile float ValsF32[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in main() 249 volatile double ValsF64[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in main()
|
D | test_arith_main.cpp | 248 static const Type NegInf = -1.0 / 0.0; in testsFp() local 252 volatile Type Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testsFp() 318 static const float NegInf = -1.0 / 0.0; in testsVecFp() local 322 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testsVecFp()
|
D | test_arith.def | 67 #define FP_VALUE_ARRAY(NegInf, PosInf, NegNan, NaN) \ 79 0xffffffffffffffffll, NegInf, PosInf, \
|
D | test_select_main.cpp | 72 static const float NegInf = -1.0 / 0.0; in testSelect() local 76 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testSelect()
|
/third_party/python/Lib/json/ |
D | decoder.py | 17 NegInf = float('-inf') variable 47 '-Infinity': NegInf,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1666 *NegInf = ConstantFP::getInfinity(Ty, true); in replacePowWithSqrt() local 1667 Value *FCmp = B.CreateFCmpOEQ(Base, NegInf, "isinf"); in replacePowWithSqrt()
|