Searched refs:NegativeInfinity (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | version.py | 14 from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType namespace 526 _pre: CmpPrePostDevType = NegativeInfinity 536 _post: CmpPrePostDevType = NegativeInfinity 550 _local: CmpLocalType = NegativeInfinity 560 (i, "") if isinstance(i, int) else (NegativeInfinity, i) for i in local
|
H A D | _structures.py | 29 return NegativeInfinity 61 NegativeInfinity = NegativeInfinityType() variable
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
H A D | ProtobufEqualityComparersTest.cs | 49 double.NegativeInfinity,
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | JsonFormatterTest.cs | 254 [TestCase(double.NegativeInfinity, "'-Infinity'")]
|
H A D | JsonParserTest.cs | 357 [TestCase("-Infinity", double.NegativeInfinity)]
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | JsonParserTest.cs | 355 [TestCase("-Infinity", double.NegativeInfinity)]
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 16192 private readonly static double NegInfDoubleDefaultValue = double.NegativeInfinity; 16264 private readonly static float NegInfFloatDefaultValue = float.NegativeInfinity; [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 67 milliseconds