Searched refs:__swapRD (Results 1 - 7 of 7) sorted by relevance

/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);
62 (void) __swapRD(rd);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlog10l.c66 #define __swapRD __swap87RD macro
68 extern enum fp_direction_type __swapRD(enum fp_direction_type);
96 rd = __swapRD(fp_nearest);
102 (void) __swapRD(rd);
H A Drndintl.c42 extern enum fp_direction_type __swapRD(enum fp_direction_type);
82 rd = __swapRD(fp_nearest);
83 (void) __swapRD(rd); /* restore Rounding Direction */
H A Dhypotl.c62 extern enum fp_direction_type __swapRD(enum fp_direction_type);
104 rd = __swapRD(fp_nearest);
125 (void) __swapRD(rd); /* restore rounding mode */
H A Dsqrtl.c37 extern enum fp_direction_type __swapRD(enum fp_direction_type);
252 (void) __swapRD(fp_negative);
450 rm = __swapRD(fp_nearest);
470 (void) __swapRD(rm);
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dlibm_inlines.h211 __swapRD(enum fp_direction_type d) function
/illumos-gate/usr/src/lib/libm/sparcv9/src/
H A Dlibm_inlines.h204 __swapRD(enum fp_direction_type d) function

Completed in 81 milliseconds