/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ec2_aff.c | 196 mp_int k, k3, qx, qy, sx, sy; local 204 MP_DIGITS(&sy) = 0; 210 MP_CHECKOK(mp_init(&sy)); 231 MP_CHECKOK(mp_copy(&qy, &sy)); 234 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group)); 238 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group)); 248 MP_CHECKOK(mp_copy(&qy, &sy)); 254 MP_CHECKOK(group->point_dbl(&sx, &sy, [all...] |
H A D | ecp_aff.c | 209 mp_int k, k3, qx, qy, sx, sy; local 217 MP_DIGITS(&sy) = 0; 223 MP_CHECKOK(mp_init(&sy)); 244 MP_CHECKOK(mp_copy(&qy, &sy)); 247 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group)); 251 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group)); 261 MP_CHECKOK(mp_copy(&qy, &sy)); 267 MP_CHECKOK(group->point_dbl(&sx, &sy, [all...] |
H A D | ecl_mult.c | 119 mp_int sx, sy; local 134 MP_DIGITS(&sy) = 0; 136 MP_CHECKOK(mp_init(&sy, FLAG(k1))); 138 MP_CHECKOK(ECPoint_mul(group, k1, NULL, NULL, &sx, &sy)); 143 MP_CHECKOK(group->meth->field_enc(&sy, &sy, group->meth)); 148 MP_CHECKOK(group->point_add(&sx, &sy, rx, ry, rx, ry, group)); 157 mp_clear(&sy);
|
/illumos-gate/usr/src/uts/intel/sy/ |
H A D | Makefile | 23 # uts/intel/sy/Makefile 30 # This makefile drives the production of the sy driver 43 MODULE = sy
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vatan2f.c | 59 int i, k0 = 0, k1, k2, hx, sx, sy; local 74 sy = hy0 & 0x80000000; 87 if (sy) 107 if (sy) 188 sy = hy1 & 0x80000000; 201 if (sy) 221 if (sy) 300 sy = hy2 & 0x80000000; 313 if (sy) 333 if (sy) [all...] |
H A D | __vatan2.c | 74 int i, k, hx, hy, sx, sy; local 80 sy = hy & 0x80000000; 82 sign0 = (sy)? -one : one; 195 sy = hy & 0x80000000; 197 sign1 = (sy)? -one : one; 310 sy = hy & 0x80000000; 312 sign2 = (sy)? -one : one;
|
H A D | __vpow.c | 523 sy = hy >> 31; \ 539 if (sy) \ 563 else if ((hx < 0x3ff00000) != sy) \ 597 if (sy) \ 611 if (sy) \ 616 y0 = ((hx < 0x3ff00000) != sy) ? _TINY : _HUGE; \ 647 if (sy) \ 696 unsigned hx, lx, sx, hy, ly, sy; local 1083 sy = hy >> 31; \ 1096 if ((hx < 0x3ff00000) != sy) \ 1143 unsigned hx, hx0, hy, ly, sy; local [all...] |
/illumos-gate/usr/src/uts/sparc/sy/ |
H A D | Makefile | 23 # uts/sparc/sy/Makefile 29 # This makefile drives the production of the sy driver 42 MODULE = sy
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctcon1.c | 74 } sy[NSYS]; variable in typeref:struct:sys 287 * bump count, looking up wb.ut_line in sy table 294 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++) 303 CPYN(sy[i].sname, wb.ut_line); 305 sy[i].snum++; 427 printf("%d\t%.*s\n", sy[i].snum, 428 sizeof (sy[i].sname), sy[i].sname);
|
H A D | acctcon.c | 82 } sy[NSYS]; variable in typeref:struct:sys 265 * bump count, looking up wb.ut_line in sy table 272 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++) 281 CPYN(sy[i].sname, wb.ut_line); 283 sy[i].snum++; 402 printf("%d\t%.*s\n", sy[i].snum, 403 sizeof (sy[i].sname), sy[i].sname);
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | atan2.c | 411 int i, k, hx, hy, sx, sy; local 417 sy = hy & 0x80000000; 437 sy ^= 0x80000000; 445 sy ^= 0x80000000; 460 return ((sy)? -ah : ah); 465 return ((sy)? -ah : ah); 478 return ((sy)? -ah : ah); 498 return ((sy)? -t : t);
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | ps_include.c | 67 * sx, sy - its size - in current coordinates 74 double sx, double sy, double ax, double ay, double rot) 174 var(cx); var(cy); var(sx); var(sy); var(ax); var(ay); var(rot); 72 ps_include(FILE *fin, FILE *fout, int page_no, int whiteout, int outline, int scaleboth, double cx, double cy, double sx, double sy, double ax, double ay, double rot) argument
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 1110 systrace_sysent_t *sy = &systrace_sysent[curthread->t_sysnum]; local 1115 if ((id = sy->stsy_entry) != DTRACE_IDNONE) 1130 rval = (*sy->stsy_underlying)(arg0, arg1, arg2, arg3, arg4, arg5); 1135 if ((id = sy->stsy_return) != DTRACE_IDNONE) 1151 systrace_sysent_t *sy = &systrace_sysent32[curthread->t_sysnum]; local 1156 if ((id = sy->stsy_entry) != DTRACE_IDNONE) 1171 rval = (*sy->stsy_underlying)(arg0, arg1, arg2, arg3, arg4, arg5); 1176 if ((id = sy->stsy_return) != DTRACE_IDNONE) 1188 systrace_sysent_t *sy; local 1195 sy [all...] |
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vpow.S | 667 ! sy = hy >> 31; 684 ! if (sy) *pz = DONE / *pz; 701 ! else if ((hx < 0x3ff00000) != sy) 726 ! if (sy) hx = lx = 0; 737 ! if (sy) *pz = DONE / *pz; 740 ! y0 = ((hx < 0x3ff00000) != sy) ? _TINY : _HUGE; 763 ! if (sy) y0 = DONE / y0; 951 ! sy = hy >> 31; 963 ! else if ((hx < 0x3ff00000) != sy) 980 ! y0 = ((hx < 0x3ff00000) != sy) [all...] |
H A D | __vatan2.S | 391 fxor %f42,%f36,%f42 ! sy
|
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca.c | 922 smbios_system_t sy; local 934 (id = smbios_info_system(ksmbios, &sy)) != SMB_ERR &&
|
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/ |
H A D | nb5000_init.c | 603 smbios_system_t sy; local 609 if ((id = smbios_info_system(ksmbios, &sy)) != SMB_ERR &&
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | configure | 571 | --syscon | --sysco | --sysc | --sys | --sy) 574 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
|