HomeSort by relevance Sort by last modified time
    Searched refs:xy2 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3-0x.cpp 23 X<Y&> xy2 = f0(lvalue<Y>()); local
  /external/speex/libspeex/
filters_bfin.h 87 VARDECL(spx_word32_t *xy2);
93 ALLOC(xy2, (N+1), spx_word32_t);
95 xy = xy2+1;
  /gdk/samples/PhotoEditor/jni/
fisheye.cpp 134 float xy2 = (x * x + y2); local
135 float s_xy2 = sqrtf(xy2);
136 float r_scale = linear_scale * (M_PI_2 - atan(alpha * sqrtf(r2 - xy2) / s_xy2)) / s_xy2;
  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 256 int[] xy2 = new int[2]; local
257 view.getLocationOnScreen(xy2);
260 assertTrue(xy1[0] > xy2[0]);
261 assertTrue(xy1[1] < xy2[1]);

Completed in 174 milliseconds