Searched defs:sy (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_mult.c119 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);
H A Dec2_aff.c196 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 Decp_aff.c209 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...]
/illumos-gate/usr/src/lib/libm/common/C/
H A Datan2.c411 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 Dps_include.c67 * 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 Dsysent.c1110 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/
H A D__vatan2.c74 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__vatan2f.c59 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__vpow.c523 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/cmd/acct/
H A Dacctcon1.c74 } 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 Dacctcon.c82 } 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/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c922 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 Dnb5000_init.c603 smbios_system_t sy; local
609 if ((id = smbios_info_system(ksmbios, &sy)) != SMB_ERR &&

Completed in 78 milliseconds