/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | Kube.java | 46 float c2 = -0.32f; in makeGLWorld() local 53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1); in makeGLWorld() 56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3); in makeGLWorld() 57 mCubes[4] = new Cube(world, c2, c4, c2, c3, c5, c3); in makeGLWorld() 58 mCubes[5] = new Cube(world, c4, c4, c2, c5, c5, c3); in makeGLWorld() 61 mCubes[7] = new Cube(world, c2, c4, c4, c3, c5, c5); in makeGLWorld() 64 mCubes[9] = new Cube(world, c0, c2, c0, c1, c3, c1); in makeGLWorld() 65 mCubes[10] = new Cube(world, c2, c2, c0, c3, c3, c1); in makeGLWorld() 66 mCubes[11] = new Cube(world, c4, c2, c0, c5, c3, c1); in makeGLWorld() 68 mCubes[12] = new Cube(world, c0, c2, c2, c1, c3, c3); in makeGLWorld() [all …]
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 97 double c0,c1,c2,c3; in db_SolveQuartic() local 122 c2=c/a; in db_SolveQuartic() 128 c3c3through4_min_c2=c3*c3through4-c2; in db_SolveQuartic() 137 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0); in db_SolveQuartic() 169 double c0,c1,c2,c3; in db_SolveQuarticForced() local 194 c2=c/a; in db_SolveQuarticForced() 200 c3c3through4_min_c2=c3*c3through4-c2; in db_SolveQuarticForced() 209 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0); in db_SolveQuarticForced()
|
D | db_image_homography.cpp | 44 inline void db_SProjImagePointPointConstraints(double c1[9],double c2[9],double xp[3],double x[3]) in db_SProjImagePointPointConstraints() 58 db_SProjImagePointPointConstraint(c2,2,0,1,xp,x); in db_SProjImagePointPointConstraints() 62 db_SProjImagePointPointConstraint(c2,2,1,0,xp,x); in db_SProjImagePointPointConstraints() 66 db_SProjImagePointPointConstraint(c2,1,2,0,xp,x); in db_SProjImagePointPointConstraints() 70 inline void db_SAffineImagePointPointConstraints(double c1[7],double c2[7],double xp[3],double x[3]) in db_SAffineImagePointPointConstraints() 76 db_Copy6(c2,ct2); c2[6]=ct2[8]; in db_SAffineImagePointPointConstraints()
|
/development/ndk/platforms/android-3/include/linux/ |
D | binder.h | 17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4)) argument
|
/development/ndk/platforms/android-21/include/linux/ |
D | binder.h | 22 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4)) argument
|