Searched defs:z10 (Results 1 - 10 of 10) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
H A Dstack-overflow.cc30 volatile int z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13; variable
48 t10 = z10;
63 z10 = t10;
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
H A DPatchShapeBuilder.java55 public static void build (MeshPartBuilder builder, float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11, argument
58 vertTmp2.set(null).setPos(x10, y10, z10).setNor(normalX, normalY, normalZ).setUV(1f, 1f),
/external/libjpeg-turbo/
H A Djidctflt.c77 FAST_FLOAT z5, z10, z11, z12, z13; local
151 z10 = tmp6 - tmp5;
158 z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */
160 tmp12 = z5 - z10 * ((FAST_FLOAT) 2.613125930); /* 2*(c2+c6) */
209 z10 = wsptr[5] - wsptr[3];
216 z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */
218 tmp12 = z5 - z10 * ((FAST_FLOAT) 2.613125930); /* 2*(c2+c6) */
H A Djidctfst.c174 DCTELEM z5, z10, z11, z12, z13; local
248 z10 = tmp6 - tmp5;
255 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
257 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */
330 z10 = (DCTELEM) wsptr[5] - (DCTELEM) wsptr[3];
337 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
339 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */
/external/opencv3/3rdparty/libjpeg/
H A Djidctflt.c75 FAST_FLOAT z5, z10, z11, z12, z13; local
147 z10 = tmp6 - tmp5;
154 z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */
156 tmp12 = z5 - z10 * ((FAST_FLOAT) 2.613125930); /* 2*(c2+c6) */
205 z10 = wsptr[5] - wsptr[3];
212 z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */
214 tmp12 = z5 - z10 * ((FAST_FLOAT) 2.613125930); /* 2*(c2+c6) */
H A Djidctfst.c174 DCTELEM z5, z10, z11, z12, z13; local
248 z10 = tmp6 - tmp5;
255 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
257 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */
330 z10 = (DCTELEM) wsptr[5] - (DCTELEM) wsptr[3];
337 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
339 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jidctfst.c174 DCTELEM z5, z10, z11, z12, z13; local
248 z10 = tmp6 - tmp5;
255 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
257 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */
330 z10 = (DCTELEM) wsptr[5] - (DCTELEM) wsptr[3];
337 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
339 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
H A DModelBuilder.java206 public Model createRect (float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11, argument
208 return createRect(x00, y00, z00, x10, y10, z10, x11, y11, z11, x01, y01, z01, normalX, normalY, normalZ, GL20.GL_TRIANGLES,
216 public Model createRect (float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11, argument
220 part("rect", primitiveType, attributes, material).rect(x00, y00, z00, x10, y10, z10, x11, y11, z11, x01, y01, z01, normalX,
H A DMeshBuilder.java718 public void rect (float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11, argument
721 .set(null, null, null, null).setPos(x10, y10, z10).setNor(normalX, normalY, normalZ).setUV(1f, 1f),
814 public void patch (float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11, argument
816 PatchShapeBuilder.build(this, x00, y00, z00, x10, y10, z10, x11, y11, z11, x01, y01, z01, normalX, normalY, normalZ, divisionsU, divisionsV);
H A DMeshPartBuilder.java162 public void rect (float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11, argument
303 public void patch (float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11, argument

Completed in 455 milliseconds