Home
last modified time | relevance | path

Searched refs:theSum (Results 1 – 25 of 34) sorted by path

12

/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DAggrStat.cc22 theSum = theSqSum = 0; in reset()
29 theSum += v; in record()
38 theSum = theMin = theMax = v; in record()
47 theSum += s.theSum; in operator +=()
53 theSum = s.theSum; in operator +=()
66 const double diff = theSqSum - theSum*theSum/theCount; in stdDev()
80 log << theMin << theMax << theSum << theSqSum; in store()
86 log >> theMin >> theMax >> theSum >> theSqSum; in load()
102 << pfx << "sum: \t " << theSum << endl in print()
H A DAggrStat.h44 double sum() const { return theSum; } in sum()
45 double mean() const { return theCount ? theSum/theCount : -1; } in mean()
55 double theSum; variable
H A DLevelStat.cc16 theSum = Time(0, 0); in LevelStat()
23 theSum = Time(0, 0); in restart()
31 theSum += (TheClock - theCurStart) * theLevel; in change()
40 return theCurStart > theStart && theSum >= 0 ? in mean()
41 theSum/(theCurStart-theStart) : in mean()
47 << theStart << theCurStart << theSum; in store()
52 >> theStart >> theCurStart >> theSum; in load()
98 theSum += s.theSum; in join()
106 return theNom > 0 ? theNom : theSum.secd(); in nom()
H A DLevelStat.h59 Time theSum; // "level-seconds" (nominator of an average) variable
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xstd/
H A DChecksum.cc120 theSum.reset(); in reset()
127 Assert(!theSum.set()); in update()
179 encode(theSum.theDigest, theState, sizeof(theSum.theDigest)); in final()
180 theSum.isSet = true; in final()
H A DChecksum.h50 const Checksum &sum() const { return theSum; } in sum()
57 unsigned char *digest() { return theSum.theDigest; } in digest()
71 Checksum theSum; variable
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/KeyListOps/
H A DKeyListOpsMethods.cpp43 double theSum = 0.0; in getSum() local
45 theSum += getColValNum(); in getSum()
47 return theSum; in getSum()
/dports/devel/elm-format/elm-format-0.8.3/parser/bench/src/
H A DArrayBench.elm31 (theSum, sumSq) = foldFn (\x (sum, sumSq) -> (x + sum, (x^2) + sumSq) ) (0,0) ourArray
33 (theSum, sqrt(theSum*theSum - sumSq))
H A DDictBench.elm31 (theSum, sumSq) = foldFn (\_ x (sum, sumSq) -> (x + sum, (x^2) + sumSq) ) (0,0) ourDict
33 (theSum, sqrt(theSum*theSum - sumSq))
H A DListBench.elm29 (theSum, sumSq) = foldFn (\x (sum, sumSq) -> (x + sum, (x^2) + sumSq) ) (0,0) ourList
31 (theSum, sqrt(theSum*theSum - sumSq))
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/
H A DWordMean.java99 int theSum = 0; in reduce() local
101 theSum += val.get(); in reduce()
103 sum.set(theSum); in reduce()
/dports/devel/py-Faker/Faker-0.8.15/faker/providers/ssn/he_IL/
H A D__init__.py19 theSum = 0
24 theSum = theSum + num
28 theSum = theSum + num
29 lastDigit = theSum % 10
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/btl/libs/blitz/
H A Dblitz_LU_solve_interface.hh93 real theSum = 0. ; in LU_factor() local
111 theSum = LU( i, j ) ; in LU_factor()
114 LU( i, j ) = theSum ; in LU_factor()
120 theSum = LU( i, j ) ; in LU_factor()
123 LU( i, j ) = theSum ; in LU_factor()
159 real theSum = 0. ; in LU_solve() local
162 theSum = X( ip ) ; in LU_solve()
170 } else if( theSum ) { in LU_solve()
173 X( i ) = theSum ; in LU_solve()
178 theSum = X( i ) ; in LU_solve()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/btl/libs/gmm/
H A Dgmm_LU_solve_interface.hh93 real theSum = 0. ; in LU_factor() local
111 theSum = LU( i, j ) ; in LU_factor()
114 LU( i, j ) = theSum ; in LU_factor()
120 theSum = LU( i, j ) ; in LU_factor()
123 LU( i, j ) = theSum ; in LU_factor()
159 real theSum = 0. ; in LU_solve() local
162 theSum = X( ip ) ; in LU_solve()
170 } else if( theSum ) { in LU_solve()
173 X( i ) = theSum ; in LU_solve()
178 theSum = X( i ) ; in LU_solve()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/btl/libs/mtl4/
H A Dmtl4_LU_solve_interface.hh93 real theSum = 0. ; in LU_factor() local
111 theSum = LU( i, j ) ; in LU_factor()
114 LU( i, j ) = theSum ; in LU_factor()
120 theSum = LU( i, j ) ; in LU_factor()
123 LU( i, j ) = theSum ; in LU_factor()
159 real theSum = 0. ; in LU_solve() local
162 theSum = X( ip ) ; in LU_solve()
170 } else if( theSum ) { in LU_solve()
173 X( i ) = theSum ; in LU_solve()
178 theSum = X( i ) ; in LU_solve()
[all …]
/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/
H A Dwsnes9x.cpp5284 register unsigned short theSum = 0; in sum() local
5287 theSum += array[i]; in sum()
5289 return(theSum); in sum()
/dports/games/libretro-snes9x/snes9x-73aa348/win32/
H A Dwsnes9x.cpp5450 unsigned short theSum = 0; in sum() local
5453 theSum += array[i]; in sum()
5455 return(theSum); in sum()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dspline.c37 #define SUM_MINUS_2 (theSum-((double)2.0))
47 static double theSum=(double)6.0; variable
1167 mtxInfo.mtx[i][2] = val/theSum;
1206 double half=theSum/((double)2.0);
1339 mtxInfo.mtx[NumPts-1][3] = mtxInfo.mtx[0][2]/theSum;
1395 mtxInfo.mtx[NumPts-1][3] = mtxInfo.mtx[0][2]/theSum;
1468 mtxInfo.mtx[i][2] = val/theSum;
1473 mtxInfo.mtx[i][3] = mtxInfo.mtx[i-1][3]/theSum;;
1497 mtxInfo.x[i] = (mtxInfo.x[i]*val+mtxInfo.x[i-1])/theSum;
1526 double half=theSum/((double)2.0);
[all …]
/dports/math/eigen3/eigen-3.3.9/bench/btl/libs/blitz/
H A Dblitz_LU_solve_interface.hh93 real theSum = 0. ; in LU_factor() local
111 theSum = LU( i, j ) ; in LU_factor()
114 LU( i, j ) = theSum ; in LU_factor()
120 theSum = LU( i, j ) ; in LU_factor()
123 LU( i, j ) = theSum ; in LU_factor()
159 real theSum = 0. ; in LU_solve() local
162 theSum = X( ip ) ; in LU_solve()
170 } else if( theSum ) { in LU_solve()
173 X( i ) = theSum ; in LU_solve()
178 theSum = X( i ) ; in LU_solve()
[all …]
/dports/math/eigen3/eigen-3.3.9/bench/btl/libs/gmm/
H A Dgmm_LU_solve_interface.hh93 real theSum = 0. ; in LU_factor() local
111 theSum = LU( i, j ) ; in LU_factor()
114 LU( i, j ) = theSum ; in LU_factor()
120 theSum = LU( i, j ) ; in LU_factor()
123 LU( i, j ) = theSum ; in LU_factor()
159 real theSum = 0. ; in LU_solve() local
162 theSum = X( ip ) ; in LU_solve()
170 } else if( theSum ) { in LU_solve()
173 X( i ) = theSum ; in LU_solve()
178 theSum = X( i ) ; in LU_solve()
[all …]
/dports/math/eigen3/eigen-3.3.9/bench/btl/libs/mtl4/
H A Dmtl4_LU_solve_interface.hh93 real theSum = 0. ; in LU_factor() local
111 theSum = LU( i, j ) ; in LU_factor()
114 LU( i, j ) = theSum ; in LU_factor()
120 theSum = LU( i, j ) ; in LU_factor()
123 LU( i, j ) = theSum ; in LU_factor()
159 real theSum = 0. ; in LU_solve() local
162 theSum = X( ip ) ; in LU_solve()
170 } else if( theSum ) { in LU_solve()
173 X( i ) = theSum ; in LU_solve()
178 theSum = X( i ) ; in LU_solve()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/btl/libs/blitz/
H A Dblitz_LU_solve_interface.hh93 real theSum = 0. ; in LU_factor() local
111 theSum = LU( i, j ) ; in LU_factor()
114 LU( i, j ) = theSum ; in LU_factor()
120 theSum = LU( i, j ) ; in LU_factor()
123 LU( i, j ) = theSum ; in LU_factor()
159 real theSum = 0. ; in LU_solve() local
162 theSum = X( ip ) ; in LU_solve()
170 } else if( theSum ) { in LU_solve()
173 X( i ) = theSum ; in LU_solve()
178 theSum = X( i ) ; in LU_solve()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/btl/libs/gmm/
H A Dgmm_LU_solve_interface.hh93 real theSum = 0. ; in LU_factor() local
111 theSum = LU( i, j ) ; in LU_factor()
114 LU( i, j ) = theSum ; in LU_factor()
120 theSum = LU( i, j ) ; in LU_factor()
123 LU( i, j ) = theSum ; in LU_factor()
159 real theSum = 0. ; in LU_solve() local
162 theSum = X( ip ) ; in LU_solve()
170 } else if( theSum ) { in LU_solve()
173 X( i ) = theSum ; in LU_solve()
178 theSum = X( i ) ; in LU_solve()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/btl/libs/mtl4/
H A Dmtl4_LU_solve_interface.hh93 real theSum = 0. ; in LU_factor() local
111 theSum = LU( i, j ) ; in LU_factor()
114 LU( i, j ) = theSum ; in LU_factor()
120 theSum = LU( i, j ) ; in LU_factor()
123 LU( i, j ) = theSum ; in LU_factor()
159 real theSum = 0. ; in LU_solve() local
162 theSum = X( ip ) ; in LU_solve()
170 } else if( theSum ) { in LU_solve()
173 X( i ) = theSum ; in LU_solve()
178 theSum = X( i ) ; in LU_solve()
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/btl/libs/blitz/
H A Dblitz_LU_solve_interface.hh93 real theSum = 0. ; in LU_factor() local
111 theSum = LU( i, j ) ; in LU_factor()
114 LU( i, j ) = theSum ; in LU_factor()
120 theSum = LU( i, j ) ; in LU_factor()
123 LU( i, j ) = theSum ; in LU_factor()
159 real theSum = 0. ; in LU_solve() local
162 theSum = X( ip ) ; in LU_solve()
170 } else if( theSum ) { in LU_solve()
173 X( i ) = theSum ; in LU_solve()
178 theSum = X( i ) ; in LU_solve()
[all …]

12