HomeSort by relevance Sort by last modified time
    Searched refs:bound2 (Results 1 - 17 of 17) 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));
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FisheyeFilter.java 154 float bound2 = 0.25f * (scale[0] * scale[0] + scale[1] * scale[1]); local
155 float bound = (float) Math.sqrt(bound2);
159 (float) Math.atan(alpha / bound * (float) Math.sqrt(radius2 - bound2));
  /external/chromium_org/third_party/skia/tests/
ClipCacheTest.cpp 175 SkIRect bound2; local
176 bound2.set(-10, -10, 10, 10);
178 SkClipStack clip2(bound2);
180 cache.acquireMask(clip2.getTopmostGenID(), desc, bound2);
189 check_state(reporter, cache, clip2, texture2, bound2);
192 REPORTER_ASSERT(reporter, cache.canReuse(clip2.getTopmostGenID(), bound2));
  /external/skia/tests/
ClipCacheTest.cpp 177 SkIRect bound2; local
178 bound2.set(-10, -10, 10, 10);
180 SkClipStack clip2(bound2);
182 cache.acquireMask(clip2.getTopmostGenID(), desc, bound2);
191 check_state(reporter, cache, clip2, texture2, bound2);
196 REPORTER_ASSERT(reporter, cache.canReuse(clip2.getTopmostGenID(), 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_org/content/child/
multipart_response_delegate_unittest.cc 367 const TestChunk bound2[] = { local
373 VariousChunkSizesTest(bound2, arraysize(bound2),
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Optimize.py 351 relation2=relation2, bound2=end_node,
535 relation2=relation2, bound2=stop_ptr_node,
656 bound2 = args[0].coerce_to_integer(self.current_env())
659 bound2 = args[1].coerce_to_integer(self.current_env())
664 bound1, bound2 = bound2, bound1
675 if not bound2.is_literal:
678 bound2 = UtilNodes.LetRefNode(bound2)
686 relation2=relation2, bound2=bound2
    [all...]
Nodes.py     [all...]
Parsing.py     [all...]
FlowControl.py     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1190 milliseconds