/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/ |
eval.pass.cpp | 58 double dev = std::sqrt(var); 97 double dev = std::sqrt(var); 136 double dev = std::sqrt(var); 175 double dev = std::sqrt(var);
|
eval_param.pass.cpp | 59 double dev = std::sqrt(var); 99 double dev = std::sqrt(var); 139 double dev = std::sqrt(var); 179 double dev = std::sqrt(var);
|
/packages/inputmethods/LatinIME/java/res/values/ |
touch-position-correction.xml | 25 3. correctionR: sweet_spot_radius / sqrt(hitbox_width^2 + hitbox_height^2)
|
/packages/inputmethods/LatinIME/java/res/values-sw600dp/ |
touch-position-correction.xml | 25 3. correctionR: sweet_spot_radius / sqrt(hitbox_width^2 + hitbox_height^2)
|
/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
noisefield.rs | 74 float s = (float)sqrt(v[0] * v[0] + v[1] * v[1]); 80 float s = (float)sqrt(v[0] * v[0] + v[1] * v[1] + v[2] * v[2]); 224 float touchDist = sqrt(pow(touchX - particle->position.x, 2) + 254 float dist = sqrt(particle->position.x*particle->position.x +
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
cmath | 63 using ::sqrt;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cmath | 63 using ::sqrt;
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorCtsHelperTest.java | 95 assertEquals(Math.sqrt(2.5), stddev, 0.00001); 99 assertEquals(Math.sqrt(2.5), stddev, 0.00001); 103 assertEquals(Math.sqrt(10.0), stddev, 0.00001);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
Stats.cs | 59 * numerical properties than the textbook summation/sqrt. To me 75 return Math.Sqrt(s2); 88 return Math.Sqrt(s2);
|
/external/ceres-solver/examples/ |
circle_fit.cc | 92 // residual[0] = r - sqrt(xp*xp + yp*yp); 95 // reasonably well, but the sqrt() adds strong nonlinearities to the cost 126 double m = sqrt(r);
|
/external/ceres-solver/internal/ceres/ |
corrector.cc | 43 sqrt_rho1_ = sqrt(rho[1]); 105 const double alpha = 1.0 - sqrt(D); 133 // J = sqrt(rho) * (J - alpha^2 r * r' J)
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
Vector.cpp | 26 return (lenSquared != 0.0f) ? sqrt(lenSquared) : 0.0f; 65 return (lenSquared != 0.0f) ? sqrt(lenSquared) : 0.0f; 164 return (lenSquared != 0.0f) ? sqrt(lenSquared) : 0.0f;
|
/external/chromium_org/tools/page_cycler/common/ |
report.html | 50 // stdd : standard deviation, sqrt(vari) 81 r.stdd = Math.sqrt(r.vari); 82 r.errp = r.stdd / Math.sqrt((ary.length - 1) / 2) / r.mean * 100;
|
/external/deqp/framework/common/ |
tcuInterval.cpp | 133 Interval sqrt (const Interval& x) function in namespace:tcu 135 return applyMonotone(std::sqrt, x); 140 return 1.0 / sqrt(x);
|
/external/eigen/blas/ |
level1_impl.h | 78 using std::sqrt; 99 r = sqrt(a*a + b*b); 123 norm = scale*sqrt((numext::abs2(a/scale)) + (numext::abs2(b/scale)));
|
/external/libcxx/test/numerics/complex.number/complex.transcendentals/ |
sqrt.pass.cpp | 14 // sqrt(const complex<T>& x); 25 std::complex<T> a = sqrt(c); 42 std::complex<double> r = sqrt(x[i]);
|
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/ |
eval.pass.cpp | 55 double dev = std::sqrt(var); 91 double dev = std::sqrt(var); 127 double dev = std::sqrt(var);
|
eval_param.pass.cpp | 56 double dev = std::sqrt(var); 93 double dev = std::sqrt(var); 130 double dev = std::sqrt(var);
|
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/ |
eval.pass.cpp | 59 double dev = std::sqrt(var); 99 double dev = std::sqrt(var); 139 double dev = std::sqrt(var);
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-vfloatintrinsics.ll | 6 ; CHECK: test_v2f32.sqrt: 7 define %v2f32 @test_v2f32.sqrt(%v2f32 %a) { 9 %1 = call %v2f32 @llvm.sqrt.v2f32(%v2f32 %a) 109 declare %v2f32 @llvm.sqrt.v2f32(%v2f32) #0 130 ; CHECK: test_v4f32.sqrt: 131 define %v4f32 @test_v4f32.sqrt(%v4f32 %a) { 133 %1 = call %v4f32 @llvm.sqrt.v4f32(%v4f32 %a) 233 declare %v4f32 @llvm.sqrt.v4f32(%v4f32) #0 254 ; CHECK: test_v2f64.sqrt: 255 define %v2f64 @test_v2f64.sqrt(%v2f64 %a) [all...] |
/external/llvm/test/CodeGen/X86/ |
2009-08-14-Win64MemoryIndirectArg.ll | 42 %1 = call <4 x float> @llvm.x86.sse.sqrt.ss(<4 x float> %dxSquared) ; <<4 x float>> [#uses=1] 46 %3 = call <4 x float> @llvm.x86.sse.sqrt.ss(<4 x float> %dySquared) ; <<4 x float>> [#uses=1] 55 declare <4 x float> @llvm.x86.sse.sqrt.ss(<4 x float>) nounwind readnone
|
/external/stlport/stlport/stl/ |
_cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 379 _STLP_DMATH_INLINE(sqrt) 405 # if defined (sqrt) 406 inline double __stlp_sqrt(double __x) { return sqrt(__x); } 407 # undef sqrt macro 408 inline double sqrt(double __x) { return __stlp_sqrt(__x); } function 450 _STLP_DEF_MATH_INLINE(sqrt, sqrt) 498 inline long double hypot(long double x, long double y) { return sqrt(x * x + y * y); } 504 inline double hypot(double x, double y) { return sqrt(x * x + y * y); [all...] |
/frameworks/base/libs/hwui/utils/ |
Blur.cpp | 28 // "high quality" mode, in SkBlurMask::Blur() (1 / sqrt(3)). 68 // g(x) = ( 1 / sqrt( 2 * pi ) * sigma) * e ^ ( -x^2 / 2 * sigma^2 ) 77 float coeff1 = 1.0f / (sqrt(2.0f * pi) * sigma);
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
FisheyeFilter.java | 64 " float radian = m_pi_2 - atan(alpha * sqrt(radius2 - dist * dist), dist);\n" + 155 float bound = (float) Math.sqrt(bound2); 159 (float) Math.atan(alpha / bound * (float) Math.sqrt(radius2 - bound2));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/ |
sqrt.pass.cpp | 14 // sqrt(const complex<T>& x); 25 std::complex<T> a = sqrt(c); 42 std::complex<double> r = sqrt(x[i]);
|