/titanic_44/usr/src/lib/libm/common/R/ |
H A D | erff.c | 35 extern int __swapRP(int); 61 rp = __swapRP(fp_extended); in erfcf() 66 (void) __swapRP(rp); in erfcf()
|
H A D | besself.c | 40 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() 597 rp = __swapRP(fp_extended); in y1f() 602 (void) __swapRP(rp); in y1f() 638 rp = __swapRP(fp_extended); in jnf() [all …]
|
H A D | powf.c | 36 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 D | atan2f.c | 34 extern int __swapRP(int); 321 rp = __swapRP(fp_extended); in atan2f() 341 (void) __swapRP(rp); in atan2f()
|
H A D | cosf.c | 40 extern int __swapRP(int); 113 rp = __swapRP(fp_extended); in cosf() 124 (void) __swapRP(rp); in cosf()
|
H A D | sinf.c | 40 extern int __swapRP(int); 113 rp = __swapRP(fp_extended); in sinf() 123 (void) __swapRP(rp); in sinf()
|
H A D | tanf.c | 36 extern int __swapRP(int); 122 rp = __swapRP(fp_extended); in tanf() 132 (void) __swapRP(rp); in tanf()
|
H A D | sincosf.c | 62 extern int __swapRP(int); 144 rp = __swapRP(fp_extended); in sincosf() 154 (void) __swapRP(rp); in sincosf()
|
/titanic_44/usr/src/lib/libm/common/Q/ |
H A D | rintl.c | 43 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()
|
/titanic_44/usr/src/lib/libm/common/C/ |
H A D | rint.c | 40 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.c | 140 extern int __swapRP(int); 174 rp = __swapRP(fp_extended); in __rem_pio2m() 360 (void) __swapRP(rp); in __rem_pio2m()
|
/titanic_44/usr/src/lib/libm/common/complex/ |
H A D | clogf.c | 35 extern int __swapRP(int); 64 int rp = __swapRP(fp_extended); in clogf() 78 (void) __swapRP(rp); in clogf()
|
H A D | cpowf.c | 40 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 D | cexpf.c | 35 extern int __swapRP(int); 80 int rp = __swapRP(fp_extended); in cexpf() 87 (void) __swapRP(rp); in cexpf()
|
H A D | ccoshf.c | 35 extern int __swapRP(int); 72 int rp = __swapRP(fp_extended); in ccoshf() 80 (void) __swapRP(rp); in ccoshf()
|
H A D | csinhf.c | 35 extern int __swapRP(int); 72 int rp = __swapRP(fp_extended); in csinhf() 80 (void) __swapRP(rp); in csinhf()
|
H A D | catanf.c | 35 extern int __swapRP(int); 119 int rp = __swapRP(fp_extended); in catanf() 130 (void) __swapRP(rp); in catanf()
|
/titanic_44/usr/src/lib/libm/amd64/src/ |
H A D | libm_inlines.h | 79 __swapRP(int i) in __swapRP() function
|
H A D | locallibm.il | 49 .inline __swapRP,0
|
/titanic_44/usr/src/lib/libm/sparc/src/ |
H A D | libm_inlines.h | 205 __swapRP(enum fp_precision_type i) in __swapRP() function
|
H A D | locallibm.il | 794 ! On the SPARC, __swapRP is a no-op; always return 0 for backward compatibility 797 .inline __swapRP,1
|
/titanic_44/usr/src/lib/libm/sparcv9/src/ |
H A D | libm_inlines.h | 198 __swapRP(enum fp_precision_type i) in __swapRP() function
|
H A D | locallibm.il | 400 ! On the SPARC, __swapRP is a no-op; always return 0 for backward compatibility 403 .inline __swapRP,1
|
/titanic_44/usr/src/lib/libm/i386/src/ |
H A D | libm_inlines.h | 96 __swapRP(int i) in __swapRP() function
|
H A D | locallibm.il | 66 .inline __swapRP,0
|