Home
last modified time | relevance | path

Searched refs:right (Results 101 – 125 of 46852) sorted by relevance

12345678910>>...1875

/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Drational.h39 Rational &operator=(int right);
46 Rational &operator+=(int right);
47 Rational &operator-=(int right);
48 Rational &operator*=(int right);
49 Rational &operator/=(int right);
70 bool operator==(int right) const;
71 bool operator!=(int right) const;
72 bool operator>(int right) const;
73 bool operator<(int right) const;
74 bool operator>=(int right) const;
[all …]
/dports/games/residualvm/residualvm-0.3.1/common/
H A Drational.h39 Rational &operator=(int right);
46 Rational &operator+=(int right);
47 Rational &operator-=(int right);
48 Rational &operator*=(int right);
49 Rational &operator/=(int right);
70 bool operator==(int right) const;
71 bool operator!=(int right) const;
72 bool operator>(int right) const;
73 bool operator<(int right) const;
74 bool operator>=(int right) const;
[all …]
/dports/games/scummvm/scummvm-2.5.1/common/
H A Drational.h49 Rational &operator=(int right);
56 Rational &operator+=(int right);
57 Rational &operator-=(int right);
58 Rational &operator*=(int right);
59 Rational &operator/=(int right);
80 bool operator==(int right) const;
81 bool operator!=(int right) const;
82 bool operator>(int right) const;
83 bool operator<(int right) const;
84 bool operator>=(int right) const;
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/array/
H A Dcompare.go38 rc := right.Column(i)
60 rc := right.Column(i)
110 case left == right:
133 case left == right:
229 r := right.(*Int8)
232 r := right.(*Int16)
235 r := right.(*Int32)
280 r := right.(*List)
301 r := right.(*Map)
436 r := right.(*Int8)
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sinfo/
H A Dprint.h76 #define format_add_avail(list,wid,right,suffix) \ argument
78 #define format_add_cpus(list,wid,right,suffix) \ argument
82 #define format_add_sct(list,wid,right,suffix) \ argument
86 #define format_add_cores(list,wid,right,suffix) \ argument
90 #define format_add_disk(list,wid,right,suffix) \ argument
98 #define format_add_gres(list,wid,right,suffix) \ argument
110 #define format_add_nodes(list,wid,right,suffix) \ argument
132 #define format_add_root(list,wid,right,prefix) \ argument
136 #define format_add_size(list,wid,right,suffix) \ argument
142 #define format_add_time(list,wid,right,suffix) \ argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DEqualInstruction.cs26 object right = frame.Pop(); in Run()
32 else if (right == null) in Run()
54 else if (right == null) in Run()
76 else if (right == null) in Run()
98 else if (right == null) in Run()
120 else if (right == null) in Run()
142 else if (right == null) in Run()
164 else if (right == null) in Run()
186 else if (right == null) in Run()
208 else if (right == null) in Run()
[all …]
H A DNotEqualInstruction.cs26 object right = frame.Pop(); in Run()
32 else if (right == null) in Run()
54 else if (right == null) in Run()
76 else if (right == null) in Run()
98 else if (right == null) in Run()
120 else if (right == null) in Run()
142 else if (right == null) in Run()
164 else if (right == null) in Run()
186 else if (right == null) in Run()
208 else if (right == null) in Run()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/data/images/creatures/tux/
H A Dtux.sprite14 (name "small-walk-right")
33 (name "small-run-right")
45 (name "small-stand-right")
73 (name "small-jump-right")
85 (name "small-fall-right")
97 (name "small-skid-right")
107 (name "small-kick-right")
117 (name "small-idle-right")
206 (name "grow-right")
223 (name "swimgrow-right")
[all …]
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dsubtypes.py252 right = self.right
300 right = self.right
309 right = self.right
333 right = self.right
371 right = self.right
404 right = self.right
486 right = self.right
1264 right = self.right
1314 right = self.right
1328 right = self.right
[all …]
/dports/math/py-chaospy/chaospy-4.3.3/chaospy/distributions/operators/
H A Daddition.py77 _operator = lambda self, left, right: (left.T+right.T).T
82 right=right,
101 right = right._get_lower(idx, cache=cache)
120 right = right._get_upper(idx, cache=cache)
125 left, right = right, left
144 left, right = right, left
162 left, right = right, left
164 right = numpy.asfarray(right)
193 right = [right._get_mom(key) for key in keys_.T]
222 left, right = right, left
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/cipher/
H A DBlowfish.java316 x.left = x.right = 0; in makeKey()
322 t = x.right; in makeKey()
323 x.right = x.left; in makeKey()
331 t = x.right; in makeKey()
332 x.right = x.left; in makeKey()
340 t = x.right; in makeKey()
349 t = x.right; in makeKey()
358 t = x.right; in makeKey()
482 x.right ^= p[17]; in blowfishEncrypt()
555 x.right ^= p[0]; in blowfishDecrypt()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/crypto/cipher/
H A DBlowfish.java316 x.left = x.right = 0; in makeKey()
322 t = x.right; in makeKey()
323 x.right = x.left; in makeKey()
331 t = x.right; in makeKey()
332 x.right = x.left; in makeKey()
340 t = x.right; in makeKey()
349 t = x.right; in makeKey()
358 t = x.right; in makeKey()
482 x.right ^= p[17]; in blowfishEncrypt()
555 x.right ^= p[0]; in blowfishDecrypt()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/crypto/cipher/
H A DBlowfish.java316 x.left = x.right = 0; in makeKey()
322 t = x.right; in makeKey()
323 x.right = x.left; in makeKey()
331 t = x.right; in makeKey()
332 x.right = x.left; in makeKey()
340 t = x.right; in makeKey()
349 t = x.right; in makeKey()
358 t = x.right; in makeKey()
482 x.right ^= p[17]; in blowfishEncrypt()
555 x.right ^= p[0]; in blowfishDecrypt()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/cipher/
H A DBlowfish.java316 x.left = x.right = 0; in makeKey()
322 t = x.right; in makeKey()
323 x.right = x.left; in makeKey()
331 t = x.right; in makeKey()
332 x.right = x.left; in makeKey()
340 t = x.right; in makeKey()
349 t = x.right; in makeKey()
358 t = x.right; in makeKey()
482 x.right ^= p[17]; in blowfishEncrypt()
555 x.right ^= p[0]; in blowfishDecrypt()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/crypto/cipher/
H A DBlowfish.java316 x.left = x.right = 0; in makeKey()
322 t = x.right; in makeKey()
323 x.right = x.left; in makeKey()
331 t = x.right; in makeKey()
332 x.right = x.left; in makeKey()
340 t = x.right; in makeKey()
349 t = x.right; in makeKey()
358 t = x.right; in makeKey()
482 x.right ^= p[17]; in blowfishEncrypt()
555 x.right ^= p[0]; in blowfishDecrypt()
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/themes/original/css/
H A Dcommon.css.php196 float: <?php echo $right; ?>;
885 <?php echo $right; ?>: 0;
975 clear: <?php echo $right; ?>;
1029 float: <?php echo $right; ?>;
1043 float: <?php echo $right; ?>;
1193 float: <?php echo $right; ?>;
1256 float: <?php echo $right; ?>;
2128 float: <?php echo $right; ?>;
2835 float: <?php echo $right; ?>;
3280 <?php echo $right; ?>: .3em;
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sprio/
H A Dprint.c191 tmp->right_justify = right; in job_format_add_function()
243 bool right, char* suffix) in _print_age_priority_weighted() argument
290 bool right, char *suffix) in _print_cluster_name() argument
321 bool right, char* suffix) in _print_fs_priority_weighted() argument
358 bool right, char* suffix) in _print_job_priority_weighted() argument
395 bool right, char* suffix) in _print_js_priority_weighted() argument
491 bool right, char* suffix) in _print_site_priority() argument
501 right, true); in _print_site_priority()
508 bool right, char* suffix) in _print_job_nice() argument
524 bool right, char* suffix) in _print_job_user_name() argument
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/math/
H A Dvector.h119 float px = y * right.z - z * right.y; in CrossMultiply()
120 float py = z * right.x - x * right.z; in CrossMultiply()
121 float pz = x * right.y - y * right.x; in CrossMultiply()
132 return x * right.x + y * right.y + z * right.z; in DotMultiply()
138 return DotMultiply(right) / (Length() * right.Length()); in CosAngle()
168 return Vector(left.x + right.x, left.y + right.y, left.z + right.z);
183 return Vector(left.x - right.x, left.y - right.y, left.z - right.z);
189 x *= right;
198 return Vector(left * right.x, left * right.y, left * right.z);
204 return Vector(left.x * right, left.y * right, left.z * right);
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJExpressionImpl.java62 return JOp.plus(this, right); in plus()
70 return JOp.mul(this, right); in mul()
74 return JOp.div(this, right); in div()
78 return JOp.mod(this, right); in mod()
82 return JOp.shl(this, right); in shl()
86 return JOp.shr(this, right); in shr()
98 return JOp.bor(this, right); in bor()
114 return JOp.lt(this, right); in lt()
122 return JOp.gt(this, right); in gt()
130 return JOp.eq(this, right); in eq()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJExpressionImpl.java62 return JOp.plus(this, right); in plus()
70 return JOp.mul(this, right); in mul()
74 return JOp.div(this, right); in div()
78 return JOp.mod(this, right); in mod()
82 return JOp.shl(this, right); in shl()
86 return JOp.shr(this, right); in shr()
98 return JOp.bor(this, right); in bor()
114 return JOp.lt(this, right); in lt()
122 return JOp.gt(this, right); in gt()
130 return JOp.eq(this, right); in eq()
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/themes/pmahomme/css/
H A Dcommon.css.php463 float: <?php echo $right; ?>;
1211 <?php echo $right; ?>: 0;
1302 clear: <?php echo $right; ?>;
1356 float: <?php echo $right; ?>;
1370 float: <?php echo $right; ?>;
1529 float: <?php echo $right; ?>;
1534 float: <?php echo $right; ?>;
1677 float: <?php echo $right; ?>;
2650 float: <?php echo $right; ?>;
3132 float: <?php echo $right; ?>;
[all …]
/dports/devel/upp/upp/bazaar/STEM4U/
H A DRational.h38 right_nd = right.num/right.den;
42 return num%den < right.num%right.den;
52 right_nd = right.num/right.den;
56 return num%den > right.num%right.den;
92 num = num*right.den + den*right.num;
100 num = num*right.den - den*right.num;
124 return num == right.num && den == right.den;
134 bool operator!=(Rational& right) {return !operator==(right);}
136 bool operator!=(T right) {return !operator==(right);}
203 ret.num = right.den*left + right.num;
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/tests/writers/
H A DintNested3.eqn3right "" left ∫ A over o right "" left ∫ x over A right "" left ∫ A over M right "" left ∫ . over …
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/tests/writers/
H A DintNested3.eqn3right "" left ∫ A over o right "" left ∫ x over A right "" left ∫ A over M right "" left ∫ . over …
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/tables/
H A Dplanets.html524 <td style="text-align: right;">5427</td>
25 <td style="text-align: right;">3.7</td>
27 <td style="text-align: right;">57.9</td>
28 <td style="text-align: right;">167</td>
29 <td style="text-align: right;">0</td>
37 <td style="text-align: right;">8.9</td>
40 <td style="text-align: right;">464</td>
41 <td style="text-align: right;">0</td>
52 <td style="text-align: right;">15</td>
53 <td style="text-align: right;">1</td>
[all …]

12345678910>>...1875