Home
last modified time | relevance | path

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

/linux-4.19.296/include/math-emu/
Dop-2.h152 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
153 (rh = xh + yh + ((rl = xl + yl) < xl))
156 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
157 (rh = xh - yh - ((rl = xl - yl) > xl))
160 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
163 xh -= yh + ((xl -= yl) > _t); \
176 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) sub_ddmmss(xh, xl, xh, xl, yh, yl) argument