Home
last modified time | relevance | path

Searched defs:NegativeInfinity (Results 1 – 5 of 5) sorted by relevance

/external/caliper/examples/src/main/java/examples/
DDoubleToStringBenchmark2.java31 NegativeInfinity(Double.NEGATIVE_INFINITY), enumConstant
DDoubleToStringBenchmark.java70 NegativeInfinity(Double.NEGATIVE_INFINITY), enumConstant
/external/python/setuptools/pkg_resources/_vendor/packaging/
D_structures.py61 NegativeInfinity = NegativeInfinityType() variable
/external/python/setuptools/setuptools/_vendor/packaging/
D_structures.py61 NegativeInfinity = NegativeInfinityType() variable
/external/pigweed/pw_string/
Dtype_to_string_test.cc333 TEST_F(FloatAsIntToStringTest, NegativeInfinity) { in TEST_F() argument