Searched refs:ex (Results 26 - 50 of 186) sorted by relevance

12345678

/freebsd-current/lib/msun/ld128/
H A De_rem_pio2l.h64 int e0,ex,i,j,nx; local
69 ex = expsign & 0x7fff;
70 if (ex < BIAS + 45 || ex == BIAS + 45 &&
81 j = ex;
110 if(ex==0x7fff) { /* x is inf or NaN */
115 e0 = ex - BIAS - 23; /* e0 = ilogb(|x|)-23; */
116 u1.xbits.expsign = ex - e0;
/freebsd-current/contrib/pjdfstest/travis/
H A Dtest.sh3 set -ex
/freebsd-current/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c16 int ex = (in[0] >> 20) & 0x7FF; /* exponent */ local
19 if ((ex > 0x3ff + 52 - 1) || /* things this big can't be fractional */
28 * Special case: ex < 0x3ff, ie our number is in (0,1). Return
31 if (ex < 0x3ff) {
45 for (i = ex; i < 0x3ff + 52; i++) {
56 for (i = ex; i < 0x3ff + 52; i++) {
79 int ex = (*in >> 23) & 0xFF; /* exponent */ local
82 if ((ex > 0x7f + 23 - 1) || /* things this big can't be fractional */
90 * Special case: ex < 0x7f, ie our number is in (0,1). Return
93 if (ex <
275 int ex = (x[0] >> 20) & 0x7FF; /* exponent */ local
353 int ex = (*x >> 23) & 0xFF; /* exponent */ local
420 int ex = (x[0] >> 20) & 0x7FF; /* exponent */ local
458 int ex = (*x >> 23) & 0xFF; /* exponent */ local
490 int ex = (x[0] >> 20) & 0x7FF; /* exponent */ local
527 int ex = (*x >> 23) & 0xFF; /* exponent */ local
[all...]
/freebsd-current/lib/msun/ld80/
H A De_rem_pio2l.h75 int e0,ex,i,j,nx,n; local
80 ex = expsign & 0x7fff;
81 if (ex < BIAS + 25 || (ex == BIAS + 25 && u.bits.manh < 0xc90fdaa2)) {
90 j = ex;
119 if(ex==0x7fff) { /* x is inf or NaN */
124 e0 = ex - BIAS - 23; /* e0 = ilogb(|x|)-23; */
125 u1.xbits.expsign = ex - e0;
/freebsd-current/sbin/ggate/ggated/
H A Dggated.c152 struct ggd_export *ex; local
215 ex = malloc(sizeof(*ex));
216 if (ex == NULL)
218 ex->e_path = strdup(path);
219 if (ex->e_path == NULL)
223 ex->e_ip = (ip & mask);
224 ex->e_mask = mask;
225 ex->e_flags = flags;
227 SLIST_INSERT_HEAD(&exports, ex, e_nex
236 struct ggd_export *ex; local
305 exports_check(struct ggd_export *ex, struct g_gate_cinit *cinit, struct ggd_connection *conn) argument
375 struct ggd_export *ex; local
865 struct ggd_export *ex; local
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dulp.h112 RT(float) * y, int *ex)
118 *ex = fetestexcept (FE_ALL_EXCEPT);
124 int r, RT(float) * y, int *ex)
129 *ex = 0;
147 p->ex = fetestexcept (FE_ALL_EXCEPT);
151 if (RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may))
162 if (p->y != 0 || (p->ex & FE_INEXACT))
163 p->ex |= FE_UNDERFLOW | FE_INEXACT;
221 p->ex = t ? FE_INEXACT : 0;
223 if (mpfr_underflow_p () && (p->ex
111 call_fenv(const struct fun *f, struct T(args) a, int r, RT(float) * y, int *ex) argument
123 call_nofenv(const struct fun *f, struct T(args) a, int r, RT(float) * y, int *ex) argument
[all...]
/freebsd-current/lib/msun/tests/
H A Dnext_test.c44 #define test(exp, ans, ex) do { \
47 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
49 #define testf(exp, ans, ex) do { \
52 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
54 #define testl(exp, ans, ex) do { \
57 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
59 #define testboth(arg1, arg2, ans, ex, prec) do { \
60 test##prec(nextafter##prec((arg1), (arg2)), (ans), (ex)); \
61 test##prec(nexttoward##prec((arg1), (arg2)), (ans), (ex)); \
63 #define testall(arg1, arg2, ans, ex) d
[all...]
/freebsd-current/contrib/elftoolchain/libelf/
H A Delf_update.c351 struct _Elf_Extent *ex; local
353 while ((ex = SLIST_FIRST(extents)) != NULL) {
355 free(ex);
411 struct _Elf_Extent *ex, *prevt; local
427 if ((ex = malloc(sizeof(struct _Elf_Extent))) == NULL) {
431 ex->ex_start = start;
432 ex->ex_size = size;
433 ex->ex_desc = desc;
434 ex->ex_type = type;
438 SLIST_INSERT_AFTER(prevt, ex, ex_nex
719 _libelf_write_scn(Elf *e, unsigned char *nf, struct _Elf_Extent *ex) argument
848 _libelf_write_ehdr(Elf *e, unsigned char *nf, struct _Elf_Extent *ex) argument
892 _libelf_write_phdr(Elf *e, unsigned char *nf, struct _Elf_Extent *ex) argument
954 _libelf_write_shdr(Elf *e, unsigned char *nf, struct _Elf_Extent *ex) argument
1039 struct _Elf_Extent *ex; local
[all...]
/freebsd-current/contrib/gdtoa/
H A Dg_ddfmt.c44 int bx, by, decpt, ex, ey, i, j, mode; local
108 z = d2b(dval(&dd[0]), &ex, &bx);
113 if ( (i = ex - ey) !=0) {
116 ex = ey;
140 ex += i;
166 s = gdtoa(&fpi, ex, bits, &i, mode, ndig, &decpt, &se);
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509_ext.c61 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) argument
63 return (X509v3_add_ext(&(x->crl.extensions), ex, loc) != NULL);
97 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) argument
99 return (X509v3_add_ext(&(x->cert_info.extensions), ex, loc) != NULL);
145 int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc) argument
147 return (X509v3_add_ext(&(x->extensions), ex, loc) != NULL);
H A Dv3_prn.c155 X509_EXTENSION *ex; local
157 ex = sk_X509_EXTENSION_value(exts, i);
158 obj = X509_EXTENSION_get_object(ex);
166 j = X509_EXTENSION_get_critical(ex);
169 if (!X509V3_EXT_print(bp, ex, flag, indent + 4)) {
171 ASN1_STRING_print(bp, X509_EXTENSION_get_data(ex));
H A Dt_req.c173 X509_EXTENSION *ex; local
175 ex = sk_X509_EXTENSION_value(exts, i);
178 obj = X509_EXTENSION_get_object(ex);
181 critical = X509_EXTENSION_get_critical(ex);
184 if (!X509V3_EXT_print(bp, ex, cflag, 20)) {
187 X509_EXTENSION_get_data(ex)) <= 0)
H A Dv3_lib.c166 X509_EXTENSION *ex, *found_ex = NULL; local
182 ex = sk_X509_EXTENSION_value(x, i);
183 if (OBJ_obj2nid(X509_EXTENSION_get_object(ex)) == nid) {
186 found_ex = ex;
194 found_ex = ex;
/freebsd-current/crypto/openssl/test/recipes/
H A D15-test_gendhparam.t171 foreach my $ex (@expected) {
172 if ( !grep { index($_, $ex) >= 0 } @lines) {
173 print "ERROR: Cannot find: $ex\n";
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Datan2f_3u.c30 int32_t ex = (int32_t) ((fi & 0x7f800000) >> 23); local
31 if (unlikely (ex == 0))
35 return ex - __builtin_clz (fi << 9);
37 return ex;
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c144 _Unwind_Exception ex; local
145 memset(&ex, '\0', sizeof(ex));
146 memcpy(&ex.exception_class, "CLNGUNW", sizeof(ex.exception_class));
171 ex.pr_cache.fnstart = frameInfo.start_ip;
172 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo;
173 ex.pr_cache.additional= frameInfo.flags;
181 if (handler(_US_VIRTUAL_UNWIND_FRAME | _US_FORCE_UNWIND, &ex, context) !=
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-gram.y113 ex(struct assignment *a, const char *fmt, ...)
154 ex(a, "unknown name %s", a->name);
159 ex(as, "neither long nor short option");
163 ex(as, "either of long or name option must be used");
167 ex(as, "multiple long options");
171 ex(as, "multiple short options");
175 ex(as, "multiple types");
179 ex(as, "multiple arguments");
183 ex(as, "multiple help strings");
187 ex(a
[all...]
/freebsd-current/usr.sbin/btxld/
H A Dbtxld.c323 const struct exec *ex; local
343 ex = p;
344 if (hdr->size >= sizeof(struct exec) && !N_BADMAG(*ex)) {
346 x = N_GETMAGIC(*ex);
353 hdr->text = le32toh(ex->a_text);
354 hdr->data = le32toh(ex->a_data);
355 hdr->bss = le32toh(ex->a_bss);
356 hdr->entry = le32toh(ex->a_entry);
357 if (le32toh(ex->a_entry) >= BTX_PGSIZE)
400 struct exec ex; local
[all...]
/freebsd-current/stand/i386/isoboot/
H A Disoboot.c324 struct exec ex; member in union:__anon236
345 if (N_GETMAGIC(hdr.ex) == ZMAGIC)
354 addr = hdr.ex.a_entry & 0xffffff;
357 if (xfsread(ino, p, hdr.ex.a_text))
359 p += roundup2(hdr.ex.a_text, PAGE_SIZE);
360 if (xfsread(ino, p, hdr.ex.a_data))
362 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE);
364 memcpy(p, &hdr.ex.a_syms, sizeof(hdr.ex
[all...]
/freebsd-current/sys/fs/ext2fs/
H A Dext2_extents.c83 ext4_ext_walk_index(struct inode *ip, struct ext4_extent_index *ex, int depth, argument
94 printf(" index %p => (blk %u pblk %ju)\n", ex,
95 le32toh(ex->ei_blk),
96 (uint64_t)le16toh(ex->ei_leaf_hi) << 32 |
97 le32toh(ex->ei_leaf_lo));
102 blk = ext4_ext_index_pblock(ex);
260 ext4_ext_store_pblock(struct ext4_extent *ex, e4fs_daddr_t pb) argument
263 ex->e_start_lo = htole32(pb & 0xffffffff);
264 ex->e_start_hi = htole16((pb >> 32) & 0xffff);
741 struct ext4_extent *ex; local
932 struct ext4_extent *ex; local
1200 struct ext4_extent *ex; local
1239 struct ext4_extent *ex, *nex, *nearex; local
1401 struct ext4_extent newex, *ex; local
1513 ext4_remove_blocks(struct inode *ip, struct ext4_extent *ex, unsigned long from, unsigned long to) argument
1552 struct ext4_extent *ex; local
[all...]
/freebsd-current/stand/i386/zfsboot/
H A Dzfsboot.c341 struct exec ex; member in union:__anon11
361 if (N_GETMAGIC(hdr.ex) == ZMAGIC) {
371 addr = hdr.ex.a_entry & 0xffffff;
374 size = hdr.ex.a_text;
375 if (read(fd, p, hdr.ex.a_text) != size) {
379 p += roundup2(hdr.ex.a_text, PAGE_SIZE);
380 size = hdr.ex.a_data;
381 if (read(fd, p, hdr.ex.a_data) != size) {
385 p += hdr.ex.a_data + roundup2(hdr.ex
[all...]
/freebsd-current/lib/msun/src/
H A Ds_fmal.c170 int ex, ey, ez; local
187 xs = frexpl(x, &ex);
191 spread = ex + ey - ez;
242 spread = ex + ey;
/freebsd-current/stand/i386/gptboot/
H A Dgptboot.c385 struct exec ex; member in union:__anon235
406 if (N_GETMAGIC(hdr.ex) == ZMAGIC)
415 addr = hdr.ex.a_entry & 0xffffff;
418 if (xfsread(ino, p, hdr.ex.a_text))
420 p += roundup2(hdr.ex.a_text, PAGE_SIZE);
421 if (xfsread(ino, p, hdr.ex.a_data))
423 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE);
425 memcpy(p, &hdr.ex.a_syms, sizeof(hdr.ex
[all...]
/freebsd-current/usr.bin/vi/
H A DMakefile21 LINKS+= ${BINDIR}/${VI} ${BINDIR}/vi ${BINDIR}/${EX} ${BINDIR}/ex
25 MLINKS+=vi.1 ex.1 vi.1 view.1
29 .PATH: ${SRCDIR}/ex
35 -I${.CURDIR}/ex
53 SRCS+= ex.c ex_abbrev.c ex_append.c ex_args.c ex_argv.c ex_at.c ex_bang.c \
/freebsd-current/usr.sbin/ppp/
H A Ddefs.c358 ex_desc(int ex) argument
367 if (ex >= 0 && ex < (int)(sizeof desc / sizeof *desc))
368 return desc[ex];
369 snprintf(num, sizeof num, "%d", ex);

Completed in 302 milliseconds

12345678