Home | History | Annotate | Download | only in bio

Lines Matching refs:intpart

592     long intpart;
593 intpart = (long) value;
594 value = value - intpart;
596 intpart++;
597 return intpart;
620 long intpart;
634 intpart = (long)ufvalue;
644 fracpart = roundv(pow_10(max) * (ufvalue - intpart));
647 intpart++;
655 : "0123456789abcdef")[intpart % 10];
656 intpart = (intpart / 10);
657 } while (intpart && (iplace < (int)sizeof(iconvert)));