Home | History | Annotate | Download | only in src

Lines Matching refs:numeric_limits

634   typedef numeric_limits<_FloatT> limits;
757 typedef numeric_limits<_FloatT> limits;
766 typedef numeric_limits<_FloatT> limits;
767 //If numeric_limits support is correct we use the exposed values to detect NaN and infinity:
774 // numeric_limits support is not good enough, we rely on platform dependent function
780 //For the moment MinGW is limited to display at most numeric_limits<double>::max()
781 if (x > numeric_limits<double>::max() ||
782 x < -numeric_limits<double>::max()) {
845 typedef numeric_limits<_STLP_LONGEST_FLOAT_TYPE> limits;