Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlibm_inlines.h116 __swap87RD(enum fp_direction_type i) in __swap87RD() function
138 short rd = __swap87RD(fp_positive); in ceil()
153 __swap87RD(rd); in ceil()
212 short rd = __swap87RD(fp_negative); in floor()
215 __swap87RD(rd); in floor()
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dhypotl.c62 extern enum fp_direction_type __swap87RD(enum fp_direction_type);
90 rd = __swap87RD(fp_nearest); in hypotl()
111 __swap87RD(rd); /* restore rounding mode */ in hypotl()
H A Dlog1pl.c40 #define __swapRD __swap87RD
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlog10l.c66 #define __swapRD __swap87RD
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dlibm_inlines.h99 __swap87RD(enum fp_direction_type i) in __swap87RD() function