Lines Matching refs:values
41 # include <values.h>
767 //If numeric_limits support is correct we use the exposed values to detect NaN and infinity:
800 * In order to limit static buffer size we have to give 2 different values depending on x value.
801 * For small values (abs(x) < 1) we need as many digits as requested by precision limited by the maximum number of digits
803 * For bigger values we won't have more than limits::digits10 + 2 digits after decimal point. */