Home
last modified time | relevance | path

Searched refs:theSum (Results 26 – 34 of 34) sorted by relevance

12

/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))
/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/security/helib/HElib-1.3.1/misc/psi/tests/
H A Dgen-expected-mask.py81 theSum = reduce(addTwoPtxts, mults)
82 theSum = addTwoPtxts(theSum, [ [mu] for _ in masks[0] ])
83 F_scores.append(theSum)
/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/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()
/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/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DLevelStat.h59 Time theSum; // "level-seconds" (nominator of an average) variable
/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/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()

12