Searched refs:ufvalue (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/skb/
H A Dskb_snprintf.c746 double ufvalue; local
766 ufvalue = abs_val (fvalue);
784 if (max == 0) ufvalue += 0.5; /* if max = 0 we must round */
798 temp = ufvalue;
801 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Db_print.c612 LDOUBLE ufvalue; local
626 ufvalue = abs_val(fvalue);
634 intpart = (long)ufvalue;
644 fracpart = roundv(pow_10(max) * (ufvalue - intpart));

Completed in 80 milliseconds