HomeSort by relevance Sort by last modified time
    Searched refs:xt (Results 26 - 50 of 60) sorted by null

12 3

  /external/proguard/src/proguard/gui/splash/
RectangleSprite.java 98 int xt = x.getInt(time); local
107 graphics.fillRoundRect(xt, yt, w, h, aw, ah);
111 graphics.drawRoundRect(xt, yt, w, h, aw, ah);
ShadowedSprite.java 95 int xt = xo + x; local
97 graphics.translate(xt, yt);
99 graphics.translate(-xt, -yt);
  /external/compiler-rt/test/Unit/
fixxfti_test.c 35 utwords xt; local
36 xt.all = x;
40 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
multi3_test.c 30 twords xt; local
31 xt.all = x;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
negti2_test.c 30 twords xt; local
31 xt.all = x;
36 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
muloti4_test.c 34 twords xt; local
35 xt.all = x;
43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
53 twords xt; local
54 xt.all = x;
59 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
ashlti3_test.c 34 twords xt; local
35 xt.all = x;
40 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
ashrti3_test.c 32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
lshrti3_test.c 32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
mulvti3_test.c 34 twords xt; local
35 xt.all = x;
40 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.h 48 float xt, yt, zt; member in struct:_fishRec
swim.c 71 fish->xt = 60000.0;
75 X = fish->xt - fish->x;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.h 48 float xt, yt, zt; member in struct:_fishRec
swim.c 71 fish->xt = 60000.0;
75 X = fish->xt - fish->x;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.h 48 float xt, yt, zt; member in struct:_fishRec
  /frameworks/compile/libbcc/runtime/test/Unit/
fixxfti_test.c 35 utwords xt; local
36 xt.all = x;
40 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
multi3_test.c 30 twords xt; local
31 xt.all = x;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
negti2_test.c 30 twords xt; local
31 xt.all = x;
36 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
ashlti3_test.c 34 twords xt; local
35 xt.all = x;
40 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
ashrti3_test.c 32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
lshrti3_test.c 32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
mulvti3_test.c 34 twords xt; local
35 xt.all = x;
40 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
  /external/clang/test/SemaTemplate/
injected-class-name.cpp 59 typedef X<T> xt; typedef in struct:ForwardDecls::X
60 typename xt::foo *t;
  /external/opencv/cv/src/
cvoptflowlk.cpp 48 float xt; member in struct:__anon11124
319 II[address].xt = GradX * GradT;
339 II[address].xt = GradX * GradT;
362 II[address].xt = GradX * GradT;
380 WII[address].xt = 0;
390 WII[address].xt += II[address + jj].xt * Ker;
404 WII[address].xt = 0;
414 WII[address].xt += (II[address - jj].xt + II[address + jj].xt) * Ker
    [all...]
  /external/aac/libFDK/src/
fft.cpp 728 FIXP_DBL *xt = &x[0]; local
738 xt[ 0] = ur + (vr>>1);
739 xt[ 1] = ui + (vi>>1);
740 xt[ 8] = ur - (vr>>1);
741 xt[ 9] = ui - (vi>>1);
747 xt[ 4] = ur + (vr>>1);
748 xt[ 5] = ui - (vi>>1);
749 xt[12] = ur - (vr>>1);
750 xt[13] = ui + (vi>>1);
755 xt[ 2] = (ur>>1) + vr
    [all...]

Completed in 383 milliseconds

12 3