Home
last modified time | relevance | path

Searched refs:getNumericValue (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/expr/
H A DNumericOp.java69 return numeric(op1.getNumericValue(context) in addition2()
70 + op2.getNumericValue(context), op1.getDimension()); in addition2()
105 return numeric(op1.getNumericValue(context) in subtraction2()
106 - op2.getNumericValue(context), op1.getDimension()); in subtraction2()
138 return numeric(op1.getNumericValue(context) * op2.getNumericValue(context), in multiply2()
172 return numeric(op1.getNumericValue(context) / op2.getNumericValue(context), in divide2()
202 return numeric(op1.getNumericValue(context) in modulo2()
203 % op2.getNumericValue(context), op1.getDimension()); in modulo2()
256 return numeric(-op.getNumericValue(context), op.getDimension()); in negate2()
288 return op1.getNumericValue(context) > op2.getNumericValue(context) ? op1 : op2; in max2()
[all …]
H A DRelativeNumericProperty.java145 public double getNumericValue() { in getNumericValue() method in RelativeNumericProperty
147 return getResolved(null).getNumericValue(null); in getNumericValue()
156 public double getNumericValue(PercentBaseContext context) { in getNumericValue() method in RelativeNumericProperty
158 return getResolved(context).getNumericValue(context); in getNumericValue()
204 return (int) getNumericValue(); in getValue()
211 return (int) getNumericValue(context); in getValue()
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/
H A DilAssLacPercentageResultExpression.php55 public function getNumericValue() function in ilAssLacPercentageResultExpression
90 return $percentage < $this->getNumericValue();
93 return $percentage <= $this->getNumericValue();
96 return $percentage == $this->getNumericValue();
99 return $percentage >= $this->getNumericValue();
102 return $percentage > $this->getNumericValue();
105 return $percentage != $this->getNumericValue();
H A DilAssLacNumericResultExpression.php55 public function getNumericValue() function in ilAssLacNumericResultExpression
106 return $value < $this->getNumericValue();
109 return $value <= $this->getNumericValue();
112 return $value == $this->getNumericValue();
115 return $value >= $this->getNumericValue();
118 return $value > $this->getNumericValue();
121 return $value != $this->getNumericValue();
H A DilAssLacNumberOfResultExpression.php55 public function getNumericValue() function in ilAssLacNumberOfResultExpression
106 return $value == $this->getNumericValue();
109 return $value != $this->getNumericValue();
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/
H A DilAssLacPercentageResultExpression.php55 public function getNumericValue() function in ilAssLacPercentageResultExpression
90 return $percentage < $this->getNumericValue();
93 return $percentage <= $this->getNumericValue();
96 return $percentage == $this->getNumericValue();
99 return $percentage >= $this->getNumericValue();
102 return $percentage > $this->getNumericValue();
105 return $percentage != $this->getNumericValue();
H A DilAssLacNumericResultExpression.php55 public function getNumericValue() function in ilAssLacNumericResultExpression
106 return $value < $this->getNumericValue();
109 return $value <= $this->getNumericValue();
112 return $value == $this->getNumericValue();
115 return $value >= $this->getNumericValue();
118 return $value > $this->getNumericValue();
121 return $value != $this->getNumericValue();
H A DilAssLacNumberOfResultExpression.php55 public function getNumericValue() function in ilAssLacNumberOfResultExpression
106 return $value == $this->getNumericValue();
109 return $value != $this->getNumericValue();
/dports/graphics/delaboratory/delaboratory-0.8/layers/
H A Dconversion_layer.cc92 cpu.registers[CPU_REGISTER_CMYK_KEY_SUB] = getNumericValue("GCR substract"); in updateMainImageNotThreadedWay()
93 cpu.registers[CPU_REGISTER_CMYK_KEY_MAX] = getNumericValue("GCR Key max"); in updateMainImageNotThreadedWay()
94 cpu.registers[CPU_REGISTER_CMYK_MIN_SUM] = getNumericValue("GCR CMY min"); in updateMainImageNotThreadedWay()
95 cpu.registers[CPU_REGISTER_BW_MIXER_R] = getNumericValue("mixer red"); in updateMainImageNotThreadedWay()
96 cpu.registers[CPU_REGISTER_BW_MIXER_G] = getNumericValue("mixer green"); in updateMainImageNotThreadedWay()
97 cpu.registers[CPU_REGISTER_BW_MIXER_B] = getNumericValue("mixer blue"); in updateMainImageNotThreadedWay()
98 cpu.registers[CPU_REGISTER_CONTRAST] = getNumericValue("contrast"); in updateMainImageNotThreadedWay()
99 cpu.registers[CPU_REGISTER_SATURATION] = getNumericValue("saturation"); in updateMainImageNotThreadedWay()
100 cpu.registers[CPU_REGISTER_PSEUDOGREY] = getNumericValue("pseudogrey"); in updateMainImageNotThreadedWay()
H A Dgradient_layer.cc79 deValue r = getNumericValue("length"); in updateMainImageSingleChannel()
80 deValue a = getNumericValue("direction"); in updateMainImageSingleChannel()
82 deValue cx = getNumericValue("center_x"); in updateMainImageSingleChannel()
83 deValue cy = getNumericValue("center_y"); in updateMainImageSingleChannel()
85 deValue sinus = getNumericValue("sinus"); in updateMainImageSingleChannel()
H A Dexposure_layer.cc70 deValue exposure = getNumericValue("exposure"); in updateMainImageSingleChannel()
71 deValue black = getNumericValue("black"); in updateMainImageSingleChannel()
72 deValue shadows = getNumericValue("shadows"); in updateMainImageSingleChannel()
73 deValue brightness = getNumericValue("brightness"); in updateMainImageSingleChannel()
74 deValue lights = getNumericValue("lights"); in updateMainImageSingleChannel()
75 deValue highlights = getNumericValue("highlights"); in updateMainImageSingleChannel()
H A Dvignette_layer.cc86 deValue r = getNumericValue("radius"); in updateMainImageSingleChannel()
87 deValue a = getNumericValue("aspect"); in updateMainImageSingleChannel()
99 deValue cx = getNumericValue("center_x"); in updateMainImageSingleChannel()
100 deValue cy = getNumericValue("center_y"); in updateMainImageSingleChannel()
H A Dwhite_balance_layer.cc67 s = getNumericValue("green / magenta"); in updateMainImageSingleChannel()
68 s2 = getNumericValue("g / m finetune"); in updateMainImageSingleChannel()
72 s = getNumericValue("blue / yellow"); in updateMainImageSingleChannel()
73 s2 = getNumericValue("b/ y finetune"); in updateMainImageSingleChannel()
H A Dauto_dodge_layer.cc55 deValue r1 = getNumericValue("radius 1") * viewManager.getRealScale();; in updateMainImageSingleChannel()
56 deValue r2 = getNumericValue("radius 2") * viewManager.getRealScale();; in updateMainImageSingleChannel()
57 deValue t = getNumericValue("threshold"); in updateMainImageSingleChannel()
H A Dauto_burn_layer.cc55 deValue r1 = getNumericValue("radius 1") * viewManager.getRealScale();; in updateMainImageSingleChannel()
56 deValue r2 = getNumericValue("radius 2") * viewManager.getRealScale();; in updateMainImageSingleChannel()
57 deValue t = getNumericValue("threshold"); in updateMainImageSingleChannel()
H A Dsaturation_layer.cc59 deValue s = getNumericValue("saturation"); in updateMainImageSingleChannel()
63 s2 = getNumericValue("green / magenta"); in updateMainImageSingleChannel()
67 s2 = getNumericValue("blue / yellow"); in updateMainImageSingleChannel()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test200/
H A DA_in.java1 if (((c1 = Character.getNumericValue(source[currentPosition++])) > 15 || c1 < 0)
2 || ((c2 = Character.getNumericValue(source[currentPosition++])) > 15 || c2 < 0)
3 || ((c3 = Character.getNumericValue(source[currentPosition++])) > 15 || c3 < 0)
4 || ((c4 = Character.getNumericValue(source[currentPosition++])) > 15 || c4 < 0)) {
H A DA_out.java1 if (((c1 = Character.getNumericValue(source[currentPosition++])) > 15 || c1 < 0)
2 || ((c2 = Character.getNumericValue(source[currentPosition++])) > 15 || c2 < 0)
3 || ((c3 = Character.getNumericValue(source[currentPosition++])) > 15 || c3 < 0)
4 || ((c4 = Character.getNumericValue(source[currentPosition++])) > 15 || c4 < 0))
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test201/
H A DA_out.java1 if (((c1 = Character.getNumericValue(source[currentPosition++])) > 15 || c1 < 0)
2 || ((c2 = Character.getNumericValue(source[currentPosition++])) > 15 || c2 < 0)
3 || ((c3 = Character.getNumericValue(source[currentPosition++])) > 15 || c3 < 0)
4 || ((c4 = Character.getNumericValue(source[currentPosition++])) > 15 || c4 < 0)) {
H A DA_in.java1 if (((c1 = Character.getNumericValue(source[currentPosition++])) > 15 || c1 < 0)
2 || ((c2 = Character.getNumericValue(source[currentPosition++])) > 15 || c2 < 0)
3 || ((c3 = Character.getNumericValue(source[currentPosition++])) > 15 || c3 < 0)
4 || ((c4 = Character.getNumericValue(source[currentPosition++])) > 15 || c4 < 0)) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/parser/
H A DScanner.java1343 if ((c1 = Character.getNumericValue(this.source[index++])) > 15
1345 || (c2 = Character.getNumericValue(this.source[index++])) > 15
1347 || (c3 = Character.getNumericValue(this.source[index++])) > 15
1349 || (c4 = Character.getNumericValue(this.source[index++])) > 15
1778 if ((c1 = Character.getNumericValue(this.source[index++])) > 15 in jumpOverMethodBody()
1780 || (c2 = Character.getNumericValue(this.source[index++])) > 15 in jumpOverMethodBody()
1782 || (c3 = Character.getNumericValue(this.source[index++])) > 15 in jumpOverMethodBody()
1784 || (c4 = Character.getNumericValue(this.source[index++])) > 15 in jumpOverMethodBody()
2420 int number = Character.getNumericValue(this.currentCharacter);
2424 int digit = Character.getNumericValue(this.currentCharacter);
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DPercentLength.java83 public double getNumericValue() { in getNumericValue() method in PercentLength
84 return getNumericValue(null); in getNumericValue()
88 public double getNumericValue(PercentBaseContext context) { in getNumericValue() method in PercentLength
107 return (int) getNumericValue(); in getValue()
112 return (int) getNumericValue(context); in getValue()
H A DLineHeightPropertyMaker.java95 numval.getNumericValue() * base.getNumericValue()); in convertProperty()
98 numval.getNumericValue(), getPercentBase(propertyList)); in convertProperty()
102 spaceProp.setSpecifiedValue(String.valueOf(numval.getNumericValue())); in convertProperty()
H A DNumberProperty.java193 public double getNumericValue() { in getNumericValue() method in NumberProperty
202 public double getNumericValue(PercentBaseContext context) { in getNumericValue() method in NumberProperty
203 return getNumericValue(); in getNumericValue()
253 return FixedLength.getInstance(getNumericValue(), "px"); in getLength()
/dports/print/cups-filters/cups-filters-1.28.10/filter/pdftopdf/
H A Dqpdf_pdftopdf.cc10 ret.left=box.getArrayItem(0).getNumericValue(); in getBoxAsRect()
11 ret.bottom=box.getArrayItem(1).getNumericValue(); in getBoxAsRect()
12 ret.right=box.getArrayItem(2).getNumericValue(); in getBoxAsRect()
13 ret.top=box.getArrayItem(3).getNumericValue(); in getBoxAsRect()
27 double rot=page.getKey("/Rotate").getNumericValue(); in getRotate()
50 return page.getKey("/UserUnit").getNumericValue(); in getUserUnit()
93 ctm[iA]=ar.getArrayItem(iA).getNumericValue(); in Matrix()

12345678910>>...20