Searched refs:_XMUL (Results 1 – 4 of 4) sorted by relevance
| /freebsd/lib/msun/src/ |
| H A D | s_rsqrtf.c | 142 _XMUL(zh, zl, h, 0, ph, pl); in rsqrtf() 146 _XMUL(zh, zl, h, 0, ph, pl); in rsqrtf()
|
| H A D | s_rsqrt.c | 136 _XMUL(zh, zl, h, 0, ph, pl); in rsqrt() 140 _XMUL(zh, zl, h, 0, ph, pl); in rsqrt()
|
| H A D | s_rsqrtl.c | 124 _XMUL(zh, zl, h, 0, ph, pl); in rsqrtl() 194 _XMUL(zh, zl, -h, 0, ph, pl); in rsqrtl()
|
| H A D | math_private.h | 550 #define _XMUL(xh, xl, yh, yl, ph, pl) \ macro
|