Searched refs:ufvalue (Results 1 – 3 of 3) sorted by relevance
568 LDOUBLE ufvalue; in fmtfp() local656 ufvalue = abs_val(fvalue); in fmtfp()661 if (ufvalue >= (double)(ULONG_MAX - 65535) + 65536.0) { in fmtfp()666 intpart = (unsigned long)ufvalue; in fmtfp()680 fracpart = roundv(pow_10(max) * (ufvalue - intpart)); in fmtfp()
568 LDOUBLE ufvalue; in fmtfp() local655 ufvalue = abs_val(fvalue); in fmtfp()660 if (ufvalue >= (double)(ULONG_MAX - 65535) + 65536.0) { in fmtfp()664 intpart = (unsigned long)ufvalue; in fmtfp()678 fracpart = roundv(pow_10(max) * (ufvalue - intpart)); in fmtfp()
701 long double ufvalue; in fmtfp() local710 ufvalue = abs_val(fvalue); in fmtfp()719 intpart = ufvalue; in fmtfp()731 fracpart = lroundl((ldpow10 (max)) * (ufvalue - intpart)); in fmtfp()