Searched refs:yh (Results 1 – 1 of 1) sorted by relevance
/soft-fp/ |
A D | op-2.h | 175 # define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 176 (rh = xh + yh + ((rl = xl + yl) < xl)) 179 # define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 180 (rh = xh - yh - ((rl = xl - yl) > xl)) 183 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ 187 xh -= yh + ((xl -= yl) > __FP_FRAC_DEC_2_t); \ 201 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ argument 202 sub_ddmmss (xh, xl, xh, xl, yh, yl)
|
Completed in 4 milliseconds