Searched defs:NEGATIVE_INFINITY (Results 1 – 3 of 3) sorted by relevance
41 static const float NEGATIVE_INFINITY = -1.0 / 0.0; in StdCoreFloatIsFinite() local
254 static const double NEGATIVE_INFINITY = -1.0 / 0.0; in StdCoreDoubleIsFinite() local
87 static constexpr double NEGATIVE_INFINITY = -POSITIVE_INFINITY; variable