Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_rintl.c59 int ex, sign; in rintl() local
63 ex = expsign & 0x7fff; in rintl()
65 if (ex >= BIAS + LDBL_MANT_DIG - 1) { in rintl()
66 if (ex == BIAS + LDBL_MAX_EXP) in rintl()
86 if (ex < BIAS && x == 0.0L) in rintl()
Ds_frexpl.c39 frexpl(long double x, int *ex) in frexpl() argument
47 *ex = 0; in frexpl()
50 *ex = u.bits.exp - 0x4200; in frexpl()
57 *ex = u.bits.exp - 0x3ffe; in frexpl()
Ds_fmal.c171 int ex, ey, ez; in fmal() local
188 xs = frexpl(x, &ex); in fmal()
192 spread = ex + ey - ez; in fmal()
243 spread = ex + ey; in fmal()
Ds_fma.c183 int ex, ey, ez; in fma() local
200 xs = frexp(x, &ex); in fma()
204 spread = ex + ey - ez; in fma()
255 spread = ex + ey; in fma()
Dmath_private.h266 #define LD80C(m, ex, v) { \ argument
268 .xbits.expsign = (0x3fff + (ex)) | ((v) < 0 ? 0x8000 : 0), \
272 #define LD80C(m, ex, v) { .e = (v), } argument
/bionic/tools/bionicbb/
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)
Dpresubmit.py155 except requests.exceptions.ConnectionError as ex:
156 logging.error('Failed to drop rejection: %s', ex)
/bionic/libm/upstream-freebsd/lib/msun/ld128/
De_rem_pio2l.h68 int e0,ex,i,j,nx; in __ieee754_rem_pio2l() local
73 ex = expsign & 0x7fff; in __ieee754_rem_pio2l()
74 if (ex < BIAS + 45 || ex == BIAS + 45 && in __ieee754_rem_pio2l()
90 j = ex; in __ieee754_rem_pio2l()
119 if(ex==0x7fff) { /* x is inf or NaN */ in __ieee754_rem_pio2l()
124 e0 = ex - BIAS - 23; /* e0 = ilogb(|x|)-23; */ in __ieee754_rem_pio2l()
125 u1.xbits.expsign = ex - e0; in __ieee754_rem_pio2l()
/bionic/libc/dns/net/
Dgetaddrinfo.c168 #define WILD_AF(ex) ((ex)->e_wild & 0x01) argument
169 #define WILD_SOCKTYPE(ex) ((ex)->e_wild & 0x02) argument
170 #define WILD_PROTOCOL(ex) ((ex)->e_wild & 0x04) argument
591 const struct explore *ex; in android_getaddrinfofornetcontext() local
636 for (ex = explore; ex->e_af >= 0; ex++) { in android_getaddrinfofornetcontext()
637 if (pai->ai_family != ex->e_af) in android_getaddrinfofornetcontext()
639 if (ex->e_socktype == ANY) in android_getaddrinfofornetcontext()
641 if (ex->e_protocol == ANY) in android_getaddrinfofornetcontext()
643 if (pai->ai_socktype == ex->e_socktype in android_getaddrinfofornetcontext()
644 && pai->ai_protocol != ex->e_protocol) { in android_getaddrinfofornetcontext()
[all …]
/bionic/libc/kernel/uapi/linux/
Ddlm_plock.h39 __u8 ex; member
Dkvm.h221 } ex; member
/bionic/libm/arm64/
Dfenv.c105 fexcept_t ex = excepts; in feraiseexcept() local
107 fesetexceptflag(&ex, excepts); in feraiseexcept()
/bionic/libm/i387/
Dfenv.c147 fexcept_t ex = excepts; in feraiseexcept() local
149 fesetexceptflag(&ex, excepts); in feraiseexcept()
/bionic/libc/kernel/uapi/rdma/
Dib_user_verbs.h402 } ex; member
709 } ex; member