HomeSort by relevance Sort by last modified time
    Searched refs:D5 (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
residu_asm_neon.s 44 VLD1.S16 D5, [r8]! @get x[i], x[i+1], x[i+2], x[i+3]
45 VQDMULL.S16 Q10, D5, D0[0] @finish the first L_mult
48 VLD1.S16 D5, [r8]!
49 VQDMLAL.S16 Q10, D5, D0[1]
52 VLD1.S16 D5, [r8]!
53 VQDMLAL.S16 Q10, D5, D0[2]
56 VLD1.S16 D5, [r8]!
57 VQDMLAL.S16 Q10, D5, D0[3]
60 VLD1.S16 D5, [r8]!
61 VQDMLAL.S16 Q10, D5, D1[0
    [all...]
syn_filt_neon.s 62 VLD1.S16 {D4, D5, D6, D7}, [r10]! @ first 16 temp_p
72 VMLAL.S16 Q5, D2, D5
75 VEXT.8 D4, D4, D5, #2
76 VEXT.8 D5, D5, D6, #2
Filt_6k_7k_neon.s 44 VLD1.S16 {D4, D5, D6, D7}, [r0]!
47 VST1.S16 {D4, D5, D6}, [r1]!
113 VMLAL.S16 Q10,D13,D5[0]
115 VMLAL.S16 Q12,D14,D5[0]
135 VMLAL.S16 Q10,D13,D5[1]
137 VMLAL.S16 Q12,D14,D5[1]
157 VMLAL.S16 Q10,D13,D5[2]
159 VMLAL.S16 Q12,D14,D5[2]
179 VMLAL.S16 Q10,D13,D5[3]
181 VMLAL.S16 Q12,D14,D5[3
    [all...]
Syn_filt_32_neon.s 56 VLD1.S16 {D4, D5, D6, D7}, [r10]! @ sig_hi[-16] ~ sig_hi[-1]
83 VMLAL.S16 Q11, D5, D2
88 VEXT.8 D4, D4, D5, #2
92 VEXT.8 D5, D5, D6, #2
Norm_Corr_neon.s 83 VMLAL.S16 Q10, D5, D5
130 VMLAL.S16 Q10, D5, D5
131 VMLAL.S16 Q11, D5, D13
151 VMLAL.S16 Q10, D5, D5
152 VMLAL.S16 Q11, D5, D13
Dot_p_neon.s 53 VMLAL.S16 Q15, D21, D5
70 VMLAL.S16 Q15, D5, D1
85 VMLAL.S16 Q15, D5, D5
  /external/clang/test/CodeGenCXX/
homogeneous-aggregates.cpp 39 struct D5 : I1, I2, I3 {}; // homogeneous aggregate
63 D5 CC func_D5(D5 x) { return x; }
65 // ARM32: define arm_aapcs_vfpcc %struct.D5 @_Z7func_D52D5(%struct.D5 %x.coerce)
70 // ARM64-LABEL: define %struct.D5 @_Z7func_D52D5([3 x double] %x.coerce)
71 // ARM64: bitcast %struct.D5* %{{.*}} to [3 x double]*
74 void call_D5(D5 *p) {
80 // ARM64-LABEL: define void @_Z7call_D5P2D5(%struct.D5* %p)
82 // ARM64: call %struct.D5 @_Z7func_D52D5([3 x double] %{{.*}}
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
greg1.s 8 D5 GREG
greg2.s 8 .greg D5,
greg1.d 14 0+18 l \.MMIX\.reg_contents 0+ D5
greg1a.d 16 0+28 l \.MMIX\.reg_contents 0+ D5
greg2.d 14 0+18 l \.MMIX\.reg_contents 0+ D5
greg2a.d 16 0+28 l \.MMIX\.reg_contents 0+ D5
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic5.s 33 .global D5
34 D5:
  /art/compiler/utils/mips/
constants_mips.h 37 D5 = 5,
  /external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
p1.cpp 24 concept bool D5 = true; // expected-error {{'concept' can only appear on the definition of a function template or variable template}}
  /external/clang/test/Sema/
warn-duplicate-enum.c 26 D5 = 2 // expected-note {{element D5 also has value 2}}
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 115 struct D5 {
134 template struct CopyAssign<D5>; // expected-note {{here}}
  /external/llvm/test/MC/MachO/
x86_32-symbols.s 20 D5:
855 // CHECK: Name: D5 (61)
    [all...]
x86_64-symbols.s 20 D5:
187 // CHECK-NEXT: Name: D5 (69)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince54StepInterpolator.java 69 private static final double D5 = -1453857185.0 / 822651844.0;
193 v4[i] = D0 * yDot0 + D2 * yDot2 + D3 * yDot3 + D4 * yDot4 + D5 * yDot5 + D6 * yDot6;
  /external/llvm/unittests/Support/
AlignOfTest.cpp 57 struct D5 : S3 { char c; };
60 struct D8 : S1, D4, D5 { double x[2]; };
123 [AlignOf<D5>::Alignment > 0]
164 EXPECT_LE(alignOf<S1>(), alignOf<D5>());
242 EXPECT_EQ(alignOf<D5>(), alignOf<AlignedCharArrayUnion<D5> >());
297 EXPECT_EQ(sizeof(D5), sizeof(AlignedCharArrayUnion<D5>));
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 80 de0 DN D5.S16
92 dg0 DN D5.S16
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 137 dShift DN D5.U16
159 de0 DN D5.S16
171 dg0 DN D5.S16
194 dPredValRow23 DN D5.U8
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Clip8_s.s 54 dx21 DN D5.S16

Completed in 7998 milliseconds

1 2 3 4