/titanic_50/usr/src/lib/libmvec/common/ |
H A D | __vcosf.c | 77 #define S1 C[1] macro 120 z##N * (S1 + z##N * S2))); \ 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.c | 77 #define S1 C[1] macro 124 z##N * (S1 + z##N * S2))); \ 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.c | 77 #define S1 C[1] 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_50/usr/src/cmd/ssh/doc/ |
H A D | nchan2.ms | 12 S1: ellipse "INPUT" "OPEN" 19 arrow from S1.e to S4.n 22 arrow from S1.s to S2.n 25 arrow "start" "" from S1.w+(-0.5,0) to S1.w 30 S1: ellipse "OUTPUT" "OPEN" 37 arrow from S1.e to S4.n 40 arrow from S1.s to S2.n 43 arrow "start" "" from S1.w+(-0.5,0) to S1.w
|
/titanic_50/usr/src/lib/libm/common/R/ |
H A D | sincosf.c | 82 #define S1 C[1] 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 D | cosf.c | 60 #define S1 C[1] 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.c | 64 #define S1 q[1] macro 81 ft = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z))); in __k_sinf()
|
H A D | sinf.c | 60 #define S1 C[1] 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.c | 77 #define S1 q[1] macro 99 *s = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z))); in __k_sincosf()
|
/titanic_50/usr/src/cmd/tbl/ |
H A D | t6.c | 57 fprintf(tabout, ".nr %d 0\n.nr %d 0\n",S1,S2); in maktab() 65 fprintf(tabout, ".nr %d 0\n.nr %d 0\n", S1, S2); in maktab() 72 fprintf(tabout, ".if \\n(%d<\\n(%d .nr %d \\n(%d\n", S1, TMP, S1, TMP); in maktab() 100 fprintf(tabout, ".nr %d \\n(%d\n", icol+CMID, S1); in maktab() 135 # define TMP1 S1 in maktab()
|
H A D | t8.c | 118 fprintf(tabout, ".nr %2d \\n(.f\n", S1); in putline() 276 if (*fn>0) fprintf(tabout, "\\f\\n(%2d", S1); in puttext() 288 fprintf(tabout, ".nr %d \\n(##\n", S1); /* bottom position */ in funnies() 331 fprintf(tabout, ".if \\n(%d>\\n(%d .nr %d \\n(%d\n", S2, S1, S1, S2); in funnies() 333 fprintf(tabout, ".sp |\\n(%du\n", S1); in funnies()
|
H A D | tg.c | 39 if (fn && *fn) fprintf(tabout, ".nr %d \\n(.f\n.ft %s\n", S1, fn); in get_text() 65 if (fn && *fn) fprintf(tabout, ".ft \\n(%d\n", S1); in get_text()
|
H A D | t..c | 80 # define S1 31 macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 1018 S1, /* 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 */ 1092 case S1: in matchcmp() 1098 if (kstate == S1 || kstate == S3) { in matchcmp()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | main.c | 528 goto S1; in slurpstring() 531 S1: in slurpstring() 552 goto S1; in slurpstring() 568 goto S1; in slurpstring() 578 sb++; goto S1; in slurpstring()
|
/titanic_50/usr/src/lib/libm/common/LD/ |
H A D | erfl.c | 220 static long double S1[] = { /* 15 bottom coeffs with leading 1.0 hidden */ variable 341 t = y/__poly_libmq(x,15,S1);
|
/titanic_50/usr/src/lib/libm/common/Q/ |
H A D | erfl.c | 221 static const long double S1[] = { /* 15 bottom coeffs with leading 1.0 hidden */ variable 341 t = y/__poly_libmq(x,15,S1);
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_lex.l | 71 %s S0 S1 S2 S3 S4 564 <S1>"/*" yyerror("/* encountered inside a comment\n"); 565 <S1>"*/" BEGIN(yypcb->pcb_cstate); 566 <S1>.|\n ; /* discard */
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSSL.c | 145 uchar_t *S1, *S2; in soft_tls_prf() local 154 S1 = NULL; in soft_tls_prf() 162 S1 = secret; in soft_tls_prf() 171 MD5Update(&md5_ctx, S1, L_S); in soft_tls_prf() 173 S1 = md5_digested_key; in soft_tls_prf() 190 P_MD5(S1, L_S1, label, labellen, rand1, rand1len, rand2, rand2len, in soft_tls_prf()
|
/titanic_50/usr/src/cmd/lp/filter/postscript/font/devpost/ |
H A D | Makefile | 34 NR NX PA PB PI PX S1 VB \
|
H A D | S1 | 32 name S1
|
H A D | DESC | 37 fonts 10 R I B BI CW H HB HX S1 S
|
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | envctrl_ue450.h | 54 #define S1 &unitp->bus_ctl_regs->s1 macro
|
H A D | envctrl.h | 57 #define S1 &unitp->bus_ctl_regs->s1 macro
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | Dialers | 75 # S1 - UP S2 - UP S3 - DOWN S4 - UP 168 # For normal operation dip switch S1 switch 2 should be OPEN. 189 # For normal operation, dip switch S1 switch 3 should be UP. 229 # For normal operation, dip switch S1 switch 3 should be RIGHT.
|