Home | History | Annotate | Download | only in util

Lines Matching full:ufvalue

999 	LDOUBLE ufvalue;
1103 ufvalue = (fvalue >= 0.0) ? fvalue : -fvalue;
1105 ufvalue /= mypow10(exponent);
1107 if ((intpart = cast(ufvalue)) == UINTMAX_MAX) {
1121 if ((fracpart = myround(mask * (ufvalue - intpart))) >= mask) {
1123 * For example, ufvalue = 2.99962, intpart = 2, and mask = 1000