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