Home
last modified time | relevance | path

Searched refs:bexp (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/lib/libm/noieee_src/
H A Dmathimpl.h70 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ argument
74 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ argument
78 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ argument
81 # define ic(name, value, bexp, xval) argument
87 # define vc(name, value, x1,x2,x3,x4, bexp, xval) argument
90 # define ic(name, value, bexp, xval) \ argument
93 # define ic(name, value, bexp, xval) \ argument
96 # define ic(name, value, bexp, xval) \ argument
/netbsd-src/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-conv.c44 mp_exp_t bexp; in main() local
223 str = mpf_get_str (0, &bexp, base, 0, x); in main()
226 sprintf (buf, "-0.%s@%ld", str + 1, bexp); in main()
228 sprintf (buf, "0.%s@%ld", str, bexp); in main()
/netbsd-src/external/gpl2/grep/dist/intl/
H A Dplural.y68 struct expression *bexp,
140 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() argument
142 struct expression *bexp;
148 args[0] = bexp;
H A Dplural.c86 struct expression *bexp,
158 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() argument
160 struct expression *bexp;
166 args[0] = bexp;
/netbsd-src/external/gpl3/gcc.old/dist/intl/
H A Dplural.y71 struct expression *bexp,
148 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() argument
150 struct expression *bexp;
156 args[0] = bexp;
H A Dplural.c89 struct expression *bexp,
166 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() argument
168 struct expression *bexp;
174 args[0] = bexp;
/netbsd-src/external/gpl3/gcc/dist/intl/
H A Dplural.y71 struct expression *bexp,
148 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() argument
150 struct expression *bexp;
156 args[0] = bexp;
H A Dplural.c89 struct expression *bexp,
166 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() argument
168 struct expression *bexp;
174 args[0] = bexp;
/netbsd-src/external/gpl3/binutils.old/dist/intl/
H A Dplural.y71 struct expression *bexp,
148 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() argument
150 struct expression *bexp;
156 args[0] = bexp;
H A Dplural.c89 struct expression *bexp,
166 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() argument
168 struct expression *bexp;
174 args[0] = bexp;
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dsoftfloat.c295 int exp, negexp, bexp; in floatcon() local
339 bexp = exp; in floatcon()
352 DEXPSET(fl, DEXP(fl) + negexp*bexp); in floatcon()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dsoftfloat.c295 int exp, negexp, bexp; in floatcon() local
339 bexp = exp; in floatcon()
352 DEXPSET(fl, DEXP(fl) + negexp*bexp); in floatcon()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dplural.y119 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() argument
124 args[0] = bexp; in new_exp_3()
H A Dplural.c140 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() argument
145 args[0] = bexp; in new_exp_3()
/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Dplural.y119 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() argument
124 args[0] = bexp; in new_exp_3()
H A Dplural.c140 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() argument
145 args[0] = bexp; in new_exp_3()
/netbsd-src/usr.bin/dc/
H A Dbcode.c101 static void bexp(void);
198 { '^', bexp },
1165 bexp(void) in bexp() function
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_raidz.c862 uint8_t *p, *q, *pxy, *qxy, *xd, *yd, tmp, a, b, aexp, bexp; in vdev_raidz_reconstruct_pq() local
926 bexp = vdev_raidz_log2[vdev_raidz_exp2(b, tmp)]; in vdev_raidz_reconstruct_pq()
930 vdev_raidz_exp2(*q ^ *qxy, bexp); in vdev_raidz_reconstruct_pq()
/netbsd-src/external/bsd/flex/dist/doc/
H A Dflex.info-17326 {bexp} ([pP][+-]?{dseq})
7328 {hfc} (({hpref}{hfrac}{bexp}{fsuff_opt})|({hpref}{hdseq}{bexp}{fsuff_opt}))
H A Dflex.texi8449 {bexp} ([pP][+-]?{dseq})
8451 {hfc} (({hpref}{hfrac}{bexp}{fsuff_opt})|({hpref}{hdseq}{bexp}{fsuff_opt}))
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog28003 * mpf/tests/t-conv.c: Correct type of `bexp'.