/titanic_44/usr/src/lib/libmvec/common/ |
H A D | __vcosbig_ultra3.c | 81 int i, biguns, nsave, sxsave, sysave; in __vlibm_vcos_big_ultra3() local 83 nsave = n; in __vlibm_vcos_big_ultra3() 652 __vlibm_vcos_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vlibm_vcos_big_ultra3()
|
H A D | __vsinbig_ultra3.c | 81 int i, biguns, nsave, sxsave, sysave; in __vlibm_vsin_big_ultra3() local 83 nsave = n; in __vlibm_vsin_big_ultra3() 652 __vlibm_vsin_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vlibm_vsin_big_ultra3()
|
H A D | __vcos.c | 104 int i, biguns, nsave, sxsave, sysave; in __vcos() local 106 nsave = n; in __vcos() 1099 __vlibm_vcos_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vcos()
|
H A D | __vsin.c | 84 int i, biguns, nsave, sxsave, sysave; in __vsin() local 86 nsave = n; in __vsin() 1107 __vlibm_vsin_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vsin()
|
H A D | __vsincos.c | 101 int i, biguns, nsave, sxsave, sysave, scsave; in __vsincos() local 103 nsave = n; in __vsincos() 701 n = nsave; in __vsincos() 1545 __vlibm_vsincos_big(nsave, xsave, sxsave, ysave, sysave, csave, scsave, 0x413921fb); in __vsincos()
|
/titanic_44/usr/src/lib/libmvec/common/vis/ |
H A D | __vsincosf.S | 75 #define nsave STACK_BIAS-0x1c macro 167 st %i0,[%fp+nsave] 699 ld [%fp+nsave],%o0
|
H A D | __vsincos.S | 54 #define nsave STACK_BIAS-0x1c macro 148 st %i0,[%fp+nsave] 804 ld [%fp+nsave],%o0
|
H A D | __vsinf.S | 74 #define nsave STACK_BIAS-0x14 macro 162 st %i0,[%fp+nsave] 1914 ld [%fp+nsave],%o0
|
H A D | __vcosf.S | 74 #define nsave STACK_BIAS-0x14 macro 162 st %i0,[%fp+nsave] 1922 ld [%fp+nsave],%o0
|
H A D | __vsin.S | 87 #define nsave STACK_BIAS-0x14 macro 196 st %i0,[%fp+nsave] 2881 ld [%fp+nsave],%o0
|
H A D | __vcos.S | 87 #define nsave STACK_BIAS-0x14 macro 267 st %i0,[%fp+nsave] 2957 ld [%fp+nsave],%o0
|
H A D | __vsin_ultra3.S | 56 #define nsave STACK_BIAS-0x14 macro 147 st %i0,[%fp+nsave] 3253 ld [%fp+nsave],%o0
|
H A D | __vcos_ultra3.S | 56 #define nsave STACK_BIAS-0x14 macro 147 st %i0,[%fp+nsave] 3242 ld [%fp+nsave],%o0
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 1701 int stripcol=0,stripflg, nsave, special=0; in here_copy() local 1812 nsave = n = 0; in here_copy() 1822 nsave = n; in here_copy() 1859 if(!lp->lexd.dolparen && nsave>0) in here_copy() 1861 if((n=sfwrite(sp,bufp,nsave))>0) in here_copy()
|