Home
last modified time | relevance | path

Searched refs:z10 (Results 1 – 25 of 102) sorted by relevance

12345

/external/libjpeg-turbo/
Djidctflt.c77 FAST_FLOAT z5, z10, z11, z12, z13; variable
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) */
Djidctfst.c174 DCTELEM z5, z10, z11, z12, z13; variable
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/
Dfpdfapi_jidctfst.c174 DCTELEM z5, z10, z11, z12, z13; variable
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/llvm/test/CodeGen/SystemZ/
Dfp-conv-12.ll1 ; Test conversion of floating-point values to unsigned i64s (z10 only).
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
5 ; z10 doesn't have native support for unsigned fp-to-i64 conversions;
Dfp-conv-10.ll1 ; Test conversion of floating-point values to unsigned i32s (z10 only).
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
5 ; z10 doesn't have native support for unsigned fp-to-i32 conversions;
Dtls-06.ll6 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | grep "__tls_get_offset" …
7 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | grep "_GLOBAL_OFFSET_TAB…
Dtls-03.ll3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-pref…
4 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-pref…
Dtls-01.ll3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN
4 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-CP
Dfp-conv-08.ll1 ; Test conversions of unsigned i64s to floating-point values (z10 only).
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
Dtls-04.ll3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-pref…
4 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-pref…
Dfp-conv-06.ll1 ; Test conversions of unsigned i32s to floating-point values (z10 only).
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
Dint-cmp-49.ll1 ; That that we don't try to use z196 instructions on z10 for TMHH and TMHL.
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 -O0 | FileCheck %s
Dfp-cmp-03.ll1 ; Test 128-bit floating-point comparison. The tests assume a z10 implementation
4 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
Dtls-05.ll6 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | grep "__tls_get_offset" …
Dtls-07.ll6 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | grep "__tls_get_offset" …
Dtls-02.ll3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-pref…
Dserialize-01.ll3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | \
Dint-cmp-50.ll3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 -O0
Dframe-18.ll1 ; Test spilling of GPRs. The tests here assume z10 register pressure,
4 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
Dfp-move-01.ll3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
/external/compiler-rt/test/asan/TestCases/Posix/
Dstack-overflow.cc30 volatile int z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13; variable
48 t10 = z10; in recursive_func()
63 z10 = t10; in recursive_func()
/external/valgrind/
DREADME.s3905 - To run valgrind a z10 machine or any later model is recommended.
18 - On machine models predating z10, cachegrind will assume a z10 cache
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
DPatchShapeBuilder.java55 …lder builder, float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y… in build() argument
58 vertTmp2.set(null).setPos(x10, y10, z10).setNor(normalX, normalY, normalZ).setUV(1f, 1f), in build()
/external/v8/tools/
Dgenerate-ten-powers.scm102 (ten^i #z10)
115 (loop (+fx i 1) (*bx ten^i #z10) two^e e))
132 (loop (+fx i 1) (*bx n #z10) e))))
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DModelBuilder.java206 …public Model createRect (float x00, float y00, float z00, float x10, float y10, float z10, float x… in createRect() argument
208 …return createRect(x00, y00, z00, x10, y10, z10, x11, y11, z11, x01, y01, z01, normalX, normalY, no… in createRect()
216 …public Model createRect (float x00, float y00, float z00, float x10, float y10, float z10, float x… in createRect() argument
220 …part("rect", primitiveType, attributes, material).rect(x00, y00, z00, x10, y10, z10, x11, y11, z11… in createRect()

12345