Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_print.c568 LDOUBLE ufvalue; in fmtfp() local
656 ufvalue = abs_val(fvalue); in fmtfp()
661 if (ufvalue >= (double)(ULONG_MAX - 65535) + 65536.0) { in fmtfp()
666 intpart = (unsigned long)ufvalue; in fmtfp()
680 fracpart = roundv(pow_10(max) * (ufvalue - intpart)); in fmtfp()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_print.c568 LDOUBLE ufvalue; in fmtfp() local
655 ufvalue = abs_val(fvalue); in fmtfp()
660 if (ufvalue >= (double)(ULONG_MAX - 65535) + 65536.0) { in fmtfp()
664 intpart = (unsigned long)ufvalue; in fmtfp()
678 fracpart = roundv(pow_10(max) * (ufvalue - intpart)); in fmtfp()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dcompat.c701 long double ufvalue; in fmtfp() local
710 ufvalue = abs_val(fvalue); in fmtfp()
719 intpart = ufvalue; in fmtfp()
731 fracpart = lroundl((ldpow10 (max)) * (ufvalue - intpart)); in fmtfp()