Searched defs:POSITIVE_INFINITY (Results 1 – 3 of 3) sorted by relevance
34 static const float POSITIVE_INFINITY = 1.0 / 0.0; in StdCoreFloatIsFinite() local
202 static const double POSITIVE_INFINITY = 1.0 / 0.0; in StdCoreDoubleIsFinite() local
46 inline constexpr double POSITIVE_INFINITY = coretypes::TaggedValue::VALUE_INFINITY; variable