/external/syslinux/com32/lib/jpeg/ |
D | jidctflt.c | 127 FAST_FLOAT z5, z10, z11, z12, z13; in tinyjpeg_idct_float() local 198 z10 = tmp6 - tmp5; in tinyjpeg_idct_float() 205 z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */ in tinyjpeg_idct_float() 207 tmp12 = ((FAST_FLOAT) -2.613125930) * z10 + z5; /* -2*(c2+c6) */ in tinyjpeg_idct_float() 255 z10 = wsptr[5] - wsptr[3]; in tinyjpeg_idct_float() 262 z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */ in tinyjpeg_idct_float() 264 tmp12 = ((FAST_FLOAT) -2.613125930) * z10 + z5; /* -2*(c2+c6) */ in tinyjpeg_idct_float()
|
/external/libjpeg-turbo/ |
D | jidctflt.c | 78 FAST_FLOAT z5, z10, z11, z12, z13; variable 152 z10 = tmp6 - tmp5; 159 z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */ 161 tmp12 = z5 - z10 * ((FAST_FLOAT) 2.613125930); /* 2*(c2+c6) */ 210 z10 = wsptr[5] - wsptr[3]; 217 z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */ 219 tmp12 = z5 - z10 * ((FAST_FLOAT) 2.613125930); /* 2*(c2+c6) */
|
D | jidctfst.c | 177 DCTELEM z5, z10, z11, z12, z13; variable 251 z10 = tmp6 - tmp5; 258 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 260 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */ 333 z10 = (DCTELEM) wsptr[5] - (DCTELEM) wsptr[3]; 340 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 342 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-conv-12.ll | 1 ; 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;
|
D | fp-conv-10.ll | 1 ; 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;
|
D | tls-06.ll | 6 ; 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…
|
D | tls-01.ll | 3 ; 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
|
D | tls-03.ll | 3 ; 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…
|
D | fp-conv-08.ll | 1 ; Test conversions of unsigned i64s to floating-point values (z10 only). 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
|
D | fp-conv-06.ll | 1 ; Test conversions of unsigned i32s to floating-point values (z10 only). 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
|
D | tls-04.ll | 3 ; 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…
|
D | int-cmp-49.ll | 1 ; 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
|
D | fp-cmp-03.ll | 1 ; Test 128-bit floating-point comparison. The tests assume a z10 implementation 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
|
D | tls-05.ll | 6 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | grep "__tls_get_offset" …
|
D | tls-07.ll | 6 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | grep "__tls_get_offset" …
|
D | tls-02.ll | 3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-pref…
|
D | serialize-01.ll | 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | \
|
D | frame-18.ll | 1 ; Test spilling of GPRs. The tests here assume z10 register pressure, 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-overflow.cc | 30 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/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/ |
D | 05-MemImmStores.ll | 1 ; RUN: llc < %s -mattr=+z10 | grep mvghi | count 1 2 ; RUN: llc < %s -mattr=+z10 | grep mvhi | count 1 3 ; RUN: llc < %s -mattr=+z10 | grep mvhhi | count 1
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZ.td | 21 def FeatureZ10 : SubtargetFeature<"z10", "HasZ10Insts", "true", 31 def : Proc<"z10", [FeatureZ10]>;
|
/external/valgrind/ |
D | README.s390 | 5 - 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/libjpeg-turbo/simd/ |
D | jidctfst-altivec.c | 68 z10 = vec_sub(in##5, in##3); \ 69 z10s = vec_sl(z10, pre_multiply_scale_bits); \ 96 tmp12 = vec_sub(tmp12, z10); \ 124 z5, z10, z10s, z11, z12s, z13, in jsimd_idct_ifast_altivec() local
|
/external/v8/tools/ |
D | generate-ten-powers.scm | 102 (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/clang/test/SemaCUDA/ |
D | bad-attributes.cu | 43 __shared__ __constant__ int z10; // expected-error {{attributes are not compatible}} variable
|