ufvalue           954 lib/replace/snprintf.c 	double ufvalue;
ufvalue           974 lib/replace/snprintf.c 	ufvalue = abs_val (fvalue);
ufvalue           992 lib/replace/snprintf.c 	 if (max == 0) ufvalue += 0.5; /* if max = 0 we must round */
ufvalue          1006 lib/replace/snprintf.c 	temp = ufvalue;
ufvalue          1009 lib/replace/snprintf.c 	fracpart = ROUND((POW10(max)) * (ufvalue - intpart));