Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libm/common/C/
H A Datan2.c411 int i, k, hx, hy, sx, sy; in atan2() local
417 sy = hy & 0x80000000; in atan2()
437 sy ^= 0x80000000; in atan2()
445 sy ^= 0x80000000; in atan2()
460 return ((sy)? -ah : ah); in atan2()
465 return ((sy)? -ah : ah); in atan2()
478 return ((sy)? -ah : ah); in atan2()
498 return ((sy)? -t : t); in atan2()
/titanic_41/usr/src/common/crypto/ecc/
H A Dec2_aff.c196 mp_int k, k3, qx, qy, sx, sy; in ec_GF2m_pt_mul_aff() local
204 MP_DIGITS(&sy) = 0; in ec_GF2m_pt_mul_aff()
210 MP_CHECKOK(mp_init(&sy)); in ec_GF2m_pt_mul_aff()
231 MP_CHECKOK(mp_copy(&qy, &sy)); in ec_GF2m_pt_mul_aff()
234 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group)); in ec_GF2m_pt_mul_aff()
238 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group)); in ec_GF2m_pt_mul_aff()
248 MP_CHECKOK(mp_copy(&qy, &sy)); in ec_GF2m_pt_mul_aff()
254 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group)); in ec_GF2m_pt_mul_aff()
260 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group)); in ec_GF2m_pt_mul_aff()
264 point_sub(&sx, &sy, &qx, &qy, &sx, &sy, group)); in ec_GF2m_pt_mul_aff()
[all …]
H A Decp_aff.c209 mp_int k, k3, qx, qy, sx, sy; in ec_GFp_pt_mul_aff() local
217 MP_DIGITS(&sy) = 0; in ec_GFp_pt_mul_aff()
223 MP_CHECKOK(mp_init(&sy)); in ec_GFp_pt_mul_aff()
244 MP_CHECKOK(mp_copy(&qy, &sy)); in ec_GFp_pt_mul_aff()
247 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group)); in ec_GFp_pt_mul_aff()
251 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group)); in ec_GFp_pt_mul_aff()
261 MP_CHECKOK(mp_copy(&qy, &sy)); in ec_GFp_pt_mul_aff()
267 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group)); in ec_GFp_pt_mul_aff()
273 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group)); in ec_GFp_pt_mul_aff()
277 point_sub(&sx, &sy, &qx, &qy, &sx, &sy, group)); in ec_GFp_pt_mul_aff()
[all …]
H A Decl_mult.c119 mp_int sx, sy; in ec_pts_mul_basic() local
134 MP_DIGITS(&sy) = 0; in ec_pts_mul_basic()
136 MP_CHECKOK(mp_init(&sy, FLAG(k1))); in ec_pts_mul_basic()
138 MP_CHECKOK(ECPoint_mul(group, k1, NULL, NULL, &sx, &sy)); in ec_pts_mul_basic()
143 MP_CHECKOK(group->meth->field_enc(&sy, &sy, group->meth)); in ec_pts_mul_basic()
148 MP_CHECKOK(group->point_add(&sx, &sy, rx, ry, rx, ry, group)); in ec_pts_mul_basic()
157 mp_clear(&sy); in ec_pts_mul_basic()
/titanic_41/usr/src/lib/libmvec/common/
H A D__vatan2f.c59 int i, k0 = 0, k1, k2, hx, sx, sy; in __vatan2f() local
74 sy = hy0 & 0x80000000; in __vatan2f()
87 if (sy) in __vatan2f()
107 if (sy) in __vatan2f()
188 sy = hy1 & 0x80000000; in __vatan2f()
201 if (sy) in __vatan2f()
221 if (sy) in __vatan2f()
300 sy = hy2 & 0x80000000; in __vatan2f()
313 if (sy) in __vatan2f()
333 if (sy) in __vatan2f()
H A D__vatan2.c74 int i, k, hx, hy, sx, sy; in __vatan2() local
80 sy = hy & 0x80000000; in __vatan2()
82 sign0 = (sy)? -one : one; in __vatan2()
195 sy = hy & 0x80000000; in __vatan2()
197 sign1 = (sy)? -one : one; in __vatan2()
310 sy = hy & 0x80000000; in __vatan2()
312 sign2 = (sy)? -one : one; in __vatan2()
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; in __vpow() local
1083 sy = hy >> 31; \
1096 if ((hx < 0x3ff00000) != sy) \
[all …]
/titanic_41/usr/src/cmd/acct/
H A Dacctcon1.c74 } sy[NSYS]; variable
294 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++) in bootshut()
303 CPYN(sy[i].sname, wb.ut_line); in bootshut()
305 sy[i].snum++; in bootshut()
427 printf("%d\t%.*s\n", sy[i].snum, in printrep()
428 sizeof (sy[i].sname), sy[i].sname); in printrep()
H A Dacctcon.c82 } sy[NSYS]; variable
272 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++) in bootshut()
281 CPYN(sy[i].sname, wb.ut_line); in bootshut()
283 sy[i].snum++; in bootshut()
402 printf("%d\t%.*s\n", sy[i].snum, in printrep()
403 sizeof (sy[i].sname), sy[i].sname); in printrep()
/titanic_41/usr/src/uts/common/os/
H A Dsysent.c1109 systrace_sysent_t *sy = &systrace_sysent[curthread->t_sysnum]; in dtrace_systrace_syscall() local
1114 if ((id = sy->stsy_entry) != DTRACE_IDNONE) in dtrace_systrace_syscall()
1129 rval = (*sy->stsy_underlying)(arg0, arg1, arg2, arg3, arg4, arg5); in dtrace_systrace_syscall()
1134 if ((id = sy->stsy_return) != DTRACE_IDNONE) in dtrace_systrace_syscall()
1150 systrace_sysent_t *sy = &systrace_sysent32[curthread->t_sysnum]; in dtrace_systrace_syscall32() local
1155 if ((id = sy->stsy_entry) != DTRACE_IDNONE) in dtrace_systrace_syscall32()
1170 rval = (*sy->stsy_underlying)(arg0, arg1, arg2, arg3, arg4, arg5); in dtrace_systrace_syscall32()
1175 if ((id = sy->stsy_return) != DTRACE_IDNONE) in dtrace_systrace_syscall32()
1187 systrace_sysent_t *sy; in dtrace_systrace_rtt() local
1194 sy = &systrace_sysent[curthread->t_sysnum]; in dtrace_systrace_rtt()
[all …]
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c74 double sx, double sy, double ax, double ay, double rot) in ps_include() argument
174 var(cx); var(cy); var(sx); var(sy); var(ax); var(ay); var(rot); in ps_include()
/titanic_41/usr/src/uts/intel/sy/
H A DMakefile43 MODULE = sy
/titanic_41/usr/src/uts/sparc/sy/
H A DMakefile42 MODULE = sy
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vpow.S667 ! 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) ? _TINY : _HUGE;
[all …]
H A D__vatan2.S391 fxor %f42,%f36,%f42 ! sy
/titanic_41/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c922 smbios_system_t sy; in ao_ms_post_startup() local
934 (id = smbios_info_system(ksmbios, &sy)) != SMB_ERR && in ao_ms_post_startup()
/titanic_41/usr/src/lib/libast/common/port/
H A Dlc.tab253 sy syria ar
/titanic_41/usr/src/uts/sparc/
H A DMakefile.sparc217 DRV_KMODS += simnet softmac sppp sppptun sy sysevent sysmsg
/titanic_41/usr/src/uts/intel/
H A DMakefile.intel336 DRV_KMODS += sy
/titanic_41/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000_init.c603 smbios_system_t sy; in find_dimms_per_channel() local
609 if ((id = smbios_info_system(ksmbios, &sy)) != SMB_ERR && in find_dimms_per_channel()
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-kernel.mf261 driver name=sy perms="tty 0666 root tty"
398 file path=kernel/drv/$(ARCH64)/sy group=sys
549 $(i386_ONLY)file path=kernel/drv/sy group=sys
550 file path=kernel/drv/sy.conf group=sys
/titanic_41/usr/src/data/zoneinfo/
H A Dasia3169 # I found confirmation on this in this gov.sy-article (Arabic):
3170 # http://wehda.alwehda.gov.sy/_print_veiw.asp?FileName=12521710520070926111247
3192 # http://www.sana.sy/eng/21/2008/03/11/165173.htm
3213 # http://sana.sy/ara/2/2008/10/07/195459.htm
3219 # http://www.sana.sy/eng/21/2009/03/17/217563.htm
3221 # http://thawra.alwehda.gov.sy/_View_news2.asp?FileName=94459258720090318012209
3233 # http://www.sana.sy/ara/2/2009/09/29/247012.htm (Arabic)
3244 # http://sns.sy/sns/?path=news/read/11421 (Arabic)
3251 # http://www.sana.sy/ara/2/2012/03/26/408215.htm
/titanic_41/usr/src/grub/grub-0.97/
H A Dconfigure571 | --syscon | --sysco | --sysc | --sys | --sy)
574 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)