Home
last modified time | relevance | path

Searched refs:tempVal (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/www/ilias/ILIAS-5.4.25/Modules/Scorm2004/classes/adlparser/
H A DSeqTreeBuilder.php137 if ($tempVal) {
143 if ($tempVal) {
565 if ($tempVal) {
570 if ($tempVal) {
575 if ($tempVal) {
580 if ($tempVal) {
585 if ($tempVal) {
590 if ($tempVal) {
595 if ($tempVal) {
600 if ($tempVal) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Scorm2004/classes/adlparser/
H A DSeqTreeBuilder.php137 if ($tempVal) {
143 if ($tempVal) {
565 if ($tempVal) {
570 if ($tempVal) {
575 if ($tempVal) {
580 if ($tempVal) {
585 if ($tempVal) {
590 if ($tempVal) {
595 if ($tempVal) {
600 if ($tempVal) {
[all …]
/dports/audio/faac/faac-78d8e01/common/Cfaac/
H A DCRegistry.cpp142 bool tempVal; in SetBool() local
145 tempVal!=val) in SetBool()
153 DWORD tempVal; in SetByte() local
156 tempVal!=val) in SetByte()
164 DWORD tempVal; in SetWord() local
174 DWORD tempVal; in SetDword() local
184 float tempVal; in SetFloat() local
243 bool tempVal; in GetSetBool() local
257 DWORD tempVal; in GetSetByte() local
262 tempVal=val; in GetSetByte()
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/
H A Dmathutil.h95 volatile T tempVal; in forcePrecision() local
96 tempVal = val; in forcePrecision()
97 return tempVal; in forcePrecision()
109 if (tempVal < T(0.0)) in wrap()
113 tempVal += upperLimit; in wrap()
120 tempVal = T(0.0); in wrap()
123 POV_MATHUTIL_ASSERT((tempVal >= 0.0) && (tempVal < upperLimit)); in wrap()
125 return tempVal; in wrap()
135 if (tempVal < T1(0)) in wrapInt()
143 POV_MATHUTIL_ASSERT((tempVal >= 0) && (tempVal < upperLimit)); in wrapInt()
[all …]
/dports/graphics/price/PRICE-1.3.0/
H A DPRCBriCon.m89 int tempVal;
91 tempVal = [sender intValue];
92 if (tempVal > 255)
94 tempVal = 255;
96 } else if (tempVal < -255)
98 tempVal = -255;
120 int tempVal;
123 if (tempVal > 127)
125 tempVal = 127;
127 } else if (tempVal < -127)
[all …]
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/util/lib/
H A DLTKDynamicTimeWarping.h301 DistanceType tempVal; variable
321 DistanceType tempVal; variable
323 (localDistPtr)(train[0],test[i],tempVal);
340 (localDistPtr)(train[j],test[0],tempVal);
376 localDistPtr(train[i],test[j],tempVal);
377 tempMinDist= tempMinDist+tempVal;
491 DistanceType tempVal; variable
503 (localDistPtr)(train[0],test[i],tempVal);
504 previousRow[i] = previousRow[i-1] + tempVal;
537 localDistPtr(train[i],test[j],tempVal);
[all …]
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/
H A DdNdSResultProcessor.bf329 tempVal = 0;
370 tempVal = 0;
384 tempVal = 0;
584 tempVal = 0;
589 tempVal = tempVal + marginalMatrix [indexVal][counter1];
591 tempVal = tempVal/columnSum;
595 tempVal = Log(tempVal/(1-tempVal)/priorOdds);
634 tempVal = 0;
639 tempVal = tempVal + marginalMatrix [indexVal][counter1];
643 tempVal = tempVal/columnSum;
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_qt/DebugSupport/
H A DELFSectionView.cpp229 std::string tempVal; in FillDynamicSectionListView() local
235 tempVal = stringTable + value; in FillDynamicSectionListView()
239 tempVal = string_format("0x%08X", value); in FillDynamicSectionListView()
243 tempVal = string_format("0x%08X", value); in FillDynamicSectionListView()
247 tempVal = string_format("0x%08X", value); in FillDynamicSectionListView()
251 tempVal = string_format("0x%08X", value); in FillDynamicSectionListView()
255 tempVal = string_format("0x%08X", value); in FillDynamicSectionListView()
259 tempVal = stringTable + value; in FillDynamicSectionListView()
263 tempVal = ""; in FillDynamicSectionListView()
267 tempVal = string_format("0x%08X", value); in FillDynamicSectionListView()
[all …]
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/tutorial/
H A Dtutorial.cpp66 int tempVal; in Tutorial() local
76 tempVal = f * std::numeric_limits<uint8_t>::max(); in Tutorial()
77 if (tempVal < 0) { in Tutorial()
78 tempVal = 0; in Tutorial()
80 if (tempVal > std::numeric_limits<uint8_t>::max()) { in Tutorial()
81 tempVal = std::numeric_limits<uint8_t>::max(); in Tutorial()
83 lookupTable[i] = tempVal; in Tutorial()
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/tutorial/
H A Dtutorial.cpp66 int tempVal; in Tutorial() local
76 tempVal = f * std::numeric_limits<uint8_t>::max(); in Tutorial()
77 if (tempVal < 0) { in Tutorial()
78 tempVal = 0; in Tutorial()
80 if (tempVal > std::numeric_limits<uint8_t>::max()) { in Tutorial()
81 tempVal = std::numeric_limits<uint8_t>::max(); in Tutorial()
83 lookupTable[i] = tempVal; in Tutorial()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/tutorial/
H A Dtutorial.cpp66 int tempVal; in Tutorial() local
76 tempVal = f * std::numeric_limits<uint8_t>::max(); in Tutorial()
77 if (tempVal < 0) { in Tutorial()
78 tempVal = 0; in Tutorial()
80 if (tempVal > std::numeric_limits<uint8_t>::max()) { in Tutorial()
81 tempVal = std::numeric_limits<uint8_t>::max(); in Tutorial()
83 lookupTable[i] = tempVal; in Tutorial()
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/src/
H A DExtractor.cpp44 int tempVal = 0; in extract() local
53 val = static_cast<Int8>(tempVal); in extract()
63 unsigned int tempVal = 0; in extract() local
82 int tempVal = 0; in extract() local
101 unsigned int tempVal = 0; in extract() local
181 Poco::Int64 tempVal = 0; in extract() local
189 val = (long)tempVal; in extract()
199 Poco::UInt64 tempVal = 0; in extract() local
208 val = (unsigned long)tempVal; in extract()
241 double tempVal = 0.0; in extract() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/emit/
H A Dilgenerator.cs654 int tempVal = sig.Token; in Emit()
676 PutInteger4(tempVal); in Emit()
730 int tempVal = 0; in Emit()
747 PutInteger4(tempVal); in Emit()
767 uint tempVal = *(uint*)&arg; in Emit()
845 PutInteger4(tempVal); in Emit()
858 PutInteger4(tempVal); in Emit()
878 switch(tempVal) in Emit()
893 if (tempVal <= 255) in Emit()
900 switch(tempVal) in Emit()
[all …]
/dports/net/savvycan/SavvyCAN-1.0.245/
H A Dframesenderwindow.cpp830 int tempVal; in processCellChange() local
859 if (tempVal < -1) tempVal = -1; in processCellChange()
860 if (tempVal >= numBuses) tempVal = numBuses - 1; in processCellChange()
861 sendingData[line].bus = tempVal; in processCellChange()
866 if (tempVal < 0) tempVal = 0; in processCellChange()
867 if (tempVal > 0x7FFFFFFF) tempVal = 0x7FFFFFFF; in processCellChange()
868 sendingData[line].setFrameId(tempVal); in processCellChange()
875 qDebug() << "setting ID to " << tempVal; in processCellChange()
879 if (tempVal < 0) tempVal = 0; in processCellChange()
880 if (tempVal > 8) tempVal = 8; in processCellChange()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/table/
H A DOscarDataParser.java69 private String tempVal; field in OscarDataParser
106 tempVal = ""; in startElement()
120 tempVal = new String(ch, start, length); in characters()
129 tempOscarCandidate.setMovieTitle(tempVal); in endElement()
131 tempOscarCandidate.getPersons().add(tempVal); in endElement()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/table/
H A DOscarDataParser.java69 private String tempVal; field in OscarDataParser
106 tempVal = ""; in startElement()
120 tempVal = new String(ch, start, length); in characters()
129 tempOscarCandidate.setMovieTitle(tempVal); in endElement()
131 tempOscarCandidate.getPersons().add(tempVal); in endElement()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/table/
H A DOscarDataParser.java69 private String tempVal; field in OscarDataParser
106 tempVal = ""; in startElement()
120 tempVal = new String(ch, start, length); in characters()
129 tempOscarCandidate.setMovieTitle(tempVal); in endElement()
131 tempOscarCandidate.getPersons().add(tempVal); in endElement()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/table/
H A DOscarDataParser.java69 private String tempVal; field in OscarDataParser
106 tempVal = ""; in startElement()
120 tempVal = new String(ch, start, length); in characters()
129 tempOscarCandidate.setMovieTitle(tempVal); in endElement()
131 tempOscarCandidate.getPersons().add(tempVal); in endElement()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/table/
H A DOscarDataParser.java69 private String tempVal;
106 tempVal = ""; in YearRenderer()
120 tempVal = new String(ch, start, length);
129 tempOscarCandidate.setMovieTitle(tempVal);
131 tempOscarCandidate.getPersons().add(tempVal);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/table/
H A DOscarDataParser.java69 private String tempVal; field in OscarDataParser
106 tempVal = ""; in startElement()
120 tempVal = new String(ch, start, length); in characters()
129 tempOscarCandidate.setMovieTitle(tempVal); in endElement()
131 tempOscarCandidate.getPersons().add(tempVal); in endElement()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/table/
H A DOscarDataParser.java69 private String tempVal; field in OscarDataParser
106 tempVal = ""; in startElement()
120 tempVal = new String(ch, start, length); in characters()
129 tempOscarCandidate.setMovieTitle(tempVal); in endElement()
131 tempOscarCandidate.getPersons().add(tempVal); in endElement()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/table/
H A DOscarDataParser.java69 private String tempVal; field in OscarDataParser
106 tempVal = ""; in startElement()
120 tempVal = new String(ch, start, length); in characters()
129 tempOscarCandidate.setMovieTitle(tempVal); in endElement()
131 tempOscarCandidate.getPersons().add(tempVal); in endElement()
/dports/graphics/vigra/vigra-8acd73a/test/watersheds3d/
H A Dtest.cxx119 int tempVal=10000000; in testDistanceVolumesSix() local
121 if((temp-*iter).squaredMagnitude()<tempVal){ in testDistanceVolumesSix()
122 tempVal = (temp-*iter).squaredMagnitude(); in testDistanceVolumesSix()
125 volume(x,y,z)=tempVal; in testDistanceVolumesSix()
145 int tempVal=10000000; in testDistanceVolumesTwentySix() local
147 if((temp-*iter).squaredMagnitude()<tempVal){ in testDistanceVolumesTwentySix()
148 tempVal = (temp-*iter).squaredMagnitude(); in testDistanceVolumesTwentySix()
151 volume(x,y,z)=tempVal; in testDistanceVolumesTwentySix()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/
H A DAggregateImplementation.java359 S sumVal = null, sumSqVal = null, tempVal = null; in getStd() local
374 tempVal = null; in getStd()
378 tempVal = ci.add(tempVal, ci.castToReturnType(ci.getValue(colFamily, in getStd()
382 sumVal = ci.add(sumVal, tempVal); in getStd()
383 sumSqVal = ci.add(sumSqVal, ci.multiply(tempVal, tempVal)); in getStd()
424 S sumVal = null, sumWeights = null, tempVal = null, tempWeight = null; in getMedian() local
440 tempVal = null; in getMedian()
446 tempVal = ci.add(tempVal, ci.castToReturnType(ci.getValue(colFamily, in getMedian()
454 sumVal = ci.add(sumVal, tempVal); in getMedian()
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JSearch/client/com/sun/java/help/search/
H A DLiteMorph.java142 String tempWord, tempVal; in initialize() local
147 tempVal = (String)exceptions.get(tempWord); in initialize()
148 if (tempVal == null) { in initialize()
152 exceptions.put(tempWord, tempVal + " " + exceptionTable[i]); in initialize()

1234567891011