Home
last modified time | relevance | path

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

/soft-fp/
A Dop-2.h155 #define __FP_CLZ_2(R, xh, xl) \ argument
158 if (xh) \
159 __FP_CLZ ((R), xh); \
171 # define __FP_FRAC_ADDI_2(xh, xl, i) \
172 (xh += ((xl += i) < i))
176 (rh = xh + yh + ((rl = xl + yl) < xl))
180 (rh = xh - yh - ((rl = xl - yl) > xl))
183 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
195 # define __FP_FRAC_ADDI_2(xh, xl, i) add_ssaaaa (xh, xl, xh, xl, 0, i) argument
201 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ argument
[all …]

Completed in 4 milliseconds