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

1 2 3 4 5

  /external/clang/test/CXX/special/class.inhctor/
p7.cpp 38 struct D6 : B5 {
40 template<typename T> D6(T);
42 D6 d6(0);
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 118 struct D6 {
119 D6 &operator=(D6 &&) = default; // expected-note {{here}} expected-note {{copy assignment operator is implicitly deleted}}
135 template struct MoveAssign<D6>; // expected-note {{here}}
136 template struct MoveOrCopyAssign<D6>; // expected-note {{here}}
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
EmuGopDxe.inf 20 FILE_GUID = BCC87E0D-86D6-4D4D-8040-2D983D368BD1
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/
FirmwarePerformancePei.inf 26 FILE_GUID = ADF01BF6-47D6-495d-B95B-687777807214
  /device/linaro/bootloader/edk2/SecurityPkg/Library/HashLibBaseCryptoRouter/
HashLibBaseCryptoRouterPei.inf 22 FILE_GUID = DDCBCFBA-8EEB-488a-96D6-097831A6E50B
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic6.s 50 .global D6
51 D6:
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
syn_filt_neon.s 62 VLD1.S16 {D4, D5, D6, D7}, [r10]! @ first 16 temp_p
73 VMLAL.S16 Q5, D1, D6
76 VEXT.8 D5, D5, D6, #2
77 VEXT.8 D6, D6, D7, #2
Filt_6k_7k_neon.s 44 VLD1.S16 {D4, D5, D6, D7}, [r0]!
47 VST1.S16 {D4, D5, D6}, [r1]!
117 VMLAL.S16 Q9,D14,D6[0]
119 VMLAL.S16 Q11,D15,D6[0]
139 VMLAL.S16 Q9,D14,D6[1]
141 VMLAL.S16 Q11,D15,D6[1]
161 VMLAL.S16 Q9,D14,D6[2]
163 VMLAL.S16 Q11,D15,D6[2]
183 VMLAL.S16 Q9,D14,D6[3]
185 VMLAL.S16 Q11,D15,D6[3
    [all...]
Syn_filt_32_neon.s 56 VLD1.S16 {D4, D5, D6, D7}, [r10]! @ sig_hi[-16] ~ sig_hi[-1]
87 VMLAL.S16 Q11, D6, D1
92 VEXT.8 D5, D5, D6, #2
93 VEXT.8 D6, D6, D7, #2
Norm_Corr_neon.s 84 VMLAL.S16 Q10, D6, D6
132 VMLAL.S16 Q10, D6, D6
133 VMLAL.S16 Q11, D6, D14
153 VMLAL.S16 Q10, D6, D6
154 VMLAL.S16 Q11, D6, D14
Dot_p_neon.s 54 VMLAL.S16 Q15, D22, D6
71 VMLAL.S16 Q15, D6, D2
86 VMLAL.S16 Q15, D6, D6
  /art/compiler/utils/mips/
constants_mips.h 38 D6 = 6,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/
SmmPowerManagement.inf 20 FILE_GUID = 271F1343-20D6-4e14-9B62-3C0297F56F07
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
PiSmmCommunicationSmm.inf 25 FILE_GUID = E21F35A8-42FF-4050-82D6-93F7CDFA7073
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Clip8_s.s 56 dx30 DN D6.S16
63 dclip3 DN D6.U8
  /external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
p1.cpp 27 concept bool D6; // expected-error {{variable concept declaration must be initialized}}
  /external/llvm/test/MC/MachO/
x86_32-symbols.s 23 D6:
864 // CHECK: Name: D6 (46)
    [all...]
x86_64-symbols.s 23 D6:
196 // CHECK-NEXT: Name: D6 (50)
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
x86_32-symbols.s 23 D6:
749 // CHECK: ('_string', 'D6')
x86_64-symbols.s 23 D6:
714 // CHECK: ('_string', 'D6')
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince54StepInterpolator.java 72 private static final double D6 = 69997945.0 / 29380423.0;
193 v4[i] = D0 * yDot0 + D2 * yDot2 + D3 * yDot3 + D4 * yDot4 + D5 * yDot5 + D6 * yDot6;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 81 de1 DN D6.S16
93 dg1 DN D6.S16
  /external/llvm/unittests/Support/
AlignOfTest.cpp 58 struct D6 : S2, S3 {};
140 [AlignOf<D6>::Alignment > 0]
181 EXPECT_LE(alignOf<S1>(), alignOf<D6>());
263 EXPECT_EQ(alignOf<D6>(), alignOf<AlignedCharArrayUnion<D6> >());
318 EXPECT_EQ(sizeof(D6), sizeof(AlignedCharArrayUnion<D6>));
  /external/libhevc/common/arm/
ihevc_sao_band_offset_chroma.s 127 VADD.I8 D6,D2,D31 @band_table_u.val[1] = vadd_u8(band_table_u.val[1], sao_band_pos_u)
145 VADD.I8 D2,D6,D28 @band_table_u.val[1] = vadd_u8(band_table_u.val[1], vdup_n_u8(pi1_sao_offset_u[2]))
286 VLD2.8 {D5,D6},[r4] @vld1q_u8(pu1_src_cpy)
293 VSUB.I8 D8,D6,D30 @vsub_u8(au1_cur_row_deint.val[1], band_pos_v)
301 VTBX.8 D6,{D9-D12},D8 @vtbx4_u8(au1_cur_row_deint.val[1], band_table_v, vsub_u8(au1_cur_row_deint.val[1], band_pos_v))
310 VST2.8 {D5,D6},[r4] @vst1q_u8(pu1_src_cpy, au1_cur_row)
339 VLD2.8 {D5,D6},[r4] @vld1q_u8(pu1_src_cpy)
347 VSUB.I8 D8,D6,D30 @vsub_u8(au1_cur_row_deint.val[1], band_pos_v)
352 VTBX.8 D6,{D9-D12},D8 @vtbx4_u8(au1_cur_row_deint.val[1], band_table_v, vsub_u8(au1_cur_row_deint.val[1], band_pos_v))
362 VZIP.8 D5,D6
    [all...]
ihevc_sao_edge_offset_class1.s 111 VLD1.8 D6,[r14] @edge_idx_tbl = vld1_s8(gi1_table_edge_idx)
165 VTBL.8 D12,{D6},D12 @vtbl1_s8(edge_idx_tbl, vget_low_s8(edge_idx))
169 VTBL.8 D13,{D6},D13 @vtbl1_s8(edge_idx_tbl, vget_high_s8(edge_idx))
179 VTBL.8 D22,{D6},D22 @II vtbl1_s8(edge_idx_tbl, vget_low_s8(edge_idx))
183 VTBL.8 D23,{D6},D23 @II vtbl1_s8(edge_idx_tbl, vget_high_s8(edge_idx))
233 VTBL.8 D22,{D6},D22 @vtbl1_s8(edge_idx_tbl, vget_low_s8(edge_idx))
234 VTBL.8 D23,{D6},D23 @vtbl1_s8(edge_idx_tbl, vget_high_s8(edge_idx))
307 VTBL.8 D12,{D6},D12 @vtbl1_s8(edge_idx_tbl, vget_low_s8(edge_idx))
318 VTBL.8 D22,{D6},D22 @II vtbl1_s8(edge_idx_tbl, vget_low_s8(edge_idx))
352 VTBL.8 D22,{D6},D22 @vtbl1_s8(edge_idx_tbl, vget_low_s8(edge_idx)
    [all...]

Completed in 847 milliseconds

1 2 3 4 5