/external/elfutils/tests/ |
D | run-exprlocs.sh | 63 sibling (ref4) 68 type (ref4) 74 type (ref4) 83 type (ref4) 89 type (ref4) 94 sibling (ref4) 99 type (ref4) 105 type (ref4) 109 type (ref4) 124 sibling (ref4) [all …]
|
D | run-readelf-const-values.sh | 80 type (ref4) [ 5e] 86 sibling (ref4) [ 5e] 91 type (ref4) [ 5e] 97 type (ref4) [ 5e] 118 type (ref4) [ 119] 124 sibling (ref4) [ 119] 129 type (ref4) [ 12c] 135 type (ref4) [ 138] 141 type (ref4) [ 144] 147 type (ref4) [ 150] [all …]
|
D | run-readelf-discr.sh | 101 sibling (ref4) [ ab] 107 type (ref4) [ fe] 110 discr (ref4) [ 47] 113 sibling (ref4) [ 81] 115 discr (ref4) [ 47] 124 type (ref4) [ fe] 128 sibling (ref4) [ 96] 134 type (ref4) [ fe] 138 sibling (ref4) [ a8] 144 type (ref4) [ 105] [all …]
|
D | run-readelf-zdebug-rel.sh | 68 type (ref4) [ 80] 74 sibling (ref4) [ 80] 79 type (ref4) [ 80] 85 type (ref4) [ 87] 92 type (ref4) [ 9a] 98 type (ref4) [ 9a] 107 type (ref4) [ 8d] 110 type (ref4) [ 93] 173 type (ref4) [ 82] 179 sibling (ref4) [ 82] [all …]
|
D | run-varlocs.sh | 386 type (ref4) 398 type (ref4) 406 type (ref4) 414 type (ref4) 422 type (ref4) 430 type (ref4) 439 type (ref4) 449 type (ref4) 456 type (ref4) 463 type (ref4) [all …]
|
D | run-readelf-types.sh | 42 type (ref4) [ 46] 88 sibling (ref4) [ 38] 97 specification (ref4) [ 34] 118 type (ref4) [ 6e]
|
D | run-readelf-loc.sh | 943 type (ref4) { 6d} 949 sibling (ref4) { 6d} 955 type (ref4) { 6d} 962 type (ref4) { 74} 969 type (ref4) { 6d} 976 type (ref4) { 6d} 980 abstract_origin (ref4) { 84} 987 type (ref4) { 7a} 990 type (ref4) { 80} 1020 type (ref4) [ a0] [all …]
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_ref.cpp | 23 TensorRef<Tensor<int, 1>> ref4 = input; in test_simple_lvalue_ref() local 26 VERIFY_IS_EQUAL(ref4.data(), input.data()); in test_simple_lvalue_ref() 30 VERIFY_IS_EQUAL(ref4(i), input(i)); in test_simple_lvalue_ref() 40 ref4.coeffRef(i) = -i * 2; in test_simple_lvalue_ref() 56 TensorRef<Tensor<int, 1>> ref4 = input1 + input2; in test_simple_rvalue_ref() local 59 VERIFY_IS_NOT_EQUAL(ref4.data(), input1.data()); in test_simple_rvalue_ref() 61 VERIFY_IS_NOT_EQUAL(ref4.data(), input2.data()); in test_simple_rvalue_ref() 65 VERIFY_IS_EQUAL(ref4(i), input1(i) + input2(i)); in test_simple_rvalue_ref()
|
/external/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.mod/ |
D | emplace_type_args.pass.cpp | 147 auto& ref4 = v.emplace<int &&>(std::move(z)); in test_basic() local 148 static_assert(std::is_same_v<int &, decltype(ref4)>, ""); in test_basic() 150 assert(&ref4 == &std::get<int &&>(v)); in test_basic()
|
D | emplace_index_args.pass.cpp | 147 auto& ref4 = v.emplace<3>(std::move(z)); in test_basic() local 150 assert(&ref4 == &std::get<3>(v)); in test_basic()
|
/external/libcxx/test/std/utilities/variant/variant.variant/variant.mod/ |
D | emplace_type_args.pass.cpp | 150 auto& ref4 = v.emplace<int &&>(std::move(z)); in test_basic() local 151 static_assert(std::is_same_v<int &, decltype(ref4)>, ""); in test_basic() 153 assert(&ref4 == &std::get<int &&>(v)); in test_basic()
|
D | emplace_index_args.pass.cpp | 150 auto& ref4 = v.emplace<3>(std::move(z)); in test_basic() local 153 assert(&ref4 == &std::get<3>(v)); in test_basic()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | avg_msa.c | 401 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in vpx_int_pro_row_msa() local 409 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa() 415 UNPCK_UB_SH(ref4, ref4_r, ref4_l); in vpx_int_pro_row_msa() 433 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa() 439 UNPCK_UB_SH(ref4, ref4_r, ref4_l); in vpx_int_pro_row_msa() 451 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa() 457 UNPCK_UB_SH(ref4, ref4_r, ref4_l); in vpx_int_pro_row_msa() 475 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa() 481 UNPCK_UB_SH(ref4, ref4_r, ref4_l); in vpx_int_pro_row_msa() 493 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa() [all …]
|
D | sad_msa.c | 604 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in sad_8width_x4d_msa() local 621 LD_UB4(ref1_ptr, ref_stride, ref4, ref5, ref6, ref7); in sad_8width_x4d_msa() 632 PCKEV_D2_UB(ref5, ref4, ref7, ref6, ref0, ref1); in sad_8width_x4d_msa() 915 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in avgsad_32width_msa() local 925 LD_UB4(ref, ref_stride, ref0, ref2, ref4, ref6); in avgsad_32width_msa() 937 AVER_UB2_UB(pred4, ref4, pred5, ref5, comp0, comp1); in avgsad_32width_msa()
|
/external/llvm-project/llvm/test/Assembler/ |
D | alias-use-list-order.ll | 11 @alias.ref4 = alias i32, getelementptr inbounds (i32, i32* @alias, i64 1)
|
/external/llvm/test/Assembler/ |
D | alias-use-list-order.ll | 11 @alias.ref4 = alias i32, getelementptr inbounds (i32, i32* @alias, i64 1)
|
/external/webp/src/dsp/ |
D | enc_msa.c | 718 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x16_MSA() local 722 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x16_MSA() 725 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3); in SSE16x16_MSA() 730 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x16_MSA() 733 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3); in SSE16x16_MSA() 745 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x8_MSA() local 749 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x8_MSA() 752 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3); in SSE16x8_MSA() 764 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE8x8_MSA() local 769 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE8x8_MSA() [all …]
|
/external/libaom/libaom/aom_dsp/mips/ |
D | sad_msa.c | 232 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in sad_8width_x4d_msa() local 249 LD_UB4(ref1_ptr, ref_stride, ref4, ref5, ref6, ref7); in sad_8width_x4d_msa() 260 PCKEV_D2_UB(ref5, ref4, ref7, ref6, ref0, ref1); in sad_8width_x4d_msa() 535 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in avgsad_32width_msa() local 545 LD_UB4(ref, ref_stride, ref0, ref2, ref4, ref6); in avgsad_32width_msa() 557 AVER_UB2_UB(pred4, ref4, pred5, ref5, comp0, comp1); in avgsad_32width_msa()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | sad4d_sse2.asm | 185 res, ref2, ref3, ref4 188 ref2, ref3, ref4
|
D | highbd_sad4d_sse2.asm | 219 res, ref2, ref3, ref4 222 ref2, ref3, ref4
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_sad4d_sse2.asm | 222 res, ref2, ref3, ref4 225 ref2, ref3, ref4
|
/external/llvm-project/clang/test/FixIt/ |
D | nullability.mm | 43 extern void * &&ref4; // expected-warning {{inferring '_Nonnull' for pointer type within reference …
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | simd_vec4.inl | 51 //fvec4SIMD(ref4<float> const & r);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 444 HANDLE_DW_FORM(0x13, ref4, 2, DWARF)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 462 HANDLE_DW_FORM(0x13, ref4, 2, DWARF)
|