Searched refs:bexp (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libm/noieee_src/
H A Dmathimpl.h70 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \
74 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \
78 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \
81 # define ic(name, value, bexp, xval)
87 # define vc(name, value, x1,x2,x3,x4, bexp, xval)
90 # define ic(name, value, bexp, xval) \
93 # define ic(name, value, bexp, xval) \
96 # define ic(name, value, bexp, xval) \
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-conv.c45 mp_exp_t bexp; local
105 str = mpf_get_str (0, &bexp, base, 0, x);
108 sprintf (buf, "-0.%s@%ld", str + 1, bexp);
110 sprintf (buf, "0.%s@%ld", str, bexp);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A Dplural.y66 struct expression *bexp,
138 new_exp_3 (op, bexp, tbranch, fbranch)
140 struct expression *bexp;
146 args[0] = bexp;
H A Dplural.c87 struct expression *bexp,
159 new_exp_3 (op, bexp, tbranch, fbranch)
161 struct expression *bexp;
167 args[0] = bexp;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/intl/
H A Dplural.y66 struct expression *bexp,
138 new_exp_3 (op, bexp, tbranch, fbranch)
140 struct expression *bexp;
146 args[0] = bexp;
H A Dplural.c87 struct expression *bexp,
159 new_exp_3 (op, bexp, tbranch, fbranch)
161 struct expression *bexp;
167 args[0] = bexp;
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A Dplural.y68 struct expression *bexp,
140 new_exp_3 (op, bexp, tbranch, fbranch)
142 struct expression *bexp;
148 args[0] = bexp;
H A Dplural.c86 struct expression *bexp,
158 new_exp_3 (op, bexp, tbranch, fbranch)
160 struct expression *bexp;
166 args[0] = bexp;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/intl/
H A Dplural.y66 struct expression *bexp,
138 new_exp_3 (op, bexp, tbranch, fbranch)
140 struct expression *bexp;
146 args[0] = bexp;
H A Dplural.c87 struct expression *bexp,
159 new_exp_3 (op, bexp, tbranch, fbranch)
161 struct expression *bexp;
167 args[0] = bexp;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dget_str.c442 mp_size_t n_pows, xn, pn, exptab[GMP_LIMB_BITS], bexp;
470 bexp = 1;
483 bexp *= 2;
485 if (bexp + 1 < exptab[n_pows - pi])
491 bexp += 1;
439 mp_size_t n_pows, xn, pn, exptab[GMP_LIMB_BITS], bexp; local
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dsoftfloat.c295 int exp, negexp, bexp; local
339 bexp = exp;
352 DEXPSET(fl, DEXP(fl) + negexp*bexp);
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dsoftfloat.c295 int exp, negexp, bexp; local
339 bexp = exp;
352 DEXPSET(fl, DEXP(fl) + negexp*bexp);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Dplural.y119 new_exp_3 (enum operator op, struct expression *bexp,
124 args[0] = bexp;
H A Dplural.c140 new_exp_3 (enum operator op, struct expression *bexp, argument
145 args[0] = bexp;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Dplural.y117 new_exp_3 (enum operator op, struct expression *bexp,
122 args[0] = bexp;
H A Dplural.c138 new_exp_3 (enum operator op, struct expression *bexp, argument
143 args[0] = bexp;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_raidz.c818 uint8_t *p, *q, *pxy, *qxy, *xd, *yd, tmp, a, b, aexp, bexp; local
882 bexp = vdev_raidz_log2[vdev_raidz_exp2(b, tmp)];
886 vdev_raidz_exp2(*q ^ *qxy, bexp);

Completed in 279 milliseconds