Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_print.c569 LDOUBLE tmpvalue; in fmtfp() local
615 tmpvalue = fvalue; in fmtfp()
618 while (tmpvalue < 1) { in fmtfp()
619 tmpvalue *= 10; in fmtfp()
622 while (tmpvalue > 10) { in fmtfp()
623 tmpvalue /= 10; in fmtfp()
654 fvalue = tmpvalue; in fmtfp()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_print.c569 LDOUBLE tmpvalue; in fmtfp() local
615 tmpvalue = fvalue; in fmtfp()
618 while (tmpvalue < 1) { in fmtfp()
619 tmpvalue *= 10; in fmtfp()
622 while (tmpvalue > 10) { in fmtfp()
623 tmpvalue /= 10; in fmtfp()
653 fvalue = tmpvalue; in fmtfp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/
H A Dmmix.c2395 int64_t tmpvalue = value; in mmix_output_register_setting() local
2398 for (i = 0; i < 4 && tmpvalue != 0; i++) in mmix_output_register_setting()
2400 if (tmpvalue & 65535) in mmix_output_register_setting()
2402 tmpvalue >>= 16; in mmix_output_register_setting()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/
H A Dmmix.cc2448 int64_t tmpvalue = value; in mmix_output_register_setting() local
2451 for (i = 0; i < 4 && tmpvalue != 0; i++) in mmix_output_register_setting()
2453 if (tmpvalue & 65535) in mmix_output_register_setting()
2455 tmpvalue >>= 16; in mmix_output_register_setting()