Home
last modified time | relevance | path

Searched refs:logSum (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DMathUtils.java346 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/
Dopus_multistream_encoder.c183 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/
Dtest-typing-reset.cc158 CHECK_VAR(logSum, expected_type); in CheckAllSame()
Dtest-ast-expression-visitor.cc207 CHECK_VAR(logSum, Bounds::Unbounded()); in TEST()
Dtest-asm-validator.cc246 CHECK_VAR(logSum, FUNC_II2D_TYPE); in TEST()