Searched refs:ex (Results 1 - 14 of 14) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_frexpl.c39 frexpl(long double x, int *ex) argument
47 *ex = 0;
50 *ex = u.bits.exp - 0x4200;
54 case 0x7fff: /* infinity or NaN; value of *ex is unspecified */
57 *ex = u.bits.exp - 0x3ffe;
H A Ds_rintl.c59 int ex, sign; local
63 ex = expsign & 0x7fff;
65 if (ex >= BIAS + LDBL_MANT_DIG - 1) {
66 if (ex == BIAS + LDBL_MAX_EXP)
86 if (ex < BIAS && x == 0.0L)
H A Ds_fmal.c171 int ex, ey, ez; local
188 xs = frexpl(x, &ex);
192 spread = ex + ey - ez;
243 spread = ex + ey;
H A Ds_fma.c183 int ex, ey, ez; local
200 xs = frexp(x, &ex);
204 spread = ex + ey - ez;
255 spread = ex + ey;
H A Dmath_private.h266 #define LD80C(m, ex, v) { \
268 .xbits.expsign = (0x3fff + (ex)) | ((v) < 0 ? 0x8000 : 0), \
272 #define LD80C(m, ex, v) { .e = (v), }
/bionic/tools/bionicbb/
H A Dtasks.py62 except NotImplementedError as ex:
63 logging.error("%s", ex)
65 except gerrit.GerritError as ex:
67 logging.error('Gerrit error (%d): %s %s', ex.code, change_id, ex.url)
68 return ex.code == 404
107 except apiclient.errors.HttpError as ex:
108 logging.error('API Client HTTP error: %s', ex)
H A Dpresubmit.py155 except requests.exceptions.ConnectionError as ex:
156 logging.error('Failed to drop rejection: %s', ex)
/bionic/libm/upstream-freebsd/lib/msun/ld128/
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 &&
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;
/bionic/libc/kernel/uapi/linux/
H A Ddlm_plock.h39 __u8 ex; member in struct:dlm_plock_info
H A Dkvm.h221 } ex; member in union:kvm_run::__anon502
/bionic/libc/dns/net/
H A Dgetaddrinfo.c168 #define WILD_AF(ex) ((ex)->e_wild & 0x01)
169 #define WILD_SOCKTYPE(ex) ((ex)->e_wild & 0x02)
170 #define WILD_PROTOCOL(ex) ((ex)->e_wild & 0x04)
591 const struct explore *ex; local
636 for (ex = explore; ex->e_af >= 0; ex
[all...]
/bionic/libm/arm64/
H A Dfenv.c105 fexcept_t ex = excepts; local
107 fesetexceptflag(&ex, excepts);
/bionic/libm/i387/
H A Dfenv.c147 fexcept_t ex = excepts; local
149 fesetexceptflag(&ex, excepts);
/bionic/libc/kernel/uapi/rdma/
H A Dib_user_verbs.h402 } ex; member in struct:ib_uverbs_wc
709 } ex; member in struct:ib_uverbs_send_wr

Completed in 677 milliseconds