HomeSort by relevance Sort by last modified time
    Searched defs:ro2 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginOcclusionSupport.cpp 65 const RenderObject* ro2 = pluginZstack[pluginZstack.size() - 1 - i]; local
67 if (ro1 != ro2) {
73 if (ro1->style() && ro2->style()) {
75 int z2 = ro2->style()->zIndex();
84 if (ro2->style()->position() == StaticPosition) {
101 ASSERT(parent == ro2->parent());
106 if (ro == ro2)
109 ASSERT(false); // We should have seen ro1 and ro2 by now.
  /external/tremolo/Tremolo/
mdct.c 93 REG_TYPE ro2= bX[2]; local
95 XNPROD31( ro2, ro0, T[1], T[0], &aX[0], &aX[2] ); T+=step;
  /external/opencv/cvaux/src/
cvlmeds.cpp 199 double p, q, D, c1, c2, b1, b2, ro1, ro2, fi1, fi2, tt; local
219 ro2 = ro1;
233 ro2 = fabs( c2 );
255 if( !REAL_ZERO( ro2 ))
257 tt = SIGN( ro2 ) * pow( fabs( ro2 ), 0.333333333333 );
283 if( !REAL_ZERO( ro2 ))
    [all...]

Completed in 1729 milliseconds