Searched refs:sl (Results 1 – 8 of 8) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_clogf.c | 48 float_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clogf() local 138 sl = ay2h; in clogf() 139 _2sumF(sh, sl); in clogf() 141 return (CMPLXF(logf(ay2l + ax2l + sl + sh) / 2, v)); in clogf() 143 _2sum(sh, sl); in clogf() 147 _2sum(sl, ay2l); in clogf() 148 t = ax2l + sl; in clogf()
|
D | s_clog.c | 48 double_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clog() local 138 sl = ay2h; in clog() 139 _2sumF(sh, sl); in clog() 141 return (CMPLX(log(ay2l + ax2l + sl + sh) / 2, v)); in clog() 143 _2sum(sh, sl); in clog() 147 _2sum(sl, ay2l); in clog() 148 t = ax2l + sl; in clog()
|
D | s_clogl.c | 63 long double sh, sl, t; in clogl() local 155 sl = ay2h; in clogl() 156 _2sumF(sh, sl); in clogl() 158 RETURNI(CMPLXL(logl(ay2l + ax2l + sl + sh) / 2, v)); in clogl() 160 _2sum(sh, sl); in clogl() 164 _2sum(sl, ay2l); in clogl() 165 t = ax2l + sl; in clogl()
|
/bionic/libc/kernel/uapi/rdma/ |
D | ib_user_mad.h | 33 __u8 sl; member 51 __u8 sl; member
|
D | ib_user_sa.h | 49 __u8 sl; member
|
D | vmw_pvrdma-abi.h | 242 __u8 sl; member
|
D | ib_user_verbs.h | 389 __u8 sl; member 423 __u8 sl; member 540 __u8 sl; member
|
/bionic/libc/kernel/uapi/linux/ |
D | rds.h | 174 __u8 sl; member 188 __u8 sl; member
|