/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/ |
idctllm_altivec.asm | 48 vaddsws v4, v4, v0 ;# ip[ 4] * sin(pi/8) * sqrt(2) 52 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2) 59 vaddsws v3, v3, v1 ;# ip[12] * sin(pi/8) * sqrt(2) 62 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2) 92 vaddsws v4, v4, v1 ;# ip[ 4] * sin(pi/8) * sqrt(2) 95 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2) 102 vaddsws v2, v2, v3 ;# ip[12] * sin(pi/8) * sqrt(2) 105 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2)
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
QuadraticLineSegments.cpp | 31 double dist = sqrt(hodo2.x * hodo2.x + hodo2.y * hodo2.y); 32 double segments = sqrt(dist / (8 * FLT_EPSILON));
|
/external/fdlibm/ |
w_sqrt.c | 21 double ieee_sqrt(double x) /* wrapper sqrt */ 23 double ieee_sqrt(x) /* wrapper sqrt */
|
/external/libvpx/libvpx/vp8/common/ppc/ |
idctllm_altivec.asm | 48 vaddsws v4, v4, v0 ;# ip[ 4] * sin(pi/8) * sqrt(2) 52 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2) 59 vaddsws v3, v3, v1 ;# ip[12] * sin(pi/8) * sqrt(2) 62 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2) 92 vaddsws v4, v4, v1 ;# ip[ 4] * sin(pi/8) * sqrt(2) 95 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2) 102 vaddsws v2, v2, v3 ;# ip[12] * sin(pi/8) * sqrt(2) 105 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2)
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
stat.c | 39 * sqrt(n) 52 return sqrt(variance_mean);
|
/external/llvm/test/CodeGen/NVPTX/ |
intrinsics.ll | 19 %val = call float @llvm.nvvm.sqrt.f(float %a) 26 declare float @llvm.nvvm.sqrt.f(float)
|
rsqrt.ll | 5 declare float @llvm.nvvm.sqrt.f(float) 9 %val = tail call float @llvm.nvvm.sqrt.f(float %a)
|
/external/llvm/test/CodeGen/PowerPC/ |
fsqrt.ll | 13 declare double @llvm.sqrt.f64(double) 16 %Z = call double @llvm.sqrt.f64( double %Y ) ; <double> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
2007-09-27-LDIntrinsics.ll | 7 %tmp2 = call x86_fp80 @llvm.sqrt.f80( x86_fp80 %x ) 16 declare x86_fp80 @llvm.sqrt.f80(x86_fp80)
|
/external/llvm/test/Instrumentation/DataFlowSanitizer/ |
call.ll | 8 declare float @llvm.sqrt.f32(float) 18 %i = call float @llvm.sqrt.f32(float -1.0)
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowFloatMath.java | 47 public static float sqrt(float value) { method in class:ShadowFloatMath 48 return (float) Math.sqrt(value);
|
/external/skia/experimental/Intersection/ |
QuadraticLineSegments.cpp | 31 double dist = sqrt(hodo2.x * hodo2.x + hodo2.y * hodo2.y); 32 double segments = sqrt(dist / (8 * FLT_EPSILON));
|
/frameworks/rs/driver/runtime/ll32/ |
math.ll | 4 declare float @llvm.sqrt.f32(float) 12 %1 = tail call float @llvm.sqrt.f32(float %v)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
idctllm_altivec.asm | 48 vaddsws v4, v4, v0 ;# ip[ 4] * sin(pi/8) * sqrt(2) 52 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2) 59 vaddsws v3, v3, v1 ;# ip[12] * sin(pi/8) * sqrt(2) 62 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2) 92 vaddsws v4, v4, v1 ;# ip[ 4] * sin(pi/8) * sqrt(2) 95 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2) 102 vaddsws v2, v2, v3 ;# ip[12] * sin(pi/8) * sqrt(2) 105 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2)
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_utilities_constants.h | 184 * \brief sqrt(Pi) 189 * \brief sqrt(2*Pi) 194 * \brief sqrt(2) 199 * \brief sqrt(3) 204 * \brief sqrt(1/2)
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
spl_sqrt_floor_arm.S | 7 @ Subject: Re: sqrt routine 19 @ Subject: Fwd: sqrt routine 21 @ I saw your sqrt routine from several web sites, including 22 @ http://www.finesse.demon.co.uk/steven/sqrt.html. 32 @ Output: r0 = INT (SQRT (r0)), precision is 16 bits
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
FloatMath_Delegate.java | 87 * @param value to compute sqrt of 91 /*package*/ static float sqrt(float value) { method in class:FloatMath_Delegate 92 return (float)Math.sqrt(value); 121 * Returns {@code sqrt(}<i>{@code x}</i><sup>{@code 2}</sup>{@code +} <i> 130 return (float)Math.sqrt(x*x + y*y);
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_constants.h | 184 * \brief sqrt(Pi) 189 * \brief sqrt(2*Pi) 194 * \brief sqrt(2) 199 * \brief sqrt(3) 204 * \brief sqrt(1/2)
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_constants.h | 184 * \brief sqrt(Pi) 189 * \brief sqrt(2*Pi) 194 * \brief sqrt(2) 199 * \brief sqrt(3) 204 * \brief sqrt(1/2)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/ |
special_function_util.h | 77 /// Constant @f$ 2 / \sqrt(\pi) @f$. 80 /// Constant @f$ \sqrt(2) @f$. 83 /// Constant @f$ \sqrt(3) @f$. 86 /// Constant @f$ \sqrt(\pi/2) @f$. 89 /// Constant @f$ 1 / sqrt(2) @f$.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
special_function_util.h | 76 /// Constant @f$ 2 / \sqrt(\pi) @f$. 79 /// Constant @f$ \sqrt(2) @f$. 82 /// Constant @f$ \sqrt(3) @f$. 85 /// Constant @f$ \sqrt(\pi/2) @f$. 88 /// Constant @f$ 1 / sqrt(2) @f$.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
special_function_util.h | 76 /// Constant @f$ 2 / \sqrt(\pi) @f$. 79 /// Constant @f$ \sqrt(2) @f$. 82 /// Constant @f$ \sqrt(3) @f$. 85 /// Constant @f$ \sqrt(\pi/2) @f$. 88 /// Constant @f$ 1 / sqrt(2) @f$.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
special_function_util.h | 77 /// Constant @f$ 2 / \sqrt(\pi) @f$. 80 /// Constant @f$ \sqrt(2) @f$. 83 /// Constant @f$ \sqrt(3) @f$. 86 /// Constant @f$ \sqrt(\pi/2) @f$. 89 /// Constant @f$ 1 / sqrt(2) @f$.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
special_function_util.h | 77 /// Constant @f$ 2 / \sqrt(\pi) @f$. 80 /// Constant @f$ \sqrt(2) @f$. 83 /// Constant @f$ \sqrt(3) @f$. 86 /// Constant @f$ \sqrt(\pi/2) @f$. 89 /// Constant @f$ 1 / sqrt(2) @f$.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
special_function_util.h | 77 /// Constant @f$ 2 / \sqrt(\pi) @f$. 80 /// Constant @f$ \sqrt(2) @f$. 83 /// Constant @f$ \sqrt(3) @f$. 86 /// Constant @f$ \sqrt(\pi/2) @f$. 89 /// Constant @f$ 1 / sqrt(2) @f$.
|