Searched refs:exp (Results 151 - 175 of 575) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/random/
H A Dunit_test.h87 #define KASSERT(exp,msg) do { \
88 if (!(exp)) { \
/freebsd-11-stable/lib/msun/src/
H A Ds_fmax.c44 if (u[0].bits.exp == 2047 && (u[0].bits.manh | u[0].bits.manl) != 0)
46 if (u[1].bits.exp == 2047 && (u[1].bits.manh | u[1].bits.manl) != 0)
H A Ds_fmin.c44 if (u[0].bits.exp == 2047 && (u[0].bits.manh | u[0].bits.manl) != 0)
46 if (u[1].bits.exp == 2047 && (u[1].bits.manh | u[1].bits.manl) != 0)
H A Ds_ceill.c38 u.bits.exp++; \
46 u.bits.exp++; \
58 int e = u.bits.exp - LDBL_MAX_EXP + 1;
63 if (u.bits.exp > 0 ||
73 u.bits.exp++;
H A Ds_floorl.c38 u.bits.exp++; \
46 u.bits.exp++; \
58 int e = u.bits.exp - LDBL_MAX_EXP + 1;
63 if (u.bits.exp > 0 ||
73 u.bits.exp++;
/freebsd-11-stable/lib/libc/sparc64/
H A D_fpmath.h34 unsigned int exp :15; member in struct:IEEEl2bits::__anon6740
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dget_princs_s.c39 const char *exp; member in struct:foreach_data
66 if(d->exp){
67 if(fnmatch(d->exp, princ, 0) == 0 || fnmatch(d->exp2, princ, 0) == 0)
93 d.exp = expression;
/freebsd-11-stable/lib/libc/aarch64/
H A D_fpmath.h35 unsigned int exp :15; member in struct:IEEEl2bits::__anon6579
/freebsd-11-stable/lib/libc/amd64/
H A D_fpmath.h34 unsigned int exp :15; member in struct:IEEEl2bits::__anon6581
/freebsd-11-stable/lib/libc/gdtoa/
H A D_hdtoa.c85 *decpt = u.bits.exp - DBL_ADJ;
92 *decpt = u.bits.exp - (514 + DBL_ADJ);
118 u.bits.exp = offset;
121 *decpt += u.bits.exp - offset;
/freebsd-11-stable/lib/libc/i386/
H A D_fpmath.h34 unsigned int exp :15; member in struct:IEEEl2bits::__anon6614
/freebsd-11-stable/contrib/netbsd-tests/ipf/
H A Dt_logging.sh36 cp $(atf_get_srcdir)/expected/$1.b exp.b
71 diff -u exp out || atf_fail "results differ"
72 diff -u exp.b out.b || atf_fail "results differ"
/freebsd-11-stable/contrib/gdtoa/
H A Dstrtodnrp.c49 Long exp; local
53 k = strtodg(s, sp, &fpi, &exp, bits);
62 u.L[_0] = (bits[1] & ~0x100000) | ((exp + 0x3ff + 52) << 20);
H A Dstrtof.c45 Long exp; local
54 k = strtodg_l(s, sp, fpi, &exp, bits, loc);
62 u.L[0] = (bits[0] & 0x7fffff) | ((exp + 0x7f + 23) << 23);
H A DstrtopQ.c61 Long exp; local
70 k = strtodg(s, sp, fpi, &exp, bits);
82 L[_0] = (bits[3] & ~0x10000) | ((exp + 0x3fff + 112) << 16);
H A Dstrtopx.c63 Long exp; local
72 k = strtodg(s, sp, fpi, &exp, bits);
85 L[_0] = exp + 0x3fff + 63;
H A DstrtopxL.c59 Long exp; local
68 k = strtodg(s, sp, fpi, &exp, bits);
80 L[_0] = (exp + 0x3fff + 63) << 16;
/freebsd-11-stable/tools/regression/zfs/zpool/create/
H A Draidz2.t18 exp=`(
31 expect "${exp}" ${ZPOOL} status ${name0}
39 exp=`(
54 expect "${exp}" ${ZPOOL} status ${name0}
62 exp=`(
86 expect "${exp}" ${ZPOOL} status ${name0}
H A Doption-f_replication_level_mismatch_0.t19 exp=`(
32 expect "${exp}" ${ZPOOL} status ${name0}
44 exp=`(
58 expect "${exp}" ${ZPOOL} status ${name0}
70 exp=`(
84 expect "${exp}" ${ZPOOL} status ${name0}
96 exp=`(
111 expect "${exp}" ${ZPOOL} status ${name0}
123 exp=`(
138 expect "${exp}"
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddlltool.c66 Puts <string> into output .exp file in the .rdata section
91 The .exp.s file contains the information necessary to export
165 dlltool --def thedll.def --output-exp thedll.o --output-lib thedll.a
193 dlltool --def thedll.def --base-file themain.base --output-exp thedll.exp
197 ld -o thedll.dll thedll.exp file1.o file2.o */
1562 export_type *exp; local
1567 for (i = 0, exp = d_exports; exp; i++, exp
1624 export_type *exp; local
1809 export_type *exp; local
2222 make_one_lib_file(export_type *exp, int i) argument
2797 export_type *exp; local
3090 export_type *exp; local
[all...]
/freebsd-11-stable/tools/test/testfloat/
H A Dslowfloat-32.c39 int16 exp; member in struct:__anon13642
142 ++zx.exp;
178 ++zx.exp;
201 ax.exp = 32;
204 --ax.exp;
222 shiftCount = 52 - ax.exp;
270 ax.exp = expField;
283 ax.exp = expField - 0x7F;
301 ++zx.exp;
305 --zx.exp;
[all...]
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_bang.c54 EX_PRIVATE *exp; local
69 exp = EXP(sp);
70 if (exp->lastbcomm != NULL)
71 free(exp->lastbcomm);
72 if ((exp->lastbcomm = v_wstrdup(sp, ap->bp, ap->len)) == NULL) {
H A Dex_util.c59 EX_PRIVATE *exp; local
64 exp = EXP(sp);
65 for (errno = 0, off = 0, p = exp->ibp;;) {
66 if (off >= exp->ibp_len) {
67 BINC_RETC(sp, exp->ibp, exp->ibp_len, off + 1);
68 p = exp->ibp + off;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dscm-valprint.c197 name = ((SCM n *) (STRUCT_TYPE (exp)))[struct_i_name];
282 hook = scm_get_lvector_hook (exp, LV_PRINT_FN);
286 scm_intprint (CDR (exp), 16, port);
293 scm_listify (exp, port, (writing ? BOOL_T : BOOL_F),
308 scm_raprin1 (exp, port, writing);
320 char *str = CHARS (SNAME (exp));
330 scm_iprin1 (CCLO_SUBR (exp), port, writing);
340 i = PTOBNUM (exp);
341 if (i < scm_numptob && scm_ptobs[i].print && (scm_ptobs[i].print) (exp, port, writing))
345 i = SMOBNUM (exp);
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dtimer.c194 struct pppTimer *tp, *exp, *next; local
210 exp = NULL;
214 tp->enext = exp;
215 exp = tp;
226 while (exp) {
227 ExpiredList = exp->enext;
228 exp->enext = NULL;
229 if (exp->func)
230 (*exp->func)(exp
[all...]

Completed in 178 milliseconds

1234567891011>>