Home
last modified time | relevance | path

Searched refs:__swapRD (Results 1 – 8 of 8) sorted by path

/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.tweaks.in247 SKIP_SYMBOL|__swapRD
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dlog1pl.c40 #define __swapRD __swap87RD macro
42 extern enum fp_direction_type __swapRD(enum fp_direction_type);
53 rd = __swapRD(fp_nearest); in log1pl()
62 (void) __swapRD(rd); in log1pl()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dhypotl.c62 extern enum fp_direction_type __swapRD(enum fp_direction_type);
104 rd = __swapRD(fp_nearest); in hypotl()
125 (void) __swapRD(rd); /* restore rounding mode */ in hypotl()
H A Dlog10l.c66 #define __swapRD __swap87RD macro
68 extern enum fp_direction_type __swapRD(enum fp_direction_type);
96 rd = __swapRD(fp_nearest); in log10l()
102 (void) __swapRD(rd); in log10l()
H A Drndintl.c42 extern enum fp_direction_type __swapRD(enum fp_direction_type);
82 rd = __swapRD(fp_nearest); in irintl()
83 (void) __swapRD(rd); /* restore Rounding Direction */ in irintl()
H A Dsqrtl.c37 extern enum fp_direction_type __swapRD(enum fp_direction_type);
252 (void) __swapRD(fp_negative); in __q_pack()
450 rm = __swapRD(fp_nearest); in sqrtl()
470 (void) __swapRD(rm); in sqrtl()
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dlibm_inlines.h211 __swapRD(enum fp_direction_type d) in __swapRD() function
/illumos-gate/usr/src/lib/libm/sparcv9/src/
H A Dlibm_inlines.h202 __swapRD(enum fp_direction_type d) in __swapRD() function