Home
last modified time | relevance | path

Searched refs:bval2 (Results 1 – 25 of 72) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/javax/management/
H A DBinaryRelQueryExp.java151 boolean bval2 = ((BooleanValueExp)val2).getValue().booleanValue(); in apply()
155 return bval1 && !bval2; in apply()
157 return !bval1 && bval2; in apply()
159 return bval1 || !bval2; in apply()
161 return !bval1 || bval2; in apply()
163 return bval1 == bval2; in apply()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.management/share/classes/javax/management/
H A DBinaryRelQueryExp.java151 boolean bval2 = ((BooleanValueExp)val2).getValue().booleanValue(); in apply()
155 return bval1 && !bval2; in apply()
157 return !bval1 && bval2; in apply()
159 return bval1 || !bval2; in apply()
161 return !bval1 || bval2; in apply()
163 return bval1 == bval2; in apply()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/javax/management/
H A DBinaryRelQueryExp.java151 boolean bval2 = ((BooleanValueExp)val2).getValue().booleanValue(); in apply()
155 return bval1 && !bval2; in apply()
157 return !bval1 && bval2; in apply()
159 return bval1 || !bval2; in apply()
161 return !bval1 || bval2; in apply()
163 return bval1 == bval2; in apply()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/management/
H A DBinaryRelQueryExp.java151 boolean bval2 = ((BooleanValueExp)val2).getValue().booleanValue(); in apply()
155 return bval1 && !bval2; in apply()
157 return !bval1 && bval2; in apply()
159 return bval1 || !bval2; in apply()
161 return !bval1 || bval2; in apply()
163 return bval1 == bval2; in apply()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.management/share/classes/javax/management/
H A DBinaryRelQueryExp.java151 boolean bval2 = ((BooleanValueExp)val2).getValue().booleanValue(); in apply()
155 return bval1 && !bval2; in apply()
157 return !bval1 && bval2; in apply()
159 return bval1 || !bval2; in apply()
161 return !bval1 || bval2; in apply()
163 return bval1 == bval2; in apply()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.management/share/classes/javax/management/
H A DBinaryRelQueryExp.java151 boolean bval2 = ((BooleanValueExp)val2).getValue().booleanValue(); in apply()
155 return bval1 && !bval2; in apply()
157 return !bval1 && bval2; in apply()
159 return bval1 || !bval2; in apply()
161 return !bval1 || bval2; in apply()
163 return bval1 == bval2; in apply()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.management/share/classes/javax/management/
H A DBinaryRelQueryExp.java151 boolean bval2 = ((BooleanValueExp)val2).getValue().booleanValue(); in apply()
155 return bval1 && !bval2; in apply()
157 return !bval1 && bval2; in apply()
159 return bval1 || !bval2; in apply()
161 return !bval1 || bval2; in apply()
163 return bval1 == bval2; in apply()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.management/share/classes/javax/management/
H A DBinaryRelQueryExp.java151 boolean bval2 = ((BooleanValueExp)val2).getValue().booleanValue(); in apply()
155 return bval1 && !bval2; in apply()
157 return !bval1 && bval2; in apply()
159 return bval1 || !bval2; in apply()
161 return !bval1 || bval2; in apply()
163 return bval1 == bval2; in apply()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.management/share/classes/javax/management/
H A DBinaryRelQueryExp.java151 boolean bval2 = ((BooleanValueExp)val2).getValue().booleanValue(); in apply()
155 return bval1 && !bval2; in apply()
157 return !bval1 && bval2; in apply()
159 return bval1 || !bval2; in apply()
161 return !bval1 || bval2; in apply()
163 return bval1 == bval2; in apply()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/management/
H A DBinaryRelQueryExp.java151 boolean bval2 = ((BooleanValueExp)val2).getValue().booleanValue(); in apply()
155 return bval1 && !bval2; in apply()
157 return !bval1 && bval2; in apply()
159 return bval1 || !bval2; in apply()
161 return !bval1 || bval2; in apply()
163 return bval1 == bval2; in apply()
/dports/astro/py-astropy/astropy-5.0/astropy/time/tests/
H A Dtest_corrs.py52 bval2 = self.obstime2.light_travel_time(self.star, 'barycentric')
60 assert bval_arr[1] - bval2 < 1. * u.us
67 bval2 = self.obstime.light_travel_time(self.star, 'barycentric',
70 assert abs(bval1 - bval2) < 1. * u.ms
71 assert abs(bval1 - bval2) > 1. * u.us
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_eigen__schur.c370 double bval1, bval2; in gsl_schur_solve_equation() local
417 bval2 = gsl_vector_get(b, 1); in gsl_schur_solve_equation()
452 b1 = bval2; in gsl_schur_solve_equation()
458 b2 = bval2; in gsl_schur_solve_equation()
590 gsl_complex bval1, bval2; in gsl_schur_solve_equation_z() local
652 bval2 = gsl_vector_complex_get(b, 1); in gsl_schur_solve_equation_z()
658 fabs(GSL_REAL(bval2)) + fabs(GSL_IMAG(bval2))); in gsl_schur_solve_equation_z()
733 br1 = GSL_REAL(bval2); in gsl_schur_solve_equation_z()
734 bi1 = GSL_IMAG(bval2); in gsl_schur_solve_equation_z()
740 br2 = GSL_REAL(bval2); in gsl_schur_solve_equation_z()
[all …]
/dports/math/gsl/gsl-2.7/eigen/
H A Dschur.c370 double bval1, bval2; in gsl_schur_solve_equation() local
417 bval2 = gsl_vector_get(b, 1); in gsl_schur_solve_equation()
452 b1 = bval2; in gsl_schur_solve_equation()
458 b2 = bval2; in gsl_schur_solve_equation()
590 gsl_complex bval1, bval2; in gsl_schur_solve_equation_z() local
652 bval2 = gsl_vector_complex_get(b, 1); in gsl_schur_solve_equation_z()
658 fabs(GSL_REAL(bval2)) + fabs(GSL_IMAG(bval2))); in gsl_schur_solve_equation_z()
733 br1 = GSL_REAL(bval2); in gsl_schur_solve_equation_z()
734 bi1 = GSL_IMAG(bval2); in gsl_schur_solve_equation_z()
740 br2 = GSL_REAL(bval2); in gsl_schur_solve_equation_z()
[all …]
/dports/net/c3270/suite3270-4.0/x3270/
H A Ddialog.c219 bool bval2, bool *bvar3, bool bval3) in dialog_register_sensitivity() argument
230 s->bval2 = bval2; in dialog_register_sensitivity()
251 f &= (*bvar2 == bval2); in dialog_register_sensitivity()
272 f &= (*s->bvar2 == s->bval2); in dialog_check_sensitivity()
/dports/x11/x3270/suite3270-4.0/x3270/
H A Ddialog.c219 bool bval2, bool *bvar3, bool bval3) in dialog_register_sensitivity() argument
230 s->bval2 = bval2; in dialog_register_sensitivity()
251 f &= (*bvar2 == bval2); in dialog_register_sensitivity()
272 f &= (*s->bvar2 == s->bval2); in dialog_check_sensitivity()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/resources/
H A DboolUniformShader.vert32 uniform bvec2 bval2;
39 && bval2[0] && bval2[1]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/resources/
H A DboolUniformShader.vert32 uniform bvec2 bval2;
39 && bval2[0] && bval2[1]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/webgl/conformance-1.0.3/conformance/resources/
H A DboolUniformShader.vert32 uniform bvec2 bval2;
39 && bval2[0] && bval2[1]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/conformance-suites/1.0.0/conformance/resources/
H A DboolUniformShader.vert32 uniform bvec2 bval2;
39 && bval2[0] && bval2[1]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/conformance-suites/1.0.1/conformance/resources/
H A DboolUniformShader.vert32 uniform bvec2 bval2;
39 && bval2[0] && bval2[1]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/conformance-suites/1.0.3/conformance/resources/
H A DboolUniformShader.vert32 uniform bvec2 bval2;
39 && bval2[0] && bval2[1]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/conformance-suites/1.0.2/conformance/resources/
H A DboolUniformShader.vert32 uniform bvec2 bval2;
39 && bval2[0] && bval2[1]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/conformance-suites/2.0.0/resources/
H A DboolUniformShader.vert32 uniform bvec2 bval2;
39 && bval2[0] && bval2[1]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/tests/resources/
H A DboolUniformShader.vert32 uniform bvec2 bval2;
39 && bval2[0] && bval2[1]
/dports/www/firefox/firefox-99.0/dom/canvas/test/webgl-conf/checkout/resources/
H A DboolUniformShader.vert32 uniform bvec2 bval2;
39 && bval2[0] && bval2[1]

123