Home
last modified time | relevance | path

Searched refs:S0 (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l71 %s S0 S1 S2 S3 S4
212 <S0>"$"[0-9]+ {
332 <S0>{RGX_AGG} {
338 <S0>"@" {
344 <S0>{RGX_INT} |
486 <S0>"(" {
491 <S0>")" {
497 <S0>"[" {
502 <S0>"]" {
508 <S0>"{" |
[all …]
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_lex.l48 %s S0 SCOMMENT
56 <S0>"/*" { BEGIN(SCOMMENT); }
58 <SCOMMENT>"*/" { BEGIN(S0); }
76 <S0>enum { return (INJ_TOK_ENUM); }
79 <S0>fmri { return (INJ_TOK_FMRI); }
80 <S0>auth { return (INJ_TOK_AUTH); }
91 <S0>\"{RGX_STR_SEQ}\" {
97 <S0>{RGX_IDENT}("."{RGX_IDENT})+ {
102 <S0>{RGX_IDENT} {
107 <S0>{RGX_IMM_SEQ} {
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosf.c76 #define S0 C[0] macro
119 f##N = (float)(y##N + y##N * z##N * (S0 + \
138 f##N = (float)(y##N + y##N * z##N * (S0 + z##N * (S1 + \
211 f0 = (float)(y0 + y0 * z0 * (S0 + z0 * (S1 + z0 * S2))); in __vcosf()
212 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vcosf()
213 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); in __vcosf()
214 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vcosf()
220 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vcosf()
221 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); in __vcosf()
222 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vcosf()
[all …]
H A D__vsinf.c76 #define S0 C[0] macro
123 f##N = (float)(y##N + y##N * z##N * (S0 + \
142 f##N = (float)(y##N + y##N * z##N * (S0 + z##N * (S1 + \
215 f0 = (float)(y0 + y0 * z0 * (S0 + z0 * (S1 + z0 * S2))); in __vsinf()
216 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vsinf()
217 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); in __vsinf()
218 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsinf()
224 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vsinf()
225 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); in __vsinf()
226 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsinf()
[all …]
H A D__vsincosf.c76 #define S0 C[0] macro
120 f##N = (float)(y##N + y##N * z##N * (S0 + z##N * \
146 f##N = (float)(y##N + y##N * z##N * (S0 + z##N * (S1 + z##N * S2)));\
230 f0 = (float)(y0 + y0 * z0 * (S0 + z0 * (S1 + z0 * S2))); in __vsincosf()
231 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vsincosf()
232 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); in __vsincosf()
233 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsincosf()
/illumos-gate/usr/src/lib/libm/common/R/
H A Dsincosf.c81 #define S0 C[0] macro
120 *s = (float)((y * (S0 + z * S1)) * in sincosf()
129 *c = (float)-((y * (S0 + z * S1)) * in sincosf()
136 *c = (float)((y * (S0 + z * S1)) * in sincosf()
173 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z))); in sincosf()
H A Dcosf.c59 #define S0 C[0] macro
101 return ((float)-((y * (S0 + z * S1)) * in cosf()
106 return ((float)((y * (S0 + z * S1)) * in cosf()
144 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z))); in cosf()
H A D__sinf.c63 #define S0 q[0] macro
81 ft = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z))); in __k_sinf()
H A Dsinf.c59 #define S0 C[0] macro
96 return ((float)((y * (S0 + z * S1)) * in sinf()
147 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z))); in sinf()
H A D__sincosf.c76 #define S0 q[0] macro
99 *s = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z))); in __k_sincosf()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c1021 S0, /* start */ enumerator
1032 {S0, S4, S3, S1, S1, S0, S1, S2, S4, S0}, /* S0 */
1079 gecos_state_t kstate = S0; in matchcmp()
1080 gecos_state_t kstate_next = S0; in matchcmp()
1093 case S0: in matchcmp()
/illumos-gate/usr/src/cmd/initpkg/init.d/
H A DREADME34 executing each script in one of the /etc/rc[S0-6] directories, the
35 /sbin/rc[S0-6] script passes a single argument. It passes the argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c577 S0: in slurpstring()
585 sb++; goto S0; in slurpstring()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Denvctrl_ue450.h55 #define S0 &unitp->bus_ctl_regs->s0 macro
H A Denvctrl.h58 #define S0 &unitp->bus_ctl_regs->s0 macro
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincosf.S53 #define S0 0x0 macro
137 ! f40 S0
172 ldd [%g1+S0],%f40 ! load constants
H A D__vcosf.S53 #define S0 0x0 macro
136 ! f40 S0
166 ldd [%g1+S0],%f40 ! load constants
H A D__vsinf.S53 #define S0 0x0 macro
136 ! f40 S0
166 ldd [%g1+S0],%f40 ! load constants
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dnvm_meta.txt191 102,name "LED speed select (S2:S1:S0)" 102,group_name "board" 102,entity_name "port" 102,struct_nam…
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4798 dnl This is flagged as an error in S0; no need to silently fix it here.
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids70 # Wrong ID used in subsystem ID of the TELES.S0/PCI 2.x ISDN adapter
15049 110a 0021 Fujitsu Siemens ISDN S0
18044 0004 PCI-S0
18045 0005 PCI-FUT-S0
18408 b700 ISDN network controller PrimuX S0 [HFC-PCI]
37503 450e PCI4S0EC 4-port ISDN S0 interface
37504 dead Sirrix.PCI4S0 4-port ISDN S0 interface
37718 00a7 0001 TELES.S0/PCI 2.x ISDN Adapter
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src4225 # S0 (str) Switch charset 'G0' to the specified charset.
4248 :S0=\E(%p1%c:tc=ecma+color:
19818 # * add S0, E0 extensions to screen's entry -TD
H A Dterminfo.src4839 # S0 (str) Switch charset 'G0' to the specified charset.
4867 S0=\E(%p1%c, use=ecma+color,
22036 # * add S0, E0 extensions to screen's entry -TD