Home
last modified time | relevance | path

Searched refs:emax (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/gcclibs/libdecnumber/
HDdecContext.c57 context->emax = DEC_MAX_EMAX; /* 9-digit exponents */ in decContextDefault()
73 context->emax = 96; /* Emax */ in decContextDefault()
84 context->emax = 384; /* Emax */ in decContextDefault()
95 context->emax = 6144; /* Emax */ in decContextDefault()
HDdecContext.h75 int32_t emax; /* maximum positive exponent */ member
HDdecNumber.c3689 || (reqexp > set->emax)) in decQuantizeOp()
3755 if (res->exponent > set->emax - res->digits + 1) in decQuantizeOp()
4996 if ((dn->exponent + dn->digits) > set->emax + 1) in decApplyRound()
5144 if (dn->exponent <= set->emax - set->digits + 1) in decFinalize()
5148 if (dn->exponent > set->emax - dn->digits + 1) in decFinalize()
5158 shift = dn->exponent - (set->emax - set->digits + 1); in decFinalize()
5189 Int emax = set->emax; /* limit value */ in decSetOverflow() local
5191 emax -= set->digits - 1; /* lower if clamping */ in decSetOverflow()
5192 if (dn->exponent > emax) in decSetOverflow()
5194 dn->exponent = emax; in decSetOverflow()
[all …]
/NextBSD/contrib/gcc/
HDc-cppbuiltin.c141 builtin_define_with_int_value (name, fmt->emax); in builtin_define_float_constants()
169 max_10_exp = fmt->emax * log10_b; in builtin_define_float_constants()
207 sprintf (p, "p%d", fmt->emax * fmt->log2_b); in builtin_define_float_constants()
294 builtin_define_with_int_value (name, fmt->emax); in builtin_define_decimal_float_constants()
312 sprintf (&buf[fmt->p + 1], "E%d%s", fmt->emax, suffix); in builtin_define_decimal_float_constants()
HDreal.h140 int emax; member
HDreal.c2280 SET_REAL_EXP (r, fmt->emax * fmt->log2_b); in real_maxval()
2342 emax2 = fmt->emax * fmt->log2_b; in round_for_format()
HDChangeLog-20051186 * real.c (decimal_quad_format): Correct values for emin, emax.
/NextBSD/contrib/gdtoa/
HDstrtoIg.c78 if (++e1 > fpi->emax)
93 e1 = fpi->emax;
HDstrtodg.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;
HDgethex.c255 if (e > fpi->emax) {
339 if (++e > fpi->emax)
HDgdtoa.h90 int emax; member
HDg_ddfmt.c162 fpi.emax = 2046-1023-106+1;
HDREADME306 and maximum exponent values fpi->emin and fpi->emax for normalized
318 fpi->emax = 1046 - 1023 - 52
HDprintf.c088 int emax;
/NextBSD/tools/tools/net80211/wesside/wesside/
HDaircrack-ptw-lib.c246 double emax; in getdrv() local
255 emax = eval[i] * numvotes; in getdrv()
269 help = (1.0-orgtable[i][j].votes/emax); in getdrv()
/NextBSD/share/misc/
HDcommitters-src.dot159 emax [label="Maksim Yevmenkin\nemax@FreeBSD.org\n2003/10/12"]
444 emax -> markus
483 imp -> emax