Home
last modified time | relevance | path

Searched refs:isleft (Results 1 – 25 of 108) sorted by relevance

12345

/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/index/
H A DIndexAVLMemory.java239 isleft = compare < 0; in insert()
241 n = isleft ? x.nLeft in insert()
251 balance(store, x, isleft); in insert()
361 int sign = isleft ? 1
404 r.set(store, isleft, l.child(store, !isleft));
406 x.set(store, !isleft, l.child(store, isleft));
418 isleft = x.isFromLeft(store);
491 int sign = isleft ? 1 in balance()
511 x.set(store, isleft, l.child(store, !isleft)); in balance()
521 l.set(store, !isleft, r.child(store, isleft)); in balance()
[all …]
H A DIndexAVL.java830 boolean isleft = true; in insert()
875 isleft = compare < 0; in insert()
886 balance(store, x, isleft); in insert()
1000 int sign = isleft ? 1
1042 r = r.set(store, isleft, l.child(store, !isleft));
1044 x = x.set(store, !isleft, l.child(store, isleft));
1055 isleft = x.isFromLeft(store);
1784 int sign = isleft ? 1 in balance()
1804 x = x.set(store, isleft, l.child(store, !isleft)); in balance()
1813 l = l.set(store, !isleft, r.child(store, isleft)); in balance()
[all …]
/dports/security/p5-String-MkPasswd/String-MkPasswd-0.04/lib/String/
H A DMkPasswd.pm97 my $initially_left = my $isleft = int rand 2;
113 ($left, $right) = &_psplit($minnum, \$isleft);
121 ($left, $right) = &_psplit($minlower, \$isleft);
129 ($left, $right) = &_psplit($minupper, \$isleft);
137 ($left, $right) = &_psplit($minspecial, \$isleft);
170 my $isleft = shift; # ref = SCALAR
174 if ( $$isleft ) {
177 $$isleft = !($max % 2);
181 $$isleft = !($max % 2);
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Djrb.c30 #define isleft(n) (n->left) macro
31 #define isright(n) (!isleft(n))
123 if (isleft(n)) return n->parent; in rprev()
307 mk_new_int(newleft, n, n->parent, isleft(n)); in jrb_insert_b()
347 if ((isleft(n) == 0) == (isleft(p) == 0)) { in recolor()
348 single_rotate(gp, isleft(n)); in recolor()
352 single_rotate(p, isleft(n)); in recolor()
353 single_rotate(gp, isleft(n)); in recolor()
367 rl = isleft(y); in single_rotate()
434 if (isleft(p)) { in jrb_delete_node()
[all …]
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/rtlbrowse/
H A Djrb.c30 #define isleft(n) (n->left) macro
31 #define isright(n) (!isleft(n))
123 if (isleft(n)) return n->parent; in rprev()
307 mk_new_int(newleft, n, n->parent, isleft(n)); in jrb_insert_b()
347 if ((isleft(n) == 0) == (isleft(p) == 0)) { in recolor()
348 single_rotate(gp, isleft(n)); in recolor()
352 single_rotate(p, isleft(n)); in recolor()
353 single_rotate(gp, isleft(n)); in recolor()
367 rl = isleft(y); in single_rotate()
434 if (isleft(p)) { in jrb_delete_node()
[all …]
/dports/lang/expect/expect5.45.4/example/
H A Dmkpasswd106 set initially_left [set isleft [rand 2]]
112 global isleft
114 if {$isleft} {
117 set isleft [expr !($max%2)]
121 set isleft [expr $max%2]
/dports/science/ergo/ergo-3.8/source/matrix/template_lapack/lapack/
H A Dtemplate_lapack_larre.h88 Treal clwdth, isleft; in template_lapack_larre() local
511 isleft = maxMACRO(d__2,d__3); in template_lapack_larre()
523 spdiam = isrght - isleft; in template_lapack_larre()
530 isleft = maxMACRO(d__2,d__3); in template_lapack_larre()
554 s1 = isleft + spdiam * .25; in template_lapack_larre()
561 s1 = isleft + spdiam * .25; in template_lapack_larre()
564 tmp = minMACRO(isrght,*vu) - maxMACRO(isleft,*vl); in template_lapack_larre()
565 s1 = maxMACRO(isleft,*vl) + tmp * .25; in template_lapack_larre()
579 sigma = maxMACRO(isleft,gl); in template_lapack_larre()
583 sigma = isleft; in template_lapack_larre()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/external/pmrrr/src/lapack/
H A Dodrre.c82 double clwdth, isleft; in odrre() local
497 isleft = fmax(d__2,d__3); in odrre()
509 spdiam = isrght - isleft; in odrre()
516 isleft = fmax(d__2,d__3); in odrre()
540 s1 = isleft + spdiam * .25; in odrre()
547 s1 = isleft + spdiam * .25; in odrre()
550 tmp = fmin(isrght,*vu) - fmax(isleft,*vl); in odrre()
551 s1 = fmax(isleft,*vl) + tmp * .25; in odrre()
565 sigma = fmax(isleft,gl); in odrre()
569 sigma = isleft; in odrre()
[all …]
/dports/math/igraph/igraph-0.9.5/vendor/lapack/
H A Ddlarre.c379 doublereal clwdth, isleft; in igraphdlarre_() local
622 isleft = max(d__2,d__3); in igraphdlarre_()
634 spdiam = isrght - isleft; in igraphdlarre_()
641 isleft = max(d__2,d__3); in igraphdlarre_()
665 s1 = isleft + spdiam * .25; in igraphdlarre_()
672 s1 = isleft + spdiam * .25; in igraphdlarre_()
675 tmp = min(isrght,*vu) - max(isleft,*vl); in igraphdlarre_()
676 s1 = max(isleft,*vl) + tmp * .25; in igraphdlarre_()
690 sigma = max(isleft,gl); in igraphdlarre_()
694 sigma = isleft; in igraphdlarre_()
[all …]
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/c/
H A Dslarre.c330 real clwdth, isleft; in slarre_() local
623 isleft = max(r__2,r__3); in slarre_()
635 spdiam = isrght - isleft; in slarre_()
644 isleft = max(r__2,r__3); in slarre_()
669 s1 = isleft + spdiam * .25f; in slarre_()
679 s1 = isleft + spdiam * .25f; in slarre_()
684 tmp = min(isrght,*vu) - max(isleft,*vl); in slarre_()
685 s1 = max(isleft,*vl) + tmp * .25f; in slarre_()
703 sigma = max(isleft,gl); in slarre_()
709 sigma = isleft; in slarre_()
[all …]
H A Ddlarre.c336 doublereal clwdth, isleft; in dlarre_() local
623 isleft = max(d__2,d__3); in dlarre_()
635 spdiam = isrght - isleft; in dlarre_()
644 isleft = max(d__2,d__3); in dlarre_()
669 s1 = isleft + spdiam * .25; in dlarre_()
679 s1 = isleft + spdiam * .25; in dlarre_()
684 tmp = min(isrght,*vu) - max(isleft,*vl); in dlarre_()
685 s1 = max(isleft,*vl) + tmp * .25; in dlarre_()
703 sigma = max(isleft,gl); in dlarre_()
709 sigma = isleft; in dlarre_()
[all …]
/dports/net/mpich2/mpich2-1.5/test/mpi/comm/
H A Dicgroup.c19 int minsize = 2, isleft; in main() local
29 while (MTestGetIntercomm( &comm, &isleft, minsize )) { in main()
/dports/net/mpich/mpich-3.4.3/test/mpi/comm/
H A Dicgroup.c18 int minsize = 2, isleft; in main() local
28 while (MTestGetIntercomm(&comm, &isleft, minsize)) { in main()
H A Dcomm_idup_nb.c17 int i, isleft; in main() local
117 while (MTestGetIntercomm(&test_comm, &isleft, 1)) { in main()
137 if (isleft) { in main()
/dports/www/moodle310/moodle/question/type/ddmarker/
H A Dshapes.php410 $isleft = $this->is_left($start, $end, $point);
411 if ($isleft == 0) {
413 } else if ($isleft > 0) {
420 $isleft = $this->is_left($start, $end, $point);
421 if ($isleft == 0) {
/dports/www/moodle311/moodle/question/type/ddmarker/
H A Dshapes.php410 $isleft = $this->is_left($start, $end, $point);
411 if ($isleft == 0) {
413 } else if ($isleft > 0) {
420 $isleft = $this->is_left($start, $end, $point);
421 if ($isleft == 0) {
/dports/www/moodle39/moodle/question/type/ddmarker/
H A Dshapes.php410 $isleft = $this->is_left($start, $end, $point);
411 if ($isleft == 0) {
413 } else if ($isleft > 0) {
420 $isleft = $this->is_left($start, $end, $point);
421 if ($isleft == 0) {
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/
H A Dspell.tcl388 set isleft [string is wordchar -strict $left]
432 if {$isedit && $isleft && $isright} {
451 } elseif {$isdel && $isleft} {
498 if {$isleft} {
501 if {!$isleft && $isright} {
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Ddemangle.hpp117 bool isleft = realname[idx] == '<'; in short_demangle_once() local
119 if (!isleft && !isright) in short_demangle_once()
136 level += isleft ? -1 : 1; in short_demangle_once()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Ddemangle.hpp117 bool isleft = realname[idx] == '<'; in short_demangle_once() local
119 if (!isleft && !isright) in short_demangle_once()
136 level += isleft ? -1 : 1; in short_demangle_once()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Ddemangle.hpp131 bool isleft = realname[idx] == '<'; in short_demangle_once() local
133 if (!isleft && !isright) in short_demangle_once()
150 level += isleft ? -1 : 1; in short_demangle_once()
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Ddemangle.hpp146 bool isleft = realname[idx] == '<'; in short_demangle_from_type_name() local
148 if (!isleft && !isright) in short_demangle_from_type_name()
165 level += isleft ? -1 : 1; in short_demangle_from_type_name()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tpic/
H A Dtextgen.c66 else if (isleft(hvmode)) in textgen()
85 else if (isleft(hvmode)) in textgen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/pic/
H A Dtextgen.c68 else if (isleft(hvmode)) in textgen()
88 else if (isleft(hvmode)) in textgen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/svgpic/
H A Dtextgen.c68 else if (isleft(hvmode)) in textgen()
88 else if (isleft(hvmode)) in textgen()

12345