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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Db_print.c592 long intpart; local
593 intpart = (long) value;
594 value = value - intpart;
596 intpart++;
597 return intpart;
620 long intpart; local
634 intpart = (long)ufvalue;
644 fracpart = roundv(pow_10(max) * (ufvalue - intpart));
647 intpart++;
655 : "0123456789abcdef")[intpart
[all...]
/barrelfish-2018-10-04/lib/skb/
H A Dskb_snprintf.c693 LLONG intpart; local
695 intpart = (LLONG)value;
696 value = value - intpart;
697 if (value >= 0.5) intpart++;
699 return intpart;
755 double intpart; local
799 my_modf(temp, &intpart);
801 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));
804 intpart++;
810 temp = intpart*0.
[all...]

Completed in 37 milliseconds