Home
last modified time | relevance | path

Searched refs:ib1 (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/dports/devel/ice37/ice-3.7.2/ruby/test/Ice/inheritance/
H A DAllTests.rb46 test(ia != ib1)
49 test(ib1 != ic)
104 test(iao == ib1)
111 iao = ib1.iaop(ib1)
112 test(iao == ib1)
120 test(iao == ib1)
128 test(iao == ib1)
134 iao = ib1.ib1op(ib1)
135 test(iao == ib1)
136 ib1o = ib1.ib1op(ib1)
[all …]
/dports/devel/php-ice37/ice-3.7.2/ruby/test/Ice/inheritance/
H A DAllTests.rb46 test(ia != ib1)
49 test(ib1 != ic)
104 test(iao == ib1)
111 iao = ib1.iaop(ib1)
112 test(iao == ib1)
120 test(iao == ib1)
128 test(iao == ib1)
134 iao = ib1.ib1op(ib1)
135 test(iao == ib1)
136 ib1o = ib1.ib1op(ib1)
[all …]
/dports/devel/py-ice37/ice-3.7.2/ruby/test/Ice/inheritance/
H A DAllTests.rb46 test(ia != ib1)
49 test(ib1 != ic)
104 test(iao == ib1)
111 iao = ib1.iaop(ib1)
112 test(iao == ib1)
120 test(iao == ib1)
128 test(iao == ib1)
134 iao = ib1.ib1op(ib1)
135 test(iao == ib1)
136 ib1o = ib1.ib1op(ib1)
[all …]
/dports/devel/php-ice37/ice-3.7.2/php/test/Ice/inheritance/
H A DClient.php45 test($ia != $ib1);
48 test($ib1 != $ic);
105 test($iao == $ib1);
112 $iao = $ib1->iaop($ib1);
113 test($iao == $ib1);
121 test($iao == $ib1);
129 test($iao == $ib1);
135 $iao = $ib1->ib1op($ib1);
136 test($iao == $ib1);
137 $ib1o = $ib1->ib1op($ib1);
[all …]
/dports/devel/ice37/ice-3.7.2/php/test/Ice/inheritance/
H A DClient.php45 test($ia != $ib1);
48 test($ib1 != $ic);
105 test($iao == $ib1);
112 $iao = $ib1->iaop($ib1);
113 test($iao == $ib1);
121 test($iao == $ib1);
129 test($iao == $ib1);
135 $iao = $ib1->ib1op($ib1);
136 test($iao == $ib1);
137 $ib1o = $ib1->ib1op($ib1);
[all …]
/dports/devel/py-ice37/ice-3.7.2/php/test/Ice/inheritance/
H A DClient.php45 test($ia != $ib1);
48 test($ib1 != $ic);
105 test($iao == $ib1);
112 $iao = $ib1->iaop($ib1);
113 test($iao == $ib1);
121 test($iao == $ib1);
129 test($iao == $ib1);
135 $iao = $ib1->ib1op($ib1);
136 test($iao == $ib1);
137 $ib1o = $ib1->ib1op($ib1);
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/PgSQL/rdkit/
H A Dbitstring.c216 POPCNT_TYPE ib1; in bitstringDifferenceWeight() local
223 ib1 = *ibstr1++; difference += POPCNT(ib1 ^ (ib1 | *ibstr2++)); in bitstringDifferenceWeight()
224 ib1 = *ibstr1++; difference += POPCNT(ib1 ^ (ib1 | *ibstr2++)); in bitstringDifferenceWeight()
225 ib1 = *ibstr1++; difference += POPCNT(ib1 ^ (ib1 | *ibstr2++)); in bitstringDifferenceWeight()
226 ib1 = *ibstr1++; difference += POPCNT(ib1 ^ (ib1 | *ibstr2++)); in bitstringDifferenceWeight()
230 ib1 = *ibstr1++; difference += POPCNT(ib1 ^ (ib1 | *ibstr2++)); in bitstringDifferenceWeight()
302 ib1 = *ibstr1++; in bitstringTanimotoSimilarity()
306 ib1 = *ibstr1++; in bitstringTanimotoSimilarity()
310 ib1 = *ibstr1++; in bitstringTanimotoSimilarity()
314 ib1 = *ibstr1++; in bitstringTanimotoSimilarity()
[all …]
/dports/audio/bristol/bristol-0.60.10/bristol/
H A Delectroswitch.c139 *ob++ = *ib1++; ib2++; in operate()
140 *ob++ = *ib1++; ib2++; in operate()
141 *ob++ = *ib1++; ib2++; in operate()
142 *ob++ = *ib1++; ib2++; in operate()
143 *ob++ = *ib1++; ib2++; in operate()
144 *ob++ = *ib1++; ib2++; in operate()
145 *ob++ = *ib1++; ib2++; in operate()
146 *ob++ = *ib1++; ib2++; in operate()
148 *ob++ = *ib2++; ib1++; in operate()
149 *ob++ = *ib2++; ib1++; in operate()
[all …]
/dports/devel/php-ice37/ice-3.7.2/matlab/test/Ice/inheritance/
H A DAllTests.m46 assert(ia ~= ib1);
49 assert(ib1 ~= ic);
112 iao = ia.iaop(ib1);
113 assert(iao == ib1);
118 iao = ib1.iaop(ia);
120 iao = ib1.iaop(ib1);
121 assert(iao == ib1);
124 iao = ib1.iaop(ic);
129 assert(iao == ib1);
143 iao = ib1.ib1op(ib1);
[all …]
/dports/devel/php-ice37/ice-3.7.2/python/test/Ice/inheritance/
H A DAllTests.py46 test(ia != ib1)
49 test(ib1 != ic)
104 test(iao == ib1)
111 iao = ib1.iaop(ib1)
112 test(iao == ib1)
120 test(iao == ib1)
128 test(iao == ib1)
134 iao = ib1.ib1op(ib1)
135 test(iao == ib1)
136 ib1o = ib1.ib1op(ib1)
[all …]
/dports/devel/ice37/ice-3.7.2/matlab/test/Ice/inheritance/
H A DAllTests.m46 assert(ia ~= ib1);
49 assert(ib1 ~= ic);
112 iao = ia.iaop(ib1);
113 assert(iao == ib1);
118 iao = ib1.iaop(ia);
120 iao = ib1.iaop(ib1);
121 assert(iao == ib1);
124 iao = ib1.iaop(ic);
129 assert(iao == ib1);
143 iao = ib1.ib1op(ib1);
[all …]
/dports/devel/ice37/ice-3.7.2/python/test/Ice/inheritance/
H A DAllTests.py46 test(ia != ib1)
49 test(ib1 != ic)
104 test(iao == ib1)
111 iao = ib1.iaop(ib1)
112 test(iao == ib1)
120 test(iao == ib1)
128 test(iao == ib1)
134 iao = ib1.ib1op(ib1)
135 test(iao == ib1)
136 ib1o = ib1.ib1op(ib1)
[all …]
/dports/devel/py-ice37/ice-3.7.2/matlab/test/Ice/inheritance/
H A DAllTests.m46 assert(ia ~= ib1);
49 assert(ib1 ~= ic);
112 iao = ia.iaop(ib1);
113 assert(iao == ib1);
118 iao = ib1.iaop(ia);
120 iao = ib1.iaop(ib1);
121 assert(iao == ib1);
124 iao = ib1.iaop(ic);
129 assert(iao == ib1);
143 iao = ib1.ib1op(ib1);
[all …]
/dports/devel/py-ice37/ice-3.7.2/python/test/Ice/inheritance/
H A DAllTests.py46 test(ia != ib1)
49 test(ib1 != ic)
104 test(iao == ib1)
111 iao = ib1.iaop(ib1)
112 test(iao == ib1)
120 test(iao == ib1)
128 test(iao == ib1)
134 iao = ib1.ib1op(ib1)
135 test(iao == ib1)
136 ib1o = ib1.ib1op(ib1)
[all …]
/dports/devel/php-ice37/ice-3.7.2/js/test/typescript/Ice/inheritance/
H A DClient.ts47 test(ia != ib1);
50 test(ib1 != ic);
108 test(iao.equals(ib1));
115 iao = await ib1.iaop(ib1);
116 test(iao.equals(ib1));
124 test(iao.equals(ib1));
132 test(iao.equals(ib1));
138 iao = await ib1.ib1op(ib1);
139 test(iao.equals(ib1));
140 ib1o = await ib1.ib1op(ib1);
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/test/Ice/inheritance/
H A DAllTests.cs49 test(ia != ib1);
52 test(ib1 != ic);
115 iao = ia.iaop(ib1);
121 iao = ib1.iaop(ia);
123 iao = ib1.iaop(ib1);
125 iao = ib1.iaop(ib2);
127 iao = ib1.iaop(ic);
131 iao = ib2.iaop(ib1);
139 iao = ic.iaop(ib1);
146 iao = ib1.ib1op(ib1);
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/test/Ice/inheritance/
H A DAllTests.cs49 test(ia != ib1); in allTests()
52 test(ib1 != ic); in allTests()
115 iao = ia.iaop(ib1); in allTests()
121 iao = ib1.iaop(ia); in allTests()
123 iao = ib1.iaop(ib1); in allTests()
125 iao = ib1.iaop(ib2); in allTests()
127 iao = ib1.iaop(ic); in allTests()
131 iao = ib2.iaop(ib1); in allTests()
139 iao = ic.iaop(ib1); in allTests()
146 iao = ib1.ib1op(ib1); in allTests()
[all …]
/dports/devel/ice37/ice-3.7.2/js/test/typescript/Ice/inheritance/
H A DClient.ts47 test(ia != ib1);
50 test(ib1 != ic);
108 test(iao.equals(ib1));
115 iao = await ib1.iaop(ib1);
116 test(iao.equals(ib1));
124 test(iao.equals(ib1));
132 test(iao.equals(ib1));
138 iao = await ib1.ib1op(ib1);
139 test(iao.equals(ib1));
140 ib1o = await ib1.ib1op(ib1);
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/test/Ice/inheritance/
H A DAllTests.cs49 test(ia != ib1); in allTests()
52 test(ib1 != ic); in allTests()
115 iao = ia.iaop(ib1); in allTests()
121 iao = ib1.iaop(ia); in allTests()
123 iao = ib1.iaop(ib1); in allTests()
125 iao = ib1.iaop(ib2); in allTests()
127 iao = ib1.iaop(ic); in allTests()
131 iao = ib2.iaop(ib1); in allTests()
139 iao = ic.iaop(ib1); in allTests()
146 iao = ib1.ib1op(ib1); in allTests()
[all …]
/dports/devel/py-ice37/ice-3.7.2/js/test/typescript/Ice/inheritance/
H A DClient.ts47 test(ia != ib1);
50 test(ib1 != ic);
108 test(iao.equals(ib1));
115 iao = await ib1.iaop(ib1);
116 test(iao.equals(ib1));
124 test(iao.equals(ib1));
132 test(iao.equals(ib1));
138 iao = await ib1.ib1op(ib1);
139 test(iao.equals(ib1));
140 ib1o = await ib1.ib1op(ib1);
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/inheritance/
H A DAllTests.java67 test(ia != ib1); in allTests()
70 test(ib1 != ic); in allTests()
133 iao = ia.iaop(ib1); in allTests()
139 iao = ib1.iaop(ia); in allTests()
141 iao = ib1.iaop(ib1); in allTests()
143 iao = ib1.iaop(ib2); in allTests()
145 iao = ib1.iaop(ic); in allTests()
149 iao = ib2.iaop(ib1); in allTests()
157 iao = ic.iaop(ib1); in allTests()
164 iao = ib1.ib1op(ib1); in allTests()
[all …]
/dports/devel/php-ice37/ice-3.7.2/objective-c/test/Ice/inheritance/
H A DAllTests.m42 test(ia != ib1);
45 test(ib1 != ic);
106 iao = [ia iaop:ib1];
112 iao = [ib1 iaop:ia];
114 iao = [ib1 iaop:ib1];
116 iao = [ib1 iaop:ib2];
118 iao = [ib1 iaop:ic];
122 iao = [ib2 iaop:ib1];
130 iao = [ic iaop:ib1];
137 iao = [ib1 ib1op:ib1];
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/inheritance/
H A DAllTests.java70 test(ia != ib1); in allTests()
73 test(ib1 != ic); in allTests()
136 iao = ia.iaop(ib1); in allTests()
142 iao = ib1.iaop(ia); in allTests()
144 iao = ib1.iaop(ib1); in allTests()
146 iao = ib1.iaop(ib2); in allTests()
148 iao = ib1.iaop(ic); in allTests()
152 iao = ib2.iaop(ib1); in allTests()
160 iao = ic.iaop(ib1); in allTests()
167 iao = ib1.ib1op(ib1); in allTests()
[all …]
/dports/devel/ice37/ice-3.7.2/objective-c/test/Ice/inheritance/
H A DAllTests.m42 test(ia != ib1);
45 test(ib1 != ic);
106 iao = [ia iaop:ib1];
112 iao = [ib1 iaop:ia];
114 iao = [ib1 iaop:ib1];
116 iao = [ib1 iaop:ib2];
118 iao = [ib1 iaop:ic];
122 iao = [ib2 iaop:ib1];
130 iao = [ic iaop:ib1];
137 iao = [ib1 ib1op:ib1];
[all …]
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/inheritance/
H A DAllTests.java67 test(ia != ib1); in allTests()
70 test(ib1 != ic); in allTests()
133 iao = ia.iaop(ib1); in allTests()
139 iao = ib1.iaop(ia); in allTests()
141 iao = ib1.iaop(ib1); in allTests()
143 iao = ib1.iaop(ib2); in allTests()
145 iao = ib1.iaop(ic); in allTests()
149 iao = ib2.iaop(ib1); in allTests()
157 iao = ic.iaop(ib1); in allTests()
164 iao = ib1.ib1op(ib1); in allTests()
[all …]

12345678910>>...23