Searched refs:max10 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_print.c581 unsigned long max10; local
677 max10 = roundv(pow_10(max));
680 if (fracpart >= max10) {
682 fracpart -= max10;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_print.c581 unsigned long max10; local
679 max10 = roundv(pow_10(max));
682 if (fracpart >= max10) {
684 fracpart -= max10;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dlist_read.c626 GFC_UINTEGER_LARGEST v, max, max10; local
640 max10 = max / 10;
649 if (v > max10)
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dlist_read.c625 GFC_UINTEGER_LARGEST v, max, max10; local
639 max10 = max / 10;
648 if (v > max10)

Completed in 142 milliseconds