Home
last modified time | relevance | path

Searched refs:nsave (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsinbig_ultra3.c81 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__vcosbig_ultra3.c81 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__vcos.c104 int i, biguns, nsave, sxsave, sysave; in __vcos() local
106 nsave = n; in __vcos()
1100 __vlibm_vcos_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vcos()
H A D__vsincos.c101 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()
H A D__vsin.c84 int i, biguns, nsave, sxsave, sysave; in __vsin() local
86 nsave = n; in __vsin()
1108 __vlibm_vsin_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vsin()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincosf.S75 #define nsave STACK_BIAS-0x1c macro
167 st %i0,[%fp+nsave]
699 ld [%fp+nsave],%o0
H A D__vsincos.S54 #define nsave STACK_BIAS-0x1c macro
148 st %i0,[%fp+nsave]
804 ld [%fp+nsave],%o0
H A D__vcosf.S74 #define nsave STACK_BIAS-0x14 macro
162 st %i0,[%fp+nsave]
1922 ld [%fp+nsave],%o0
H A D__vsinf.S74 #define nsave STACK_BIAS-0x14 macro
162 st %i0,[%fp+nsave]
1914 ld [%fp+nsave],%o0
H A D__vsin.S87 #define nsave STACK_BIAS-0x14 macro
196 st %i0,[%fp+nsave]
2881 ld [%fp+nsave],%o0
H A D__vcos.S87 #define nsave STACK_BIAS-0x14 macro
267 st %i0,[%fp+nsave]
2957 ld [%fp+nsave],%o0
H A D__vcos_ultra3.S56 #define nsave STACK_BIAS-0x14 macro
147 st %i0,[%fp+nsave]
3242 ld [%fp+nsave],%o0
H A D__vsin_ultra3.S56 #define nsave STACK_BIAS-0x14 macro
147 st %i0,[%fp+nsave]
3253 ld [%fp+nsave],%o0
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c1834 int stripcol=0,stripflg, nsave, special=0; in here_copy() local
1976 nsave = n = 0; in here_copy()
1986 nsave = n; in here_copy()
2023 if(!lp->lexd.dolparen && nsave>0) in here_copy()
2025 if((n=sfwrite(sp,iop->iodelim,nsave))>0) in here_copy()