Home
last modified time | relevance | path

Searched refs:yl (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/
A Dop-2.h171 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
172 (rh = xh + yh + ((rl = xl + yl) < xl))
175 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
176 (rh = xh - yh - ((rl = xl - yl) > xl))
179 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
182 xh -= yh + ((xl -= yl) > _t); \
195 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) sub_ddmmss(xh, xl, xh, xl, yh, yl) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Duint128_t.h140 const uint64_t yl = y & 0xffffffff; in umul64_64_128() local
142 const uint64_t ll = xl * yl; in umul64_64_128()
144 const uint64_t hl = xh * yl; in umul64_64_128()

Completed in 5 milliseconds