Searched refs:emax (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libdecnumber/
H A DdecContext.c57 context->emax = DEC_MAX_EMAX; /* 9-digit exponents */
73 context->emax = 96; /* Emax */
84 context->emax = 384; /* Emax */
95 context->emax = 6144; /* Emax */
H A DdecContext.h36 /* emax -- must be in the range 0 through 999999999 */
75 int32_t emax; /* maximum positive exponent */ member in struct:__anon1616
H A DdecNumber.c340 /* exponent (set.emax and set.emin), determining if */
3689 || (reqexp > set->emax))
3755 if (res->exponent > set->emax - res->digits + 1)
4996 if ((dn->exponent + dn->digits) > set->emax + 1)
5144 if (dn->exponent <= set->emax - set->digits + 1)
5148 if (dn->exponent > set->emax - dn->digits + 1)
5158 shift = dn->exponent - (set->emax - set->digits + 1);
5189 Int emax = set->emax; /* limit value */ local
5191 emax
5771 Int emin, emax; /* .. */ local
[all...]
/freebsd-12-stable/contrib/gdtoa/
H A DstrtoIg.c78 if (++e1 > fpi->emax)
93 e1 = fpi->emax;
H A Dgdtoa.h90 int emax; member in struct:FPI
H A Dstrtodg.c275 else if (e > fpi->emax) {
276 e = fpi->emax + 1;
514 *exp = fpi->emax + 1;
677 if (e2 > fpi->emax + 1)
1003 if (rve > fpi->emax) {
1019 *exp = fpi->emax;
1034 *exp = fpi->emax + 1;
H A Dg_ddfmt.c162 fpi.emax = 2046-1023-106+1;
H A Dgethex.c255 if (e > fpi->emax) {
339 if (++e > fpi->emax)
/freebsd-12-stable/contrib/gcc/
H A Dc-cppbuiltin.c141 builtin_define_with_int_value (name, fmt->emax);
146 floor (log10((1 - b**-p) * b**emax))
147 = floor (log10(1 - b**-p) + log10(b**emax))
148 = floor (log10(1 - b**-p) + log10(b)*emax)
169 max_10_exp = fmt->emax * log10_b;
196 (1 - b**-p) * b**emax */
207 sprintf (p, "p%d", fmt->emax * fmt->log2_b);
294 builtin_define_with_int_value (name, fmt->emax);
312 sprintf (&buf[fmt->p + 1], "E%d%s", fmt->emax, suffix);
H A Dreal.h140 int emax; member in struct:real_format
H A Dreal.c2284 SET_REAL_EXP (r, fmt->emax * fmt->log2_b);
2347 emax2 = fmt->emax * fmt->log2_b;
/freebsd-12-stable/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c246 double emax; local
255 emax = eval[i] * numvotes;
269 help = (1.0-orgtable[i][j].votes/emax);

Completed in 107 milliseconds