OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sqrt_2
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkPathUtils.cpp
16
#define
SQRT_2
1.41421356237f
58
SQRT_2
/ 2.0f);
/external/skia/src/utils/
SkPathUtils.cpp
16
#define
SQRT_2
1.41421356237f
58
SQRT_2
/ 2.0f);
/external/opencv/cv/src/
cvsurf.cpp
275
const float
sqrt_2
= 1.4142135623730950488016887242097f;
local
277
const int RS_PATCH_SZ = 30; // ceil((PATCH_SZ+1)*
sqrt_2
);
422
float rd = (float)(sz0*
sqrt_2
*0.5);
423
float alpha1 = (alpha0 - beta0)*
sqrt_2
*0.5f, beta1 = (alpha0 + beta0)*
sqrt_2
*0.5f;
/external/chromium_org/cc/animation/
transform_operations_unittest.cc
850
float
sqrt_2
= sqrt(2.f);
local
852
-
sqrt_2
, -
sqrt_2
, 0.f,
sqrt_2
,
sqrt_2
, 0.f);
857
float sizes[] = { 0.f, 0.1f,
sqrt_2
, 2.f *
sqrt_2
};
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib/
libm.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/
libm.a
[
all
...]
Completed in 335 milliseconds