OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bound2
(Results
1 - 12
of
12
) sorted by null
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
fisheye.rsh
37
const float
bound2
= 0.25f * (axis_scale.x*axis_scale.x + axis_scale.y*axis_scale.y);
38
const float bound = sqrt(
bound2
);
41
const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 -
bound2
));
fisheye_approx.rsh
37
const float
bound2
= 0.25f * (axis_scale.x*axis_scale.x + axis_scale.y*axis_scale.y);
38
const float bound = sqrt(
bound2
);
41
const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 -
bound2
));
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
fisheye.rsh
37
const float
bound2
= 0.25f * (axis_scale.x*axis_scale.x + axis_scale.y*axis_scale.y);
38
const float bound = sqrt(
bound2
);
41
const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 -
bound2
));
fisheye_approx.rsh
37
const float
bound2
= 0.25f * (axis_scale.x*axis_scale.x + axis_scale.y*axis_scale.y);
38
const float bound = sqrt(
bound2
);
41
const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 -
bound2
));
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
fisheye.rsh
37
const float
bound2
= 0.25f * (axis_scale.x*axis_scale.x + axis_scale.y*axis_scale.y);
38
const float bound = sqrt(
bound2
);
41
const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 -
bound2
));
fisheye_approx.rsh
37
const float
bound2
= 0.25f * (axis_scale.x*axis_scale.x + axis_scale.y*axis_scale.y);
38
const float bound = sqrt(
bound2
);
41
const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 -
bound2
));
/external/skia/tests/
ClipCacheTest.cpp
172
SkIRect
bound2
;
local
173
bound2
.set(-10, -10, 10, 10);
175
SkClipStack clip2(
bound2
);
177
cache.acquireMask(clip2.getTopmostGenID(), desc,
bound2
);
186
check_state(reporter, cache, clip2, texture2,
bound2
);
191
REPORTER_ASSERT(reporter, cache.canReuse(clip2.getTopmostGenID(),
bound2
));
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FisheyeFilter.java
160
float
bound2
= 0.25f * (scale[0] * scale[0] + scale[1] * scale[1]);
local
161
float bound = (float) Math.sqrt(
bound2
);
165
(float) Math.atan(alpha / bound * (float) Math.sqrt(radius2 -
bound2
));
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fractions.py
255
bound2
= Fraction(p1, q1)
256
if abs(
bound2
- self) <= abs(bound1-self):
257
return
bound2
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fractions.py
255
bound2
= Fraction(p1, q1)
256
if abs(
bound2
- self) <= abs(bound1-self):
257
return
bound2
/external/chromium/webkit/glue/
multipart_response_delegate_unittest.cc
370
const TestChunk
bound2
[] = {
local
376
VariousChunkSizesTest(
bound2
, arraysize(
bound2
),
/external/chromium_org/webkit/child/
multipart_response_delegate_unittest.cc
370
const TestChunk
bound2
[] = {
local
376
VariousChunkSizesTest(
bound2
, arraysize(
bound2
),
Completed in 6456 milliseconds