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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dsnprintf.c634 LLONG intpart; local
636 intpart = value;
637 value = value - intpart;
639 intpart++;
641 return intpart;
656 LLONG intpart; local
685 intpart = ufvalue;
688 includes the digits in intpart. */
691 if (intpart != 0)
694 LLONG temp = intpart;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Db_print.c598 long intpart; local
599 intpart = (long)value;
600 value = value - intpart;
602 intpart++;
603 return intpart;
620 long intpart; local
634 intpart = (long)ufvalue;
648 fracpart = roundv(pow_10(max) * (ufvalue - intpart));
651 intpart++;
657 iconvert[iplace++] = "0123456789"[intpart
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Db_print.c598 long intpart; local
599 intpart = (long)value;
600 value = value - intpart;
602 intpart++;
603 return intpart;
620 long intpart; local
634 intpart = (long)ufvalue;
648 fracpart = roundv(pow_10(max) * (ufvalue - intpart));
651 intpart++;
657 iconvert[iplace++] = "0123456789"[intpart
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dsnprintf.c905 LLONG intpart; local
907 intpart = (LLONG)value;
908 value = value - intpart;
909 if (value >= 0.5) intpart++;
911 return intpart;
963 double intpart; local
1007 my_modf(temp, &intpart);
1009 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));
1012 intpart++;
1019 temp = intpart*0.
[all...]

Completed in 61 milliseconds