Searched refs:expo (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libc/stdio/
H A Dxprintf_float.c84 exponent(char *p0, int expo, int fmtch) argument
91 if (expo < 0) {
92 expo = -expo;
98 if (expo > 9) {
100 *--t = to_char(expo % 10);
101 } while ((expo /= 10) > 9);
102 *--t = to_char(expo);
115 *p++ = to_char(expo);
/freebsd-10-stable/sys/netinet6/
H A Dip6_id.c159 pmod(u_int32_t gen, u_int32_t expo, u_int32_t mod) argument
165 u = expo;

Completed in 111 milliseconds