Home
last modified time | relevance | path

Searched refs:ush1 (Results 1 – 6 of 6) sorted by relevance

/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/cints/
H A Dcintstest.cc653 for (int ush1=0; ush1<basis->nshell(); ush1++) in print_grt_ints() local
654 for (int ush2=0; ush2<=ush1; ush2++) in print_grt_ints()
660 S1[0] = ush1; in print_grt_ints()
664 if (ush1==ush2 && ush1==ush3 || ush2==ush3 && ush2==ush4) in print_grt_ints()
666 else if (ush1==ush3 || ush2==ush4) { in print_grt_ints()
668 S1[1] = ush1; in print_grt_ints()
675 S1[1] = ush1; in print_grt_ints()
680 else if (ush1==ush2 || ush3==ush4) { in print_grt_ints()
682 S1[1] = ush1; in print_grt_ints()
689 S1[1] = ush1; in print_grt_ints()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dui.c1515 int usx1, usy1, usw1, ush1; in find_uview_at_pixel() local
1522 flags = xform_unit_view(side, vp, uvocc, &usx1, &usy1, &usw1, &ush1, in find_uview_at_pixel()
1527 find_uview_at_pixel(side, vp, uvocc, usx1, usy1, usw1, ush1, in find_uview_at_pixel()
1546 int usx1, usy1, usw1, ush1; in find_unit_or_occ() local
1560 xform_unit(vp, occ, &usx1, &usy1, &usw1, &ush1); in find_unit_or_occ()
1561 rslt = find_unit_or_occ(side, vp, occ, usx1, usy1, usw1, ush1, in find_unit_or_occ()
1569 xform_unit(vp, unit, &usx1, &usy1, &usw1, &ush1); in find_unit_or_occ()
1642 int usx1, usy1, usw1, ush1; in find_unit_or_occ_view() local
1657 xform_unit(vp, occ, &usx1, &usy1, &usw1, &ush1); in find_unit_or_occ_view()
1658 rslt = find_unit_or_occ(side, vp, occ, usx1, usy1, usw1, ush1, in find_unit_or_occ_view()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxdraw.c222 int usx1, usy1, usw1, ush1; in x_find_unit_or_occ() local
228 x_xform_unit(side, map, occ, &usx1, &usy1, &usw1, &ush1); in x_find_unit_or_occ()
230 x_find_unit_or_occ(side, map, occ, usx1, usy1, usw1, ush1, sx, sy); in x_find_unit_or_occ()
238 x_xform_unit(side, map, unit, &usx1, &usy1, &usw1, &ush1); in x_find_unit_or_occ()
239 if (between(usx1, sx, usx1 + usw1) && between(usy1, sy, usy1 + ush1)) { in x_find_unit_or_occ()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlmap.cc178 int usx1, usy1, usw1, ush1; in x_find_unit_or_occ() local
188 x_xform_unit(map, occ, &usx1, &usy1, &usw1, &ush1); in x_find_unit_or_occ()
190 x_find_unit_or_occ(map, occ, usx1, usy1, usw1, ush1, sx, sy); in x_find_unit_or_occ()
198 x_xform_unit(map, unit, &usx1, &usy1, &usw1, &ush1); in x_find_unit_or_occ()
199 if (between(usx1, sx, usx1 + usw1) && between(usy1, sy, usy1 + ush1)) { in x_find_unit_or_occ()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/tzp/
H A Davl.c1761 ushort ush1, ush2; in avl_porting_problems() local
1803 ush1 = (ushort)-1; in avl_porting_problems()
1805 lng1 = CORRECT(ush1); in avl_porting_problems()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkmap.c920 int usx1, usy1, usw1, ush1; in x_find_unit_or_occ() local
930 x_xform_unit(mapw, occ, &usx1, &usy1, &usw1, &ush1); in x_find_unit_or_occ()
932 x_find_unit_or_occ(mapw, occ, usx1, usy1, usw1, ush1, sx, sy); in x_find_unit_or_occ()
940 x_xform_unit(mapw, unit, &usx1, &usy1, &usw1, &ush1); in x_find_unit_or_occ()
941 if (between(usx1, sx, usx1 + usw1) && between(usy1, sy, usy1 + ush1)) { in x_find_unit_or_occ()