Searched refs:logSum (Results 1 – 5 of 5) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | MathUtils.java | 346 double logSum = 0; in binomialCoefficientLog() local 350 logSum += FastMath.log(i); in binomialCoefficientLog() 355 logSum -= FastMath.log(i); in binomialCoefficientLog() 358 return logSum; in binomialCoefficientLog() 861 double logSum = 0; 863 logSum += FastMath.log(i); 865 return logSum;
|
/external/libopus/src/ |
D | opus_multistream_encoder.c | 183 static opus_val16 logSum(opus_val16 a, opus_val16 b) in logSum() function 214 opus_val16 logSum(opus_val16 a, opus_val16 b) in logSum() function 280 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]); in surround_analysis() 284 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[21*c+i]); in surround_analysis() 289 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]-QCONST16(.5f, DB_SHIFT)); in surround_analysis() 290 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[21*c+i]-QCONST16(.5f, DB_SHIFT)); in surround_analysis()
|
/external/v8/test/cctest/ |
D | test-typing-reset.cc | 158 CHECK_VAR(logSum, expected_type); in CheckAllSame()
|
D | test-ast-expression-visitor.cc | 207 CHECK_VAR(logSum, Bounds::Unbounded()); in TEST()
|
D | test-asm-validator.cc | 246 CHECK_VAR(logSum, FUNC_II2D_TYPE); in TEST()
|