/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_lex.l | 71 %s S0 S1 S2 S3 S4 153 <S2>auto { yybegin(YYS_EXPR); return (DT_KEY_AUTO); } 154 <S2>char { yybegin(YYS_EXPR); return (DT_KEY_CHAR); } 155 <S2>const { yybegin(YYS_EXPR); return (DT_KEY_CONST); } 156 <S2>counter { yybegin(YYS_DEFINE); return (DT_KEY_COUNTER); } 157 <S2>double { yybegin(YYS_EXPR); return (DT_KEY_DOUBLE); } 158 <S2>enum { yybegin(YYS_EXPR); return (DT_KEY_ENUM); } 159 <S2>extern { yybegin(YYS_EXPR); return (DT_KEY_EXTERN); } 160 <S2>float { yybegin(YYS_EXPR); return (DT_KEY_FLOAT); } 161 <S2>import { yybegin(YYS_EXPR); return (DT_KEY_IMPORT); } [all …]
|
/titanic_41/usr/src/lib/libmvec/common/ |
H A D | __vcosf.c | 78 #define S2 C[2] macro 120 z##N * (S1 + z##N * S2))); \ 139 z##N * S2))); \ 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.c | 78 #define S2 C[2] macro 124 z##N * (S1 + z##N * S2))); \ 143 z##N * S2))); \ 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.c | 78 #define S2 C[2] macro 121 (S1 + z##N * S2))); \ 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()
|
/titanic_41/usr/src/cmd/tbl/ |
H A D | t6.c | 57 fprintf(tabout, ".nr %d 0\n.nr %d 0\n",S1,S2); in maktab() 59 fprintf(tabout, ".if \\n(%c->\\n(%d .nr %d \\n(%c-\n",s,S2,S2,s); in maktab() 65 fprintf(tabout, ".nr %d 0\n.nr %d 0\n", S1, S2); in maktab() 77 fprintf(tabout, ".if \\n(%d<\\n(%d .nr %d \\n(%d\n",S2,TMP,S2,TMP); in maktab() 96 fprintf(tabout, ".if \\n(%d>=\\n(%d .nr %d \\n(%du+2n\n",S2,icol+CRIGHT,icol+CRIGHT,S2); in maktab() 101 fprintf(tabout, ".nr %d \\n(%d+\\n(%d\n",TMP,icol+CMID,S2); in maktab() 136 # define TMP2 S2 in maktab()
|
H A D | tg.c | 44 fprintf(tabout, ".nr %d \\n(.v\n", S2); in get_text() 49 fprintf(tabout, ".if \\n(%du>\\n(.vu .sp \\n(%du-\\n(.vu\n", S2,S2); in get_text()
|
H A D | t8.c | 330 fprintf(tabout, ".mk %d\n", S2); in funnies() 331 fprintf(tabout, ".if \\n(%d>\\n(%d .nr %d \\n(%d\n", S2, S1, S1, S2); in funnies()
|
H A D | t..c | 81 # define S2 32 macro
|
/titanic_41/usr/src/lib/libm/common/R/ |
H A D | sincosf.c | 83 #define S2 C[2] macro 121 (S2 + z * (S3 + z))); in sincosf() 130 (S2 + z * (S3 + z))); in sincosf() 137 (S2 + z * (S3 + z))); in sincosf() 173 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z))); in sincosf()
|
H A D | cosf.c | 61 #define S2 C[2] macro 102 (S2 + z * (S3 + z)))); in cosf() 107 (S2 + z * (S3 + z)))); in cosf() 144 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z))); in cosf()
|
H A D | __sinf.c | 65 #define S2 q[2] macro 81 ft = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z))); in __k_sinf()
|
H A D | sinf.c | 61 #define S2 C[2] macro 97 (S2 + z * (S3 + z)))); in sinf() 147 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z))); in sinf()
|
H A D | __sincosf.c | 78 #define S2 q[2] macro 99 *s = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z))); in __k_sincosf()
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | nchan2.ms | 18 S2: ellipse "INPUT" "WAIT" "DRAIN" 21 arrow "ibuf_empty ||" "rcvd CLOSE/" "send EOF" "" from S2.e to S4.w 22 arrow from S1.s to S2.n 36 S2: ellipse "OUTPUT" "WAIT" "DRAIN" 39 arrow "obuf_empty ||" "write_failed/" "shutdown_write" "" from S2.e to S4.w 40 arrow from S1.s to S2.n
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 1019 S2, /* not in a word */ enumerator 1028 {S0, S4, S3, S1, S1, S0, S1, S2, S4, S0}, /* S0 */ 1029 {S2, S4, S3, S1, S1, S2, S1, S2, S4, S2}, /* S1 */ 1030 {S2, S4, S3, S1, S1, S2, S2, S2, S4, S2}, /* S2 */ 1031 {S2, S4, S2, S1, S1, S2, S1, S2, S4, S2}, /* S3 */ 1097 case S2: in matchcmp()
|
/titanic_41/usr/src/lib/libm/common/LD/ |
H A D | erfl.c | 258 static long double S2[] = { /* 16 coefficients */ variable 338 t = y/__poly_libmq(x,16,S2);
|
/titanic_41/usr/src/lib/libm/common/Q/ |
H A D | erfl.c | 259 static const long double S2[] = { /* 16 coefficients */ variable 338 t = y/__poly_libmq(x,16,S2);
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSSL.c | 145 uchar_t *S1, *S2; in soft_tls_prf() local 155 S2 = NULL; in soft_tls_prf() 163 S2 = secret + (secretlen / 2); /* Possible overlap of S1 and S2. */ in soft_tls_prf() 177 SHA1Update(&sha1_ctx, S2, L_S); in soft_tls_prf() 179 S2 = sha1_digested_key; in soft_tls_prf() 194 P_SHA1(S2, L_S2, label, labellen, rand1, rand1len, rand2, rand2len, in soft_tls_prf()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | main.c | 540 sb++; goto S2; /* slurp next character */ in slurpstring() 555 S2: in slurpstring()
|
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vsincosf.S | 55 #define S2 0x10 macro 139 ! f44 S2 174 ldd [%g1+S2],%f44
|
H A D | __vcosf.S | 55 #define S2 0x10 macro 138 ! f44 S2 168 ldd [%g1+S2],%f44
|
H A D | __vsinf.S | 55 #define S2 0x10 macro 138 ! f44 S2 168 ldd [%g1+S2],%f44
|
/titanic_41/usr/src/uts/common/inet/kssl/ |
H A D | ksslrec.c | 1157 crypto_key_t S1, S2; in kssl_tls_PRF() local 1176 S2.ck_data = secret + slen; in kssl_tls_PRF() 1177 S2.ck_length = slen * 8; /* bits */ in kssl_tls_PRF() 1178 S2.ck_format = CRYPTO_KEY_RAW; in kssl_tls_PRF() 1187 rv = kssl_tls_P_hash(&hmac_sha1_mech, &S2, SHA1_HASH_LEN, in kssl_tls_PRF()
|
/titanic_41/usr/src/cmd/troff/troff.d/tmac.d/ |
H A D | tz.map | 180 . # New for S2.6
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | Dialers | 75 # S1 - UP S2 - UP S3 - DOWN S4 - UP
|