Home
last modified time | relevance | path

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

/freebsd/lib/msun/ld80/
H A Ds_sinpil.c61 INSERT_LDBL80_WORDS(ax, ix, lx); in sinpil()
70 INSERT_LDBL80_WORDS(hi, hx, in sinpil()
H A Ds_tanpil.c82 INSERT_LDBL80_WORDS(ax, ix, lx); in tanpil()
91 INSERT_LDBL80_WORDS(hi, hx, in tanpil()
H A Ds_cospil.c59 INSERT_LDBL80_WORDS(ax, ix, lx); in cospil()
/freebsd/lib/msun/src/
H A Dmath_private.h271 #define INSERT_LDBL80_WORDS(d,ix0,ix1) \ macro
721 INSERT_LDBL80_WORDS((x), (ix), (lx)); \