Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A Ds_rsqrtf.c142 _XMUL(zh, zl, h, 0, ph, pl); in rsqrtf()
146 _XMUL(zh, zl, h, 0, ph, pl); in rsqrtf()
H A Ds_rsqrt.c136 _XMUL(zh, zl, h, 0, ph, pl); in rsqrt()
140 _XMUL(zh, zl, h, 0, ph, pl); in rsqrt()
H A Ds_rsqrtl.c124 _XMUL(zh, zl, h, 0, ph, pl); in rsqrtl()
194 _XMUL(zh, zl, -h, 0, ph, pl); in rsqrtl()
H A Dmath_private.h550 #define _XMUL(xh, xl, yh, yl, ph, pl) \ macro