Home
last modified time | relevance | path

Searched refs:eps2 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dlsf_check.c33 const int16_t eps2=160; /* eps/2.0 in Q13;*/ in WebRtcIlbcfix_LsfCheck() local
47 lsf[pos+1]= lsf[pos]+eps2; in WebRtcIlbcfix_LsfCheck()
48 lsf[pos]= lsf[pos+1]-eps2; in WebRtcIlbcfix_LsfCheck()
50 lsf[pos]-=eps2; in WebRtcIlbcfix_LsfCheck()
51 lsf[pos+1]+=eps2; in WebRtcIlbcfix_LsfCheck()
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary_test.cc207 const auto eps2 = 1.0 / 3; in TEST_F() local
208 EXPECT_LE(summary2.ApproximationError(), eps2); in TEST_F()
213 EXPECT_LE(summary1.ApproximationError(), std::max(eps1, eps2)); in TEST_F()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_summary_test.cc208 const auto eps2 = 1.0 / 3; in TEST_F() local
209 EXPECT_LE(summary2.ApproximationError(), eps2); in TEST_F()
214 EXPECT_LE(summary1.ApproximationError(), std::max(eps1, eps2)); in TEST_F()
/external/eigen/Eigen/src/IterativeLinearSolvers/
DBiCGSTAB.h63 RealScalar eps2 = NumTraits<Scalar>::epsilon()*NumTraits<Scalar>::epsilon(); in bicgstab() local
72 if (abs(rho) < eps2*r0_sqnorm) in bicgstab()