Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 10186) sorted by relevance

12345678910>>...408

/dports/cad/sumo/sumo-1.2.0/unittest/src/utils/common/
H A DValueTimeLineTest.cpp50 …EXPECT_EQ(2, vtl.getValue(0)) << "The stored number should be returned when asking within the inte… in TEST()
51 …EXPECT_EQ(2, vtl.getValue(99)) << "The stored number should be returned when asking within the int… in TEST()
52 …EXPECT_EQ(2, vtl.getValue(50)) << "The stored number should be returned when asking within the int… in TEST()
61 …EXPECT_EQ(1, vtl.getValue(0)) << "The stored number should be returned when asking within the inte… in TEST()
62 …EXPECT_EQ(1, vtl.getValue(99)) << "The stored number should be returned when asking within the int… in TEST()
63 …EXPECT_EQ(1, vtl.getValue(50)) << "The stored number should be returned when asking within the int… in TEST()
64 …EXPECT_EQ(2, vtl.getValue(100)) << "The stored number should be returned when asking within the in… in TEST()
77 …EXPECT_EQ(2, vtl.getValue(0)) << "The stored number should be returned when asking within the inte… in TEST()
78 …EXPECT_EQ(2, vtl.getValue(99)) << "The stored number should be returned when asking within the int… in TEST()
79 …EXPECT_EQ(2, vtl.getValue(50)) << "The stored number should be returned when asking within the int… in TEST()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/src/Math/
H A DEvaluatorFunction.cxx424 return (*f)(n,expr[0]->getValue(),expr[1]->getValue(),expr[2]->getValue()); in apply()
432 return (*f)(n,m,expr[0]->getValue(),expr[1]->getValue(),expr[2]->getValue()); in apply()
514 expr[2]->getValue(),expr[3]->getValue(), in apply()
524 expr[2]->getValue(),expr[3]->getValue(), in apply()
563 expr[2]->getValue(),expr[3]->getValue(), in apply()
573 expr[2]->getValue(),expr[3]->getValue(), in apply()
615 expr[2]->getValue(),expr[3]->getValue(), in apply()
626 expr[2]->getValue(),expr[3]->getValue(), in apply()
627 expr[4]->getValue(),expr[5]->getValue(), in apply()
669 expr[2]->getValue(),expr[3]->getValue(), in apply()
[all …]
/dports/science/tfel/tfel-3.4.0/src/Math/
H A DEvaluatorFunction.cxx424 return (*f)(n,expr[0]->getValue(),expr[1]->getValue(),expr[2]->getValue()); in apply()
432 return (*f)(n,m,expr[0]->getValue(),expr[1]->getValue(),expr[2]->getValue()); in apply()
514 expr[2]->getValue(),expr[3]->getValue(), in apply()
524 expr[2]->getValue(),expr[3]->getValue(), in apply()
563 expr[2]->getValue(),expr[3]->getValue(), in apply()
573 expr[2]->getValue(),expr[3]->getValue(), in apply()
615 expr[2]->getValue(),expr[3]->getValue(), in apply()
626 expr[2]->getValue(),expr[3]->getValue(), in apply()
627 expr[4]->getValue(),expr[5]->getValue(), in apply()
669 expr[2]->getValue(),expr[3]->getValue(), in apply()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/
H A DJavaSimpleTypeCreator.java43 …mpleType BOOLEAN_JAVATYPE = new JavaSimpleType(BOOLEAN_CLASSNAME.getValue(), FALSE_STR.getValue());
45 …eType BYTE_JAVATYPE = new JavaSimpleType(BYTE_CLASSNAME.getValue(), "(byte)" + ZERO_STR.getValue()…
46 …ype BYTE_ARRAY_JAVATYPE = new JavaSimpleType(BYTE_ARRAY_CLASSNAME.getValue(), NULL_STR.getValue());
49 …aSimpleType DOUBLE_JAVATYPE = new JavaSimpleType(DOUBLE_CLASSNAME.getValue(), ZERO_STR.getValue());
51 …avaSimpleType FLOAT_JAVATYPE = new JavaSimpleType(FLOAT_CLASSNAME.getValue(), ZERO_STR.getValue());
53 …al JavaSimpleType INT_JAVATYPE = new JavaSimpleType(INT_CLASSNAME.getValue(), ZERO_STR.getValue());
55 … JavaSimpleType LONG_JAVATYPE = new JavaSimpleType(LONG_CLASSNAME.getValue(), ZERO_STR.getValue());
61 …pleType CALENDAR_JAVATYPE = new JavaSimpleType(CALENDAR_CLASSNAME.getValue(), NULL_STR.getValue());
62 … JavaSimpleType DATE_JAVATYPE = new JavaSimpleType(DATE_CLASSNAME.getValue(), NULL_STR.getValue());
63 …aSimpleType STRING_JAVATYPE = new JavaSimpleType(STRING_CLASSNAME.getValue(), NULL_STR.getValue());
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/
H A DJavaSimpleTypeCreator.java43 …mpleType BOOLEAN_JAVATYPE = new JavaSimpleType(BOOLEAN_CLASSNAME.getValue(), FALSE_STR.getValue());
45 …eType BYTE_JAVATYPE = new JavaSimpleType(BYTE_CLASSNAME.getValue(), "(byte)" + ZERO_STR.getValue()…
46 …ype BYTE_ARRAY_JAVATYPE = new JavaSimpleType(BYTE_ARRAY_CLASSNAME.getValue(), NULL_STR.getValue());
49 …aSimpleType DOUBLE_JAVATYPE = new JavaSimpleType(DOUBLE_CLASSNAME.getValue(), ZERO_STR.getValue());
51 …avaSimpleType FLOAT_JAVATYPE = new JavaSimpleType(FLOAT_CLASSNAME.getValue(), ZERO_STR.getValue());
53 …al JavaSimpleType INT_JAVATYPE = new JavaSimpleType(INT_CLASSNAME.getValue(), ZERO_STR.getValue());
55 … JavaSimpleType LONG_JAVATYPE = new JavaSimpleType(LONG_CLASSNAME.getValue(), ZERO_STR.getValue());
61 …pleType CALENDAR_JAVATYPE = new JavaSimpleType(CALENDAR_CLASSNAME.getValue(), NULL_STR.getValue());
62 … JavaSimpleType DATE_JAVATYPE = new JavaSimpleType(DATE_CLASSNAME.getValue(), NULL_STR.getValue());
63 …aSimpleType STRING_JAVATYPE = new JavaSimpleType(STRING_CLASSNAME.getValue(), NULL_STR.getValue());
[all …]
/dports/games/residualvm/residualvm-0.3.1/math/
H A Drotation3d.h231 t = atan2(m->getValue(0, 1), m->getValue(0, 2)); in getEuler()
238 f = atan2(-m->getValue(1, 2), m->getValue(1, 1)); in getEuler()
255 f = atan2(m->getValue(1, 0), m->getValue(1, 1)); in getEuler()
263 f = atan2(m->getValue(2, 0), m->getValue(1, 0)); in getEuler()
272 f = atan2(m->getValue(2, 1), m->getValue(2, 2)); in getEuler()
280 f = atan2(m->getValue(2, 1), m->getValue(1, 1)); in getEuler()
282 t = atan2(m->getValue(0, 2), m->getValue(0, 0)); in getEuler()
297 f = atan2(m->getValue(0, 1), m->getValue(2, 1)); in getEuler()
306 f = atan2(m->getValue(0, 2), m->getValue(0, 0)); in getEuler()
340 f = atan2(m->getValue(2, 1), m->getValue(2, 2)); in getEuler()
[all …]
H A Dfrustum.cpp35 _planes[0]._normal.x() = matrix.getValue(3, 0) + matrix.getValue(0, 0); in setup()
36 _planes[0]._normal.y() = matrix.getValue(3, 1) + matrix.getValue(0, 1); in setup()
37 _planes[0]._normal.z() = matrix.getValue(3, 2) + matrix.getValue(0, 2); in setup()
38 _planes[0]._d = matrix.getValue(3, 3) + matrix.getValue(0, 3); in setup()
40 _planes[1]._normal.x() = matrix.getValue(3, 0) - matrix.getValue(0, 0); in setup()
41 _planes[1]._normal.y() = matrix.getValue(3, 1) - matrix.getValue(0, 1); in setup()
43 _planes[1]._d = matrix.getValue(3, 3) - matrix.getValue(0, 3); in setup()
48 _planes[2]._d = matrix.getValue(3, 3) - matrix.getValue(1, 3); in setup()
53 _planes[3]._d = matrix.getValue(3, 3) + matrix.getValue(1, 3); in setup()
58 _planes[4]._d = matrix.getValue(3, 3) + matrix.getValue(2, 3); in setup()
[all …]
/dports/games/scummvm/scummvm-2.5.1/math/
H A Drotation3d.h231 t = atan2(m->getValue(0, 1), m->getValue(0, 2)); in getEuler()
238 f = atan2(-m->getValue(1, 2), m->getValue(1, 1)); in getEuler()
255 f = atan2(m->getValue(1, 0), m->getValue(1, 1)); in getEuler()
263 f = atan2(m->getValue(2, 0), m->getValue(1, 0)); in getEuler()
272 f = atan2(m->getValue(2, 1), m->getValue(2, 2)); in getEuler()
280 f = atan2(m->getValue(2, 1), m->getValue(1, 1)); in getEuler()
282 t = atan2(m->getValue(0, 2), m->getValue(0, 0)); in getEuler()
297 f = atan2(m->getValue(0, 1), m->getValue(2, 1)); in getEuler()
306 f = atan2(m->getValue(0, 2), m->getValue(0, 0)); in getEuler()
340 f = atan2(m->getValue(2, 1), m->getValue(2, 2)); in getEuler()
[all …]
H A Dfrustum.cpp35 _planes[0]._normal.x() = matrix.getValue(3, 0) + matrix.getValue(0, 0); in setup()
36 _planes[0]._normal.y() = matrix.getValue(3, 1) + matrix.getValue(0, 1); in setup()
37 _planes[0]._normal.z() = matrix.getValue(3, 2) + matrix.getValue(0, 2); in setup()
38 _planes[0]._d = matrix.getValue(3, 3) + matrix.getValue(0, 3); in setup()
40 _planes[1]._normal.x() = matrix.getValue(3, 0) - matrix.getValue(0, 0); in setup()
41 _planes[1]._normal.y() = matrix.getValue(3, 1) - matrix.getValue(0, 1); in setup()
43 _planes[1]._d = matrix.getValue(3, 3) - matrix.getValue(0, 3); in setup()
48 _planes[2]._d = matrix.getValue(3, 3) - matrix.getValue(1, 3); in setup()
53 _planes[3]._d = matrix.getValue(3, 3) + matrix.getValue(1, 3); in setup()
58 _planes[4]._d = matrix.getValue(3, 3) + matrix.getValue(2, 3); in setup()
[all …]
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/testing/parser/
H A DParserExpressionTest.java18 assertEquals(7, new Parser("2+5").getValue()); in testParseExpression()
19 assertEquals(7, new Parser("9-2").getValue()); in testParseExpression()
26 assertEquals(-1, new Parser("-1").getValue()); in testParseExpression()
29 assertEquals(7, new Parser("7%8").getValue()); in testParseExpression()
30 assertEquals(0, new Parser("8%8").getValue()); in testParseExpression()
31 assertEquals(1, new Parser("9%8").getValue()); in testParseExpression()
36 assertEquals(1, new Parser("1<3").getValue()); in testParseExpression()
37 assertEquals(0, new Parser("3<1").getValue()); in testParseExpression()
38 assertEquals(1, new Parser("3>1").getValue()); in testParseExpression()
68 assertEquals(6, new Parser("a*b").getValue( in testParseExpression()
[all …]
/dports/science/siconos/siconos-4.4.0/kernel/src/utils/SiconosTools/
H A DRotationQuaternion.cpp159 ::quaternionRotate(q->getValue(3),q->getValue(4),q->getValue(5),q->getValue(6), v); in quaternionRotate()
166 ::quaternionRotate(q->getValue(3),q->getValue(4),q->getValue(5),q->getValue(6),m); in quaternionRotate()
173 ::quaternionRotate(q.getValue(3),-q.getValue(4),-q.getValue(5),-q.getValue(6), v); in changeFrameAbsToBody()
179 ::quaternionRotate(q->getValue(3),-q->getValue(4),-q->getValue(5),-q->getValue(6), v); in changeFrameAbsToBody()
185 ::quaternionRotate(q->getValue(3),-q->getValue(4),-q->getValue(5),-q->getValue(6), m); in changeFrameAbsToBody()
192 ::quaternionRotate(q.getValue(3),q.getValue(4),q.getValue(5),q.getValue(6), v); in changeFrameBodyToAbs()
198 ::quaternionRotate(q->getValue(3),q->getValue(4),q->getValue(5),q->getValue(6), *v); in changeFrameBodyToAbs()
204 ::quaternionRotate(q->getValue(3),q->getValue(4),q->getValue(5),q->getValue(6), m); in changeFrameBodyToAbs()
212 ::computeRotationMatrix(q->getValue(3),q->getValue(4),q->getValue(5),q->getValue(6), in computeRotationMatrix()
217 ::computeRotationMatrix(q->getValue(3),-q->getValue(4),-q->getValue(5),-q->getValue(6), in computeRotationMatrixTransposed()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/math/
H A DFiniteDifference.h2064 S.template getValue< 2, 0, 2>(), S.template getValue< 2, 0, 1>(),
2065 S.template getValue< 2, 0,-1>(), S.template getValue< 2, 0,-2>(),
2066 S.template getValue< 1, 0, 2>(), S.template getValue< 1, 0, 1>(),
2067 S.template getValue< 1, 0,-1>(), S.template getValue< 1, 0,-2>(),
2068 S.template getValue<-2, 0, 2>(), S.template getValue<-2, 0, 1>(),
2069 S.template getValue<-2, 0,-1>(), S.template getValue<-2, 0,-2>(),
2070 S.template getValue<-1, 0, 2>(), S.template getValue<-1, 0, 1>(),
2078 S.template getValue< 0, 2, 2>(), S.template getValue< 0, 2, 1>(),
2148 grid.getValue(ijk.offsetBy( 1, 0, 0)), grid.getValue(ijk),
2158 grid.getValue(ijk.offsetBy( 0, 1, 0)), grid.getValue(ijk),
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/uitest/calc_tests4/
H A DtextToColumns.py68 self.assertEqual(get_cell_by_position(document, 0, 0, 0).getValue(), 1)
69 self.assertEqual(get_cell_by_position(document, 0, 0, 1).getValue(), 2)
70 self.assertEqual(get_cell_by_position(document, 0, 0, 2).getValue(), 3)
71 self.assertEqual(get_cell_by_position(document, 0, 0, 3).getValue(), 4)
72 self.assertEqual(get_cell_by_position(document, 0, 0, 4).getValue(), 5)
73 self.assertEqual(get_cell_by_position(document, 0, 1, 0).getValue(), 2)
74 self.assertEqual(get_cell_by_position(document, 0, 1, 1).getValue(), 2)
75 self.assertEqual(get_cell_by_position(document, 0, 1, 2).getValue(), 2)
76 self.assertEqual(get_cell_by_position(document, 0, 1, 3).getValue(), 2)
77 self.assertEqual(get_cell_by_position(document, 0, 1, 4).getValue(), 2)
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/uitest/calc_tests4/
H A DtextToColumns.py78 self.assertEqual(get_cell_by_position(document, 0, 0, 0).getValue(), 1)
79 self.assertEqual(get_cell_by_position(document, 0, 0, 1).getValue(), 2)
80 self.assertEqual(get_cell_by_position(document, 0, 0, 2).getValue(), 3)
81 self.assertEqual(get_cell_by_position(document, 0, 0, 3).getValue(), 4)
82 self.assertEqual(get_cell_by_position(document, 0, 0, 4).getValue(), 5)
83 self.assertEqual(get_cell_by_position(document, 0, 1, 0).getValue(), 2)
84 self.assertEqual(get_cell_by_position(document, 0, 1, 1).getValue(), 2)
85 self.assertEqual(get_cell_by_position(document, 0, 1, 2).getValue(), 2)
86 self.assertEqual(get_cell_by_position(document, 0, 1, 3).getValue(), 2)
87 self.assertEqual(get_cell_by_position(document, 0, 1, 4).getValue(), 2)
[all …]
/dports/devel/rudiments/rudiments-1.2.2/test/
H A Ddictionary.cpp112 !strstrdict.getValue("3")); in main()
312 !intstrdict.getValue(3)); in main()
322 !intstrdict.getValue(2)); in main()
324 !intstrdict.getValue(3)); in main()
332 !intstrdict.getValue(1)); in main()
334 !intstrdict.getValue(2)); in main()
336 !intstrdict.getValue(3)); in main()
344 !intstrdict.getValue(1)); in main()
346 !intstrdict.getValue(2)); in main()
348 !intstrdict.getValue(3)); in main()
[all …]
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/settings/src/test/
H A Dstatic.cpp49 REQUIRE(f4.getValue() == 1.f);
50 REQUIRE(f5.getValue() == 0.f);
51 REQUIRE(f6.getValue() == -.1f);
52 REQUIRE(f7.getValue() == 1.f);
57 REQUIRE(d4.getValue() == 1.);
58 REQUIRE(d5.getValue() == 0.);
59 REQUIRE(d6.getValue() == -.1);
73 REQUIRE(f1.getValue() == 1.f);
81 REQUIRE(d1.getValue() == 1.);
82 REQUIRE(d2.getValue() == -1.);
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/insegt/
H A Dcreate_gff.h72 readOutput << getValue(fragStore.contigNameStore, getValue(itCountStore).contigId) in createReadCountGFF()
143 …if (getValue(itId) != INVALID_ID && getValue(fragStore.annotationStore, getValue(itId)).parentId =… in createReadCountGFF()
147 readOutput << getValue(fragStore.annotationNameStore, getValue(itId)); in createReadCountGFF()
238 if (getValue(itAnno).beginPos <= getValue(itAnno).endPos) in createAnnoCountGFF()
262 << getValue(fragStore.annotationNameStore, getValue(itAnno).parentId) in createAnnoCountGFF()
316 if (getValue(itC) >= thresholdCount && getValue(itN) >= thresholdRPKM) in createTupleCountGFF()
336 tupleOutput << ":" << getValue(fragStore.annotationNameStore, getValue(itId)); in createTupleCountGFF()
351 if (getValue(itC) >= thresholdCount && getValue(itN) >= thresholdRPKM) in createTupleCountGFF()
371 tupleOutput << ":" << getValue(fragStore.annotationNameStore, getValue(itId)); in createTupleCountGFF()
375 tupleOutput << getValue(fragStore.annotationNameStore, getValue(itId)); in createTupleCountGFF()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/plugins/esi/test/
H A Dvars_test.cc110 assert(esi_vars.getValue("BLAH").size() == 0); in main()
122 assert(esi_vars.getValue("HTTP_COOKIE{c1") == ""); in main()
123 assert(esi_vars.getValue("HTTP_COOKIEc1") == ""); in main()
125 assert(esi_vars.getValue("{c1}") == ""); in main()
130 assert(esi_vars.getValue("{c1c2}") == ""); in main()
131 assert(esi_vars.getValue("HTTP_COOKIE{}") == ""); in main()
144 assert(esi_vars.getValue("QUERY_STRING") == ""); in main()
240 assert(esi_vars.getValue("QUERY_STRING") == ""); in main()
400 assert(esi_vars.getValue("HTTP_COOKIE{mb}") == in main()
411 assert(esi_vars.getValue("HTTP_COOKIE{F}") == in main()
[all …]
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/reader/
H A DmxSaxOutputHandler.java113 .getValue("flipH").equals("1"), atts.getValue("flipV") in initHandlers()
295 canvas.setGradient(atts.getValue("c1"), atts.getValue("c2"), in initHandlers()
300 atts.getValue("direction"), in initHandlers()
349 atts.getValue("src"), in initHandlers()
364 atts.getValue("str"), in initHandlers()
365 atts.getValue("align"), in initHandlers()
366 atts.getValue("valign"), in initHandlers()
368 atts.getValue("format"), in initHandlers()
369 atts.getValue("overflow"), in initHandlers()
372 getValue(atts, "dir", null)); in initHandlers()
[all …]
/dports/biology/seqan1/seqan-1.3.1/apps/insegt/
H A Dcreate_gff.h113 _streamWrite(readOutput, getValue(me.annotationNameStore, getValue(itId)) ); in createReadCountGFF()
116 …else if (getValue(itId) != INVALID_ID && getValue(me.annotationStore, getValue(itId)).parentId != … in createReadCountGFF()
148 …if (getValue(itId) != INVALID_ID && getValue(me.annotationStore, getValue(itId)).parentId == getVa… in createReadCountGFF()
154 _streamWrite(readOutput, getValue(me.annotationNameStore, getValue(itId)) ); in createReadCountGFF()
168 …if (getValue(itP) != INVALID_ID) _streamWrite(readOutput, getValue(me.annotationNameStore, getValu… in createReadCountGFF()
257 if (getValue(itAnno).beginPos <= getValue(itAnno).endPos) in createAnnoCountGFF()
345 if (getValue(itC) >= thresholdCount && getValue(itN) >= thresholdRPKM) in createTupleCountGFF()
377 _streamWrite(tupleOutput, getValue(me.annotationNameStore, getValue(itId))); in createTupleCountGFF()
396 if (getValue(itC) >= thresholdCount && getValue(itN) >= thresholdRPKM) in createTupleCountGFF()
428 _streamWrite(tupleOutput, getValue(me.annotationNameStore, getValue(itId))); in createTupleCountGFF()
[all …]
H A Dfusion.h135 if(getValue(getValue(me.matePairStore, matePairId).readId, 0) == readId) in buildTupleCountStore_Fusion()
136 secReadId = getValue(getValue(me.matePairStore, matePairId).readId, 1); in buildTupleCountStore_Fusion()
138 secReadId = getValue(getValue(me.matePairStore, matePairId).readId, 0); in buildTupleCountStore_Fusion()
245 …if (!empty(getValue(itTuple)) && back(getValue(itTuple)) == front(getValue(itSecTuple)) ) // no i… in buildTupleCountStore_Fusion()
305 …if (!empty(getValue(itTuple)) && back(getValue(itTuple)) == front(getValue(itSecTuple)) ) // no i… in buildTupleCountStore_Fusion()
502 {if (getValue(itC) >= thresholdCount && getValue(itN) >= thresholdRPKM) in createTupleCountGFF_Fusion()
514 …_streamWrite(tupleOutput_Fusion, getValue(me.contigNameStore, getValue(me.annotationStore, getValu… in createTupleCountGFF_Fusion()
564 …if ( getValue(me.annotationStore, getValue(itId)).beginPos <= getValue(me.annotationStore, getValu… in createTupleCountGFF_Fusion()
699 …if (getValue(me.annotationStore, getValue(itId)).beginPos <= getValue(me.annotationStore, getValue in normalizeTupleCounts_Fusion()
700 …tupleLength += getValue(me.annotationStore, getValue(itId)).endPos - getValue(me.annotationStore, in normalizeTupleCounts_Fusion()
[all …]
/dports/science/siconos/siconos-4.4.0/mechanics/src/joints/
H A DCylindricalJointR.cpp75 (0,v.getValue(0),v.getValue(1),v.getValue(2)) {} in quatPos()
83 (v.getValue(3),v.getValue(4),v.getValue(5),v.getValue(6)) {} in quatOrientation()
208 if(_axis0->getValue(0) > _axis0->getValue(1)) in computeV1V2FromAxis()
209 if(_axis0->getValue(0) > _axis0->getValue(2)) in computeV1V2FromAxis()
310 const double x0 = _V1->getValue(0)*q11 + _V1->getValue(1)*q12 + _V1->getValue(2)*q13; in computeh()
311 const double x1 = _V1->getValue(0)*q10 - _V1->getValue(1)*q13 + _V1->getValue(2)*q12; in computeh()
312 const double x2 = _V1->getValue(0)*q13 + _V1->getValue(1)*q10 - _V1->getValue(2)*q11; in computeh()
313 const double x3 = -_V1->getValue(0)*q12 + _V1->getValue(1)*q11 + _V1->getValue(2)*q10; in computeh()
368 const double x0 = _V1->getValue(0)*q11 + _V1->getValue(1)*q12 + _V1->getValue(2)*q13; in Jd1d2()
370 const double x2 = _V1->getValue(0)*q13 + _V1->getValue(1)*q10 - _V1->getValue(2)*q11; in Jd1d2()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/workflows/
H A Dtest_SelfAuthenticationData.cpp27 QCOMPARE(selfAuthenticationData.getValue(SelfAuthData::DateOfExpiry), QString()); in parsedCrap()
28 QCOMPARE(selfAuthenticationData.getValue(SelfAuthData::GivenNames), QString()); in parsedCrap()
29 QCOMPARE(selfAuthenticationData.getValue(SelfAuthData::Nationality), QString()); in parsedCrap()
30 QCOMPARE(selfAuthenticationData.getValue(SelfAuthData::IssuingState), QString()); in parsedCrap()
41 QCOMPARE(selfAuthenticationData.getValue(SelfAuthData::DocumentType), QString("TA")); in parsedValues()
42 QCOMPARE(selfAuthenticationData.getValue(SelfAuthData::IssuingState), QString("D")); in parsedValues()
46 QCOMPARE(selfAuthenticationData.getValue(SelfAuthData::ArtisticName), QString()); in parsedValues()
47 QCOMPARE(selfAuthenticationData.getValue(SelfAuthData::AcademicTitle), QString()); in parsedValues()
48 QCOMPARE(selfAuthenticationData.getValue(SelfAuthData::BirthName), QString()); in parsedValues()
91 QCOMPARE(selfAuthenticationData.getValue(SelfAuthData::ArtisticName), QString()); in parsedValuesNoStreet()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/engines/
H A DSoTimeCounter.cpp218 double currtime = this->timeIn.getValue().getValue(); in evaluate()
270 double currtime = this->timeIn.getValue().getValue(); in inputChanged()
299 this->timeIn.getValue().getValue() - this->starttime; in inputChanged()
330 this->starttime = this->timeIn.getValue().getValue(); in inputChanged()
333 if (this->max.getValue() < this->min.getValue()) in inputChanged()
338 this->starttime = this->timeIn.getValue().getValue(); in inputChanged()
342 if (this->max.getValue() < this->min.getValue()) in inputChanged()
348 this->starttime = this->timeIn.getValue().getValue(); in inputChanged()
356 this->starttime = this->timeIn.getValue().getValue(); in inputChanged()
447 this->starttime = this->timeIn.getValue().getValue() in calcStarttime()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DTestAngleConversions.cpp45 …ransform(Vec3(0, 0, 0)), body, Transform(Vec3(random.getValue(), random.getValue(), random.getValu… in main()
46 …ransform(Vec3(0, 0, 0)), body, Transform(Vec3(random.getValue(), random.getValue(), random.getValu… in main()
47 …ransform(Vec3(0, 0, 0)), body, Transform(Vec3(random.getValue(), random.getValue(), random.getValu… in main()
48 …ransform(Vec3(0, 0, 0)), body, Transform(Vec3(random.getValue(), random.getValue(), random.getValu… in main()
49 …ransform(Vec3(0, 0, 0)), body, Transform(Vec3(random.getValue(), random.getValue(), random.getValu… in main()
50 …ransform(Vec3(0, 0, 0)), body, Transform(Vec3(random.getValue(), random.getValue(), random.getValu… in main()
51 …ransform(Vec3(0, 0, 0)), body, Transform(Vec3(random.getValue(), random.getValue(), random.getValu… in main()
53 …ransform(Vec3(0, 0, 0)), body, Transform(Vec3(random.getValue(), random.getValue(), random.getValu… in main()
55 …ransform(Vec3(0, 0, 0)), body, Transform(Vec3(random.getValue(), random.getValue(), random.getValu… in main()
56 …ransform(Vec3(0, 0, 0)), body, Transform(Vec3(random.getValue(), random.getValue(), random.getValu… in main()
[all …]

12345678910>>...408