Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 56) sorted by relevance

123

/development/perftests/panorama/feature_stab/src/dbreg/
Dvp_motionmodel.h145 #define MXX(m) (m).par[0] argument
146 #define MXY(m) (m).par[1] argument
147 #define MXZ(m) (m).par[2] argument
148 #define MXW(m) (m).par[3] argument
149 #define MYX(m) (m).par[4] argument
150 #define MYY(m) (m).par[5] argument
151 #define MYZ(m) (m).par[6] argument
152 #define MYW(m) (m).par[7] argument
153 #define MZX(m) (m).par[8] argument
154 #define MZY(m) (m).par[9] argument
[all …]
Dvp_motionmodel.c57 double Det4(MATRIX m) in Det4()
98 int i, j, k, l, m, n,ntemp; in inv4Mat() local
/development/ndk/platforms/android-L/include/linux/
Dstat.h36 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
37 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
40 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
41 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
42 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
44 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
Dmroute.h50 #define VIFM_SET(n,m) ((m)|=(1<<(n))) argument
51 #define VIFM_CLR(n,m) ((m)&=~(1<<(n))) argument
52 #define VIFM_ISSET(n,m) ((m)&(1<<(n))) argument
54 #define VIFM_CLRALL(m) ((m)=0) argument
/development/ndk/platforms/android-3/include/linux/
Dstat.h29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
Dplist.h41 #define plist_for_each_entry_safe(pos, n, head, m) list_for_each_entry_safe(pos, n, &(head)->node… argument
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
DMethodSourcerTest.java48 MethodSourcer m = new MethodSourcer(mOutput, in testVoid() local
64 MethodSourcer m = new MethodSourcer(mOutput, in testVoidThrow() local
80 MethodSourcer m = new MethodSourcer(mOutput, in testReturnMap() local
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities_geometry.h34 double cx,cy,m; in db_PointCentroid2D() local
54 double cx,cy,m; in db_PointCentroid2D() local
78 double cx,cy,cz,m; in db_PointCentroid3D() local
100 double cx,cy,cz,m; in db_PointCentroid3D() local
Ddb_utilities_indexing.cpp103 unsigned long m; in db_AlignPointer_f() local
114 unsigned long m; in db_AlignPointer_s() local
Ddb_image_homography.cpp116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; in db_CommonFocalLengthFromRotation_2Point() local
182 double m,hyp[27],x1_temp[3],x2_temp[3],xp1_temp[3],xp2_temp[3]; in db_StitchRotationCommonFocalLength_3Points() local
243 double Aacc,Bacc,Aacc2,Bacc2,divisor,divisor2,m,Am,Bm; in db_StitchSimilarity2DRaw() local
Ddb_utilities_poly.cpp100 double lz,ms,ns,mn,m,n,lz_through2; in db_SolveQuartic() local
172 double lz,ms,ns,mn,m,n,lz_through2; in db_SolveQuarticForced() local
Ddb_utilities_linalg.h186 double m,sp,sp_m; in db_OrthogonalizePair7() local
200 double m,sp,sp_m; in db_OrthogonalizePair9() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java58 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf()
62 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf()
66 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx()
72 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx()
78 public void glMultMatrixf(float[] m, int offset) { in glMultMatrixf()
83 public void glMultMatrixf(FloatBuffer m) { in glMultMatrixf()
88 public void glMultMatrixx(int[] m, int offset) { in glMultMatrixx()
95 public void glMultMatrixx(IntBuffer m) { in glMultMatrixx()
/development/tools/yuv420sp2rgb/
Ddebug.h48 void *m = malloc(size); in MALLOC() local
54 void *m = calloc(num_entries, entry_size); in CALLOC() local
60 void *m = realloc(ptr, size); in REALLOC() local
/development/apps/Development/src/com/android/development/
DConfigurationViewer.java34 DisplayMetrics m = new DisplayMetrics(); in onCreate() local
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbTestActivity.java82 Message m = Message.obtain(mHandler, MESSAGE_LOG); in log() local
109 Message m = Message.obtain(mHandler, MESSAGE_DEVICE_ONLINE); in deviceOnline() local
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
DMainActivity.java178 Message m = Message.obtain(mHandler, MSG_UNCOLOUR_START); in onReceivedStartJob() local
191 Message m = Message.obtain(mHandler, MSG_UNCOLOUR_STOP); in onReceivedStopJob() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DM4.java25 public float[][] m = new float[4][4]; field in M4
DLayer.java55 float[][] m = mTransform.m; in setAngle() local
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
DTestJobService.java62 Message m = Message.obtain(); in onStartCommand() local
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dcmpxchg.h24 #define __cmpxchg_asm(ld, st, m, old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R100… argument
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPatterns.java79 Matrix m = new Matrix(); in SampleView() local
DXfermodes.java112 Matrix m = new Matrix(); in SampleView() local
/development/perftests/panorama/feature_mos/src/mosaic/
DMosaic.cpp243 double m[3][3] = { in balanceRotations() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyGetFrameRateEvent.java102 Matcher m = NO_OF_FRAMES_PATTERN.matcher(input); in getNumberOfFrames() local

123