/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wadd_wch.c | 56 int ysave = w->_cury; in __m_wadd_wch() local 61 w->_cury = (short) ysave; in __m_wadd_wch()
|
/titanic_41/usr/src/lib/libmvec/common/ |
H A D | __vsinbig_ultra3.c | 79 double x0, x1, x2, *py0, *py1, *py2, *xsave, *ysave; in __vlibm_vsin_big_ultra3() local 86 ysave = y; in __vlibm_vsin_big_ultra3() 652 __vlibm_vsin_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vlibm_vsin_big_ultra3()
|
H A D | __vcosbig_ultra3.c | 79 double x0, x1, x2, *py0, *py1, *py2, *xsave, *ysave; in __vlibm_vcos_big_ultra3() local 86 ysave = y; in __vlibm_vcos_big_ultra3() 652 __vlibm_vcos_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vlibm_vcos_big_ultra3()
|
H A D | __vcos.c | 102 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; in __vcos() local 109 ysave = y; in __vcos() 1099 __vlibm_vcos_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vcos()
|
H A D | __vsin.c | 82 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; in __vsin() local 89 ysave = y; in __vsin() 1107 __vlibm_vsin_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vsin()
|
H A D | __vsincos.c | 99 *xsave, *ysave, *csave; in __vsincos() local 106 ysave = y; in __vsincos() 704 y = ysave; in __vsincos() 1545 __vlibm_vsincos_big(nsave, xsave, sxsave, ysave, sysave, csave, scsave, 0x413921fb); in __vsincos()
|
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vcosf.S | 73 #define ysave STACK_BIAS-0x10 macro 157 stx %i3,[%fp+ysave] 160 st %i3,[%fp+ysave] 1917 ldx [%fp+ysave],%o3 1920 ld [%fp+ysave],%o3
|
H A D | __vsinf.S | 73 #define ysave STACK_BIAS-0x10 macro 157 stx %i3,[%fp+ysave] 160 st %i3,[%fp+ysave] 1909 ldx [%fp+ysave],%o3 1912 ld [%fp+ysave],%o3
|
H A D | __vsin.S | 86 #define ysave STACK_BIAS-0x10 macro 191 stx %i3,[%fp+ysave] 194 st %i3,[%fp+ysave] 2876 ldx [%fp+ysave],%o3 2879 ld [%fp+ysave],%o3
|
H A D | __vcos.S | 86 #define ysave STACK_BIAS-0x10 macro 261 stx %i3,[%fp+ysave] 264 st %i3,[%fp+ysave] 2952 ldx [%fp+ysave],%o3 2955 ld [%fp+ysave],%o3
|
H A D | __vcos_ultra3.S | 55 #define ysave STACK_BIAS-0x10 macro 142 stx %i3,[%fp+ysave] 145 st %i3,[%fp+ysave] 3237 ldx [%fp+ysave],%o3 3240 ld [%fp+ysave],%o3
|
H A D | __vsin_ultra3.S | 55 #define ysave STACK_BIAS-0x10 macro 142 stx %i3,[%fp+ysave] 145 st %i3,[%fp+ysave] 3248 ldx [%fp+ysave],%o3 3251 ld [%fp+ysave],%o3
|