OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sqrt
(Results
201 - 225
of
1720
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Blur/
RadialBlur.frag
18
float dist =
sqrt
(dir.x*dir.x + dir.y*dir.y);
RadialBlur15.frag
22
float dist =
sqrt
(dir.x*dir.x + dir.y*dir.y);
/external/libvpx/libvpx/vp8/common/
idctllm.c
17
* 1.
sqrt
(2) * cos (pi/8)
18
* 2.
sqrt
(2) * sin (pi/8)
23
* x *
sqrt
(2) * cos (pi/8) = x + x * (
sqrt
(2) *cos(pi/8)-1).
/external/libvpx/libvpx/vp8/common/x86/
dequantize_mmx.asm
104
paddw mm5, mm1 ; ip1 * sin(pi/8) *
sqrt
(2)
109
paddw mm7, mm3 ; ip3 * cos(pi/8) *
sqrt
(2)
159
paddw mm5, mm1 ; ip1 * sin(pi/8) *
sqrt
(2)
164
paddw mm7, mm3 ; ip3 * cos(pi/8) *
sqrt
(2)
/external/llvm/test/CodeGen/AArch64/
floatdp_1source.ll
10
declare float @llvm.
sqrt
.f32(float %Val)
11
declare double @llvm.
sqrt
.f64(double %Val)
40
%valsqrt = call float @llvm.
sqrt
.f32(float %val1)
79
%valsqrt = call double @llvm.
sqrt
.f64(double %val1)
/external/llvm/test/CodeGen/ARM/
2009-03-07-SpillerBug.ll
14
declare double @llvm.
sqrt
.f64(double) nounwind readonly
22
%0 = call double @llvm.
sqrt
.f64(double 0.000000e+00) nounwind
29
%4 = call double @llvm.
sqrt
.f64(double 0.000000e+00) nounwind
40
%15 = call double @llvm.
sqrt
.f64(double %14)
/external/llvm/test/Transforms/InstCombine/
pow-1.ll
62
; Check pow(x, 0.5) -> fabs(
sqrt
(x)), where x != -infinity.
78
; CHECK-NEXT: [[
SQRT
:%[a-z0-9]+]] = call double @
sqrt
(double %x) [[NUW_RO]]
79
; CHECK-NEXT: [[FABS:%[a-z0-9]+]] = call double @fabs(double [[
SQRT
]]) [[NUW_RO]]
/external/skia/legacy/src/animator/
SkDisplayMath.cpp
62
SK_FUNCTION(
sqrt
),
101
(SkFunctionParamType) SkType_Float, //
sqrt
134
SK_MEMBER_FUNCTION(
sqrt
, Float),
212
case SK_FUNCTION(
sqrt
): {
/external/skia/src/animator/
SkDisplayMath.cpp
62
SK_FUNCTION(
sqrt
),
101
(SkFunctionParamType) SkType_Float, //
sqrt
134
SK_MEMBER_FUNCTION(
sqrt
, Float),
212
case SK_FUNCTION(
sqrt
): {
/external/stlport/stlport/stl/config/
_como.h
89
# define sqrtl
sqrt
127
# define sqrtf
sqrt
128
# define sqrtl
sqrt
163
# define sqrtl
sqrt
/external/valgrind/main/none/tests/mips32/
FPUarithmetic.c
21
"
sqrt
.s", "
sqrt
.d",
136
UNOPff("
sqrt
.s");
140
UNOPdd("
sqrt
.d");
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
math-spectral-norm.js
46
return Math.
sqrt
(vBv/vv);
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-spectral-norm.js
46
return Math.
sqrt
(vBv/vv);
/external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.c
13
* until delta < 1. If delta < 1 we have the integer part of
SQRT
(N).
sqrt_of_one_minus_x_squared.c
32
sq = WebRtcSpl_Sqrt(sq); //
sqrt
(1-x^2) in Q15
/frameworks/base/core/java/android/util/
MathUtils.java
97
return (float) Math.
sqrt
(x * x + y * y);
104
return (float) Math.
sqrt
(x * x + y * y + z * z);
108
return (float) Math.
sqrt
(a * a + b * b);
112
return (float) Math.
sqrt
(a * a + b * b + c * c);
/frameworks/base/core/jni/
android_util_FloatMath.cpp
47
{"
sqrt
", "(F)F", (void*) MathUtilsGlue::SqrtF},
/frameworks/compile/libbcc/lib/Renderscript/runtime/arch/
x86_dot_length.ll
6
declare float @llvm.
sqrt
.f32(float) nounwind readnone
46
%5 = tail call float @llvm.
sqrt
.f32(float %4) nounwind readnone
59
%9 = tail call float @llvm.
sqrt
.f32(float %8) nounwind readnone
68
%5 = tail call float @llvm.
sqrt
.f32(float %4) nounwind readnone
/libcore/luni/src/test/java/libcore/java/lang/
IntrinsicTest.java
88
StrictMath.
sqrt
(2.0);
89
StrictMath.class.getMethod("
sqrt
", double.class).invoke(null, 2.0);
103
Math.
sqrt
(2.0);
104
Math.class.getMethod("
sqrt
", double.class).invoke(null, 2.0);
OldAndroidFloatDoubleTest.java
89
Float sqrtm2 = Float.valueOf((float) Math.
sqrt
(-2.0f));
90
Float sqrtm3 = Float.valueOf((float) Math.
sqrt
(-3.0f));
144
Double sqrtm2 = Double.valueOf(Math.
sqrt
(-2.0));
145
Double sqrtm3 = Double.valueOf(Math.
sqrt
(-3.0));
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/
eval.pass.cpp
54
double dev = std::
sqrt
(var);
60
double x_skew = (1 - 2 * d.p())/std::
sqrt
(x_var);
90
double dev = std::
sqrt
(var);
96
double x_skew = (1 - 2 * d.p())/std::
sqrt
(x_var);
eval_param.pass.cpp
56
double dev = std::
sqrt
(var);
62
double x_skew = (1 - 2 * p.p())/std::
sqrt
(x_var);
94
double dev = std::
sqrt
(var);
100
double x_skew = (1 - 2 * p.p())/std::
sqrt
(x_var);
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
89
# define sqrtl
sqrt
127
# define sqrtf
sqrt
128
# define sqrtl
sqrt
163
# define sqrtl
sqrt
/packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java
145
return (float) Math.
sqrt
(dx * dx + dy * dy);
150
return (float) Math.
sqrt
(dx * dx + dy * dy);
160
return (float) Math.
sqrt
(dx * dx + dy * dy);
165
return (float) Math.
sqrt
(dx * dx + dy * dy);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMath.java
81
float length = (float) Math.
sqrt
(a[0] * a[0] + a[1] * a[1]);
90
float length = (float) Math.
sqrt
(b[0] * b[0] + b[1] * b[1]);
105
float length = (float) Math.
sqrt
(p[0] * p[0] + p[1] * p[1]);
128
return (float) Math.
sqrt
(a[0] * a[0] + a[1] * a[1]);
Completed in 3857 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>