Searched refs:ex (Results 51 - 75 of 890) sorted by relevance

1234567891011>>

/netbsd-current/lib/libc/gdtoa/
H A Dg_dfmt.c46 int decpt, ex, i, mode; local
84 if ( (ex = (L[_0] >> 20) & 0x7ff) !=0)
87 ex = 1;
88 ex -= 0x3ff + 52;
95 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_ffmt.c46 int decpt, ex, i, mode; local
81 if ( (ex = (L[0] >> 23) & 0xff) !=0)
84 ex = 1;
85 ex -= 0x7f + 23;
93 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_xfmt.c67 int decpt, ex, i, mode; local
83 if ( (ex = L[_0] & 0x7fff) !=0) {
84 if (ex == 0x7fff) {
100 ex = 1;
112 ex -= 0x3fff + 63;
119 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_Qfmt.c64 int decpt, ex, i, mode; local
83 if ( (ex = (L[_0] & 0x7fff0000L) >> 16) !=0) {
84 if (ex == 0x7fff) {
101 ex = 1;
112 ex -= 0x3fff + 112;
119 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
/netbsd-current/tests/kernel/
H A Dt_extent.c47 static struct extent *ex; variable in typeref:struct:extent
50 ATF_REQUIRE((ex = extent_create(name, \
54 ATF_REQUIRE_EQ_MSG(ret = extent_alloc_region(ex, \
58 ATF_REQUIRE_EQ_MSG(ret = extent_free(ex, \
68 atf_tc_fail("extent_alloc_subregion1(ex, %#lx, %#lx, %#lx, %#lx, 0, " \
72 ret = extent_alloc_subregion1(ex, substart, subend, size,
91 ATF_REQUIRE_STREQ_MSG(ex->ex_name, name,
92 "expected: \"%s\", got: \"%s\"", name, ex->ex_name);
93 ATF_REQUIRE_EQ_MSG(ex->ex_start, start,
94 "expected: %#lx, got: %#lx", start, ex
[all...]
/netbsd-current/sys/dev/cardbus/
H A Drbus.c54 struct extent *ex, bus_addr_t start,
199 * struct extent *ex, bus_addr_t start, bus_size_t end,
204 rbus_new_body(bus_space_tag_t bt, rbus_tag_t parent, struct extent *ex, bus_addr_t start, bus_addr_t end, bus_addr_t offset, int flags) argument
231 rb->rb_ext = ex;
238 ex != NULL ? ex->ex_name : "noname"));
255 struct extent *ex = NULL; local
259 ex = parent->rb_ext;
261 if (NULL == (ex = extent_create("rbus", start, end,
266 ex
295 struct extent *ex; local
321 rbus_new_root_share(bus_space_tag_t bt, struct extent *ex, bus_addr_t start, bus_size_t size, bus_addr_t offset) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmisc.c213 gfc_typename (gfc_expr *ex) argument
225 if (ex->ts.type == BT_CHARACTER)
227 if (ex->expr_type == EXPR_CONSTANT)
228 length = ex->value.character.length;
229 else if (ex->ts.deferred)
231 if (ex->ts.kind == gfc_default_character_kind)
233 sprintf (buffer, "CHARACTER(:,%d)", ex->ts.kind);
236 else if (ex->ts.u.cl && ex->ts.u.cl->length == NULL)
238 if (ex
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcipher_overhead_test.c37 size_t mac, in, blk, ex; local
47 if (!TEST_true(ssl_cipher_get_overhead(ciph, &mac, &in, &blk, &ex))) {
52 ciph->name, mac, in, blk, ex);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_lib.c51 X509_EXTENSION *ex; local
57 ex = X509v3_get_ext(extensions, i);
58 obj = X509_EXTENSION_get_object(ex);
61 critical = X509_EXTENSION_get_critical(ex);
63 if (!X509V3_EXT_print(bio, ex, 0, 4)) {
65 ASN1_STRING_print(bio, X509_EXTENSION_get_data(ex));
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_lib.c51 X509_EXTENSION *ex; local
57 ex = X509v3_get_ext(extensions, i);
58 obj = X509_EXTENSION_get_object(ex);
61 critical = X509_EXTENSION_get_critical(ex);
63 if (!X509V3_EXT_print(bio, ex, 0, 4)) {
65 ASN1_STRING_print(bio, X509_EXTENSION_get_data(ex));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c821 Expression *ex = NULL; local
827 ex = new ThisExp(loc);
828 ex = new DotVarExp(loc, ex, v);
831 ex = new AddrExp(loc, ex);
832 ex = new CastExp(loc, ex, v->type->mutableOf()->pointerTo());
833 ex = new PtrExp(loc, ex);
955 Expression *ex = new ThisExp(loc); local
1019 Expression *ex = NULL; local
1102 Expression *ex = new ThisExp(loc); local
[all...]
/netbsd-current/lib/libm/src/
H A De_rem_pio2l.h68 int e0,ex,i,j,nx; local
73 ex = expsign & 0x7fff;
74 if (ex < BIAS + 45 || ex == BIAS + 45 &&
85 j = ex;
114 if(ex==0x7fff) { /* x is inf or NaN */
119 e0 = ex - BIAS - 23; /* e0 = ilogb(|x|)-23; */
120 u1.xbits.expsign = ex - e0;
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dnew-op.cc67 catch (gdb_exception &ex)
69 throw gdb_quit_bad_alloc (std::move (ex));
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dexpm1.c34 mpfr_exp_t ex; local
70 ex = MPFR_GET_EXP (x);
71 if (ex < 0)
76 MPFR_FAST_COMPUTE_IF_SMALL_INPUT (y, x, - ex, 0, 1, rnd_mode, {});
78 MPFR_FAST_COMPUTE_IF_SMALL_INPUT (y, x, - ex, 1, 0, rnd_mode, {});
83 if (MPFR_IS_NEG (x) && ex > 5) /* x <= -32 */
121 if (ex < 0)
122 Nt += - ex;
/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dasin.c95 mpfr_exp_t ex, ey, e; local
99 ex = mpfr_get_exp (mpc_realref (z));
100 MPC_ASSERT(ex <= -1);
103 e = (ex >= ey) ? ex : ey;
153 ex = mpfr_get_exp (mpc_realref (s));
154 /* ulp(Re(s)) = 2^(ex+1-p) */
157 if (ex + 1 > e) /* divide kx by 2^(ex+1-e) */
158 while (ex
218 mpfr_exp_t ex, ey, es, err; local
425 mpfr_exp_t ex, ey; local
[all...]
/netbsd-current/sys/arch/ews4800mips/ews4800mips/
H A Dbus_space.c186 struct extent *ex = ebs->ebs_extent; local
188 if (ex != NULL)
189 extent_destroy(ex);
205 struct extent *ex = ebs->ebs_extent; local
208 if (ex == NULL) {
215 bpa += ex->ex_start;
216 error = extent_alloc_region(ex, bpa, size, EX_NOWAIT | EX_MALLOCOK);
246 struct extent *ex = ebs->ebs_extent; local
250 if (ex == NULL) {
257 base = ex
283 struct extent *ex = ebs->ebs_extent; local
293 struct extent *ex = ebs->ebs_extent; local
[all...]
/netbsd-current/usr.sbin/eeprom/
H A Dprephandlers.c91 const struct extabent *ex; local
99 for (ex = prepextab; ex->ex_keyword != NULL; ++ex)
100 if (strcmp(ex->ex_keyword, keyword) == 0)
123 if (ex->ex_keyword != NULL)
124 (*ex->ex_handler) (ex, &nvio, NULL);
129 if (ex->ex_keyword != NULL)
130 (*ex
[all...]
/netbsd-current/sys/arch/playstation2/playstation2/
H A Dbus_space.c181 struct extent *ex = pbs->pbs_extent; local
183 if (ex != 0)
184 extent_destroy(ex);
201 struct extent *ex = pbs->pbs_extent; local
204 if (ex == 0) {
209 bpa += ex->ex_start;
210 error = extent_alloc_region(ex, bpa, size, EX_NOWAIT | EX_MALLOCOK);
239 struct extent *ex = pbs->pbs_extent; local
243 if (ex == 0) {
248 base = ex
274 struct extent *ex = pbs->pbs_extent; local
284 struct extent *ex = pbs->pbs_extent; local
[all...]
/netbsd-current/sys/arch/hpcsh/hpcsh/
H A Dbus_space.c173 struct extent *ex = hbs->hbs_extent; local
175 if (ex != NULL)
176 extent_destroy(ex);
188 struct extent *ex = hbs->hbs_extent; local
191 if (ex == NULL) {
196 bpa += ex->ex_start;
197 error = extent_alloc_region(ex, bpa, size, EX_NOWAIT | EX_MALLOCOK);
225 struct extent *ex = hbs->hbs_extent; local
229 if (ex == NULL) {
234 base = ex
260 struct extent *ex = hbs->hbs_extent; local
270 struct extent *ex = hbs->hbs_extent; local
[all...]
/netbsd-current/external/bsd/nvi/docs/info/
H A DMakefile10 vi.info: ref.texi vi.cmd.texi ex.cmd.texi set.opt.texi
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dcli-utils-selftests.c86 catch (const gdb_exception_error &ex) argument
88 SELF_CHECK (ex.reason == RETURN_ERROR);
89 SELF_CHECK (ex.error == GENERIC_ERROR);
90 SELF_CHECK (strcmp (ex.what (), "negative value") == 0);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dcli-utils-selftests.c86 catch (const gdb_exception_error &ex) argument
88 SELF_CHECK (ex.reason == RETURN_ERROR);
89 SELF_CHECK (ex.error == GENERIC_ERROR);
90 SELF_CHECK (strcmp (ex.what (), "negative value") == 0);
/netbsd-current/lib/libm/arch/i387/
H A Dfenv.c161 int ex; local
165 ex = excepts & FE_ALL_EXCEPT;
168 if (ex == FE_ALL_EXCEPT) {
172 env.x87.status &= ~ex;
178 mxcsr &= ~ex;
196 int ex; local
201 ex = excepts & FE_ALL_EXCEPT;
209 *flagp = (mxcsr | status) & ex;
228 fexcept_t ex; local
232 ex
250 int ex; local
283 int ex; local
[all...]
/netbsd-current/lib/libcurses/
H A Dadd_wchstr.c140 int cw, x, y, sx, ex, newx, i, cnt; local
194 ex = x;
196 x = ex;
206 if (cw > win->maxx - ex) {
208 while (ex < win->maxx) {
216 lp++, ex++;
218 ex = win->maxx - 1;
247 lp++, ex++;
249 "wadd_wchnstr: ex = %d, x = %d, cw = %d\n",
250 ex,
[all...]
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Damfs_host.c98 make_mntpt(char *mntpt, size_t l, const exports ex, const char *mf_mount) argument
100 if (ex->ex_dir[0] == '/') {
101 if (ex->ex_dir[1] == 0)
104 xsnprintf(mntpt, l, "%s%s", mf_mount, ex->ex_dir);
105 } else if (ex->ex_dir[0] >= 'a' &&
106 ex->ex_dir[0] <= 'z' &&
107 ex->ex_dir[1] == ':' &&
108 ex->ex_dir[2] == '/' &&
109 ex->ex_dir[3] == 0)
110 xsnprintf(mntpt, l, "%s/%c%%", mf_mount, ex
310 exports exlist = 0, ex; local
[all...]

Completed in 183 milliseconds

1234567891011>>