Home
last modified time | relevance | path

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

/openssl-master/crypto/bio/
A Dbio_print.c535 long intpart; in roundv() local
536 intpart = (long)value; in roundv()
537 value = value - intpart; in roundv()
539 intpart++; in roundv()
540 return intpart; in roundv()
561 unsigned long intpart; in fmtfp() local
648 intpart = (unsigned long)ufvalue; in fmtfp()
662 fracpart = roundv(pow_10(max) * (ufvalue - intpart)); in fmtfp()
665 intpart++; in fmtfp()
671 iconvert[iplace++] = "0123456789"[intpart % 10]; in fmtfp()
[all …]

Completed in 3 milliseconds