/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_rintl.c | 59 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()
|
D | s_frexpl.c | 39 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()
|
D | s_fmal.c | 171 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()
|
D | s_fma.c | 183 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()
|
D | math_private.h | 266 #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/ |
D | tasks.py | 62 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)
|
D | presubmit.py | 155 except requests.exceptions.ConnectionError as ex: 156 logging.error('Failed to drop rejection: %s', ex)
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_rem_pio2l.h | 68 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/ |
D | getaddrinfo.c | 166 #define WILD_AF(ex) ((ex)->e_wild & 0x01) argument 167 #define WILD_SOCKTYPE(ex) ((ex)->e_wild & 0x02) argument 168 #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/ |
D | dlm_plock.h | 39 __u8 ex; member
|
D | kvm.h | 245 } ex; member
|
/bionic/libm/arm64/ |
D | fenv.c | 105 fexcept_t ex = excepts; in feraiseexcept() local 107 fesetexceptflag(&ex, excepts); in feraiseexcept()
|
/bionic/libc/kernel/uapi/rdma/ |
D | rdma_user_rxe.h | 62 } ex; member
|
D | vmw_pvrdma-abi.h | 211 } ex; member
|
D | ib_user_verbs.h | 422 } ex; member 757 } ex; member
|
/bionic/libm/i387/ |
D | fenv.c | 166 fexcept_t ex = excepts; in feraiseexcept() local 168 fesetexceptflag(&ex, excepts); in feraiseexcept()
|
/bionic/libc/tools/ |
D | pylintrc | 116 good-names=i,j,k,ex,Run,_
|