Home
last modified time | relevance | path

Searched refs:__swapRP (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/R/
H A Derff.c35 extern int __swapRP(int);
61 rp = __swapRP(fp_extended); in erfcf()
66 (void) __swapRP(rp); in erfcf()
H A Dbesself.c40 extern int __swapRP(int);
344 rp = __swapRP(fp_extended); in j0f()
349 (void) __swapRP(rp); in j0f()
423 rp = __swapRP(fp_extended); in y0f()
428 (void) __swapRP(rp); in y0f()
512 rp = __swapRP(fp_extended); in j1f()
517 (void) __swapRP(rp); in j1f()
602 (void) __swapRP(rp); in y1f()
654 (void) __swapRP(rp); in jnf()
750 (void) __swapRP(rp); in jnf()
[all …]
H A Dpowf.c36 extern int __swapRP(int);
235 int rp = __swapRP(fp_extended); in powf()
265 (void) __swapRP(rp); in powf()
280 (void) __swapRP(rp); in powf()
H A Datan2f.c34 extern int __swapRP(int);
321 rp = __swapRP(fp_extended); in atan2f()
341 (void) __swapRP(rp); in atan2f()
H A Dcosf.c40 extern int __swapRP(int);
113 rp = __swapRP(fp_extended); in cosf()
124 (void) __swapRP(rp); in cosf()
H A Dsinf.c40 extern int __swapRP(int);
113 rp = __swapRP(fp_extended); in sinf()
123 (void) __swapRP(rp); in sinf()
H A Dtanf.c36 extern int __swapRP(int);
122 rp = __swapRP(fp_extended); in tanf()
132 (void) __swapRP(rp); in tanf()
H A Dsincosf.c62 extern int __swapRP(int);
144 rp = __swapRP(fp_extended); in sincosf()
154 (void) __swapRP(rp); in sincosf()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Drintl.c43 extern enum fp_precision_type __swapRP(enum fp_precision_type);
68 rp = __swapRP(fp_extended); /* make sure precision is long double */ in rintl()
70 (void) __swapRP(rp); /* restore precision mode */ in rintl()
/illumos-gate/usr/src/lib/libm/common/C/
H A Drint.c40 extern enum fp_precision_type __swapRP(enum fp_precision_type);
42 #define SWAPRP(new, x) x = __swapRP(new);
43 #define RESTRP(x) (void) __swapRP(x);
H A D__rem_pio2m.c141 extern int __swapRP(int);
175 rp = __swapRP(fp_extended); in __rem_pio2m()
364 (void) __swapRP(rp); in __rem_pio2m()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpowf.c40 extern int __swapRP(int);
106 int rp = __swapRP(fp_extended); in cpowf()
119 (void) __swapRP(rp); in cpowf()
135 int rp = __swapRP(fp_extended); in cpowf()
170 (void) __swapRP(rp); in cpowf()
H A Dclogf.c35 extern int __swapRP(int);
64 int rp = __swapRP(fp_extended); in clogf()
78 (void) __swapRP(rp); in clogf()
H A Dcexpf.c35 extern int __swapRP(int);
80 int rp = __swapRP(fp_extended); in cexpf()
87 (void) __swapRP(rp); in cexpf()
H A Dccoshf.c35 extern int __swapRP(int);
72 int rp = __swapRP(fp_extended); in ccoshf()
80 (void) __swapRP(rp); in ccoshf()
H A Dcsinhf.c35 extern int __swapRP(int);
72 int rp = __swapRP(fp_extended); in csinhf()
80 (void) __swapRP(rp); in csinhf()
H A Dcatanf.c35 extern int __swapRP(int);
119 int rp = __swapRP(fp_extended); in catanf()
130 (void) __swapRP(rp); in catanf()
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dlibm_inlines.h77 __swapRP(int i) in __swapRP() function
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dlibm_inlines.h205 __swapRP(enum fp_precision_type i) in __swapRP() function
/illumos-gate/usr/src/lib/libm/sparcv9/src/
H A Dlibm_inlines.h196 __swapRP(enum fp_precision_type i) in __swapRP() function
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlibm_inlines.h94 __swapRP(int i) in __swapRP() function