Searched refs:eps2 (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | lsf_check.c | 33 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/llvm-project/flang/test/Evaluate/ |
D | folding07.f90 | 19 eps2 = epsilon(0._2), zeps2 = real(z'1000', kind=2), deps2 = 4.8828125e-4_2 variable 35 logical, parameter :: test_eps2 = eps2 == zeps2 .and. eps2 == deps2
|
D | folding02.f90 | 5 real(2), parameter :: eps2 = 0.001_2 variable
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/ |
D | weighted_quantiles_summary_test.cc | 207 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/llvm-project/polly/test/Isl/CodeGen/ |
D | phi_in_exit_early_lnt_failure_2.ll | 18 define void @dbisect(double* %c, double* %b, double %eps1, double* %eps2) { 42 %1 = load double, double* %eps2, align 8
|
D | phi_in_exit_early_lnt_failure_5.ll | 13 define void @dbisect(double* %c, double* %b, double %eps1, double* %eps2) { 45 store double undef, double* %eps2, align 8
|
/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2Test.java | 176 final double eps2 = 1e-10; in testAngleArea() 177 S2Point p000eps2 = new S2Point(1, 0.1 * eps2, eps2); in testAngleArea() 184 S2Point p045eps2 = new S2Point(1, 1, eps2); in testAngleArea()
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | fp_div_impl.inc | 208 // In infinite precision, with 0 <= eps1, eps2 <= U = 2^-HW: 211 // x_UQ0_hw = (1/b_hw + e_n) * (1 - e_n*b_hw + 2*eps1) - eps2 212 // = 1/b_hw - e_n + 2*eps1/b_hw + e_n - e_n^2*b_hw + 2*e_n*eps1 - eps2 213 // = 1/b_hw + 2*eps1/b_hw - e_n^2*b_hw + 2*e_n*eps1 - eps2 214 // e_{n+1} = -e_n^2*b_hw + 2*eps1/b_hw + 2*e_n*eps1 - eps2 215 // = 2*e_n*eps1 - (e_n^2*b_hw + eps2) + 2*eps1/b_hw 293 // With 0 <= eps1, eps2 < 2^-W 294 // E_N = 4 * E_{N-1} * eps1 - (E_{N-1}^2 * b + 4 * eps2) + 4 * eps1 / b
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | BiCGSTAB.h | 63 RealScalar eps2 = NumTraits<Scalar>::epsilon()*NumTraits<Scalar>::epsilon(); in bicgstab() local 72 if (abs(rho) < eps2*r0_sqnorm) in bicgstab()
|
/external/mime-support/ |
D | mime.types | 110 application/postscript ps ai eps epsi epsf eps2 eps3
|