Searched refs:xl (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/ |
A D | op-2.h | 153 #define __FP_CLZ_2(R, xh, xl) \ argument 159 __FP_CLZ(R,xl); \ 167 #define __FP_FRAC_ADDI_2(xh, xl, i) \ 168 (xh += ((xl += i) < i)) 172 (rh = xh + yh + ((rl = xl + yl) < xl)) 176 (rh = xh - yh - ((rl = xl - yl) > xl)) 179 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ 181 UWtype _t = xl; \ 182 xh -= yh + ((xl -= yl) > _t); \ 189 #define __FP_FRAC_ADDI_2(xh, xl, i) add_ssaaaa(xh, xl, xh, xl, 0, i) argument [all …]
|
A D | longlong.h | 207 #define umul_ppmm(xh, xl, a, b) \ argument 223 "=r" ((USItype) (xl)), \ 305 #define smul_ppmm(xh, xl, m0, m1) \ argument 487 #define umul_ppmm(xh, xl, a, b) \ argument 515 "=g" ((USItype) (xl)) \ 523 #define umul_ppmm(xh, xl, a, b) \ argument 551 "=g" ((USItype) (xl)) \ 756 #define smul_ppmm(xh, xl, m0, m1) \ argument 1217 #define umul_ppmm(xh, xl, m0, m1) \ argument 1229 (xl) = __xx.__i.__l; \ [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | uint128_t.h | 138 const uint64_t xl = x & 0xffffffff; in umul64_64_128() local 142 const uint64_t ll = xl * yl; in umul64_64_128() 143 const uint64_t lh = xl * yh; in umul64_64_128()
|
Completed in 9 milliseconds