/external/llvm/test/MC/Hexagon/ |
D | align.s | 22 r3 = sub(#1, r3) } define 29 r3 = sub(#1, r3) define 47 r3 = sub(#1, r3) } define
|
/external/libdav1d/src/arm/32/ |
D | util.S | 172 .macro transpose_4x8b q0, q1, r0, r1, r2, r3 187 .macro transpose_4x4h q0, q1, r0, r1, r2, r3 194 .macro transpose_4x8h r0, r1, r2, r3
|
/external/rust/android-crates-io/crates/crossbeam-channel/tests/ |
D | same_channel.rs | 16 let r3 = after(ms(50)); in after_same_channel() localVariable 67 let r3 = never::<usize>(); in never_same_channel() localVariable 79 let r3 = tick(ms(50)); in tick_same_channel() localVariable
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_test_predicated_break.cpp | 145 elk_fs_reg r3 = elk_vec8_grf(3, 0); in TEST_F() local 179 elk_fs_reg r3 = elk_vec8_grf(3, 0); in TEST_F() local 223 elk_fs_reg r3 = elk_vec8_grf(3, 0); in TEST_F() local 261 elk_fs_reg r3 = elk_vec8_grf(3, 0); in TEST_F() local 305 elk_fs_reg r3 = elk_vec8_grf(3, 0); in TEST_F() local
|
/external/libdav1d/src/arm/64/ |
D | mc16.S | 1388 .macro umin_h c, wd, r0, r1, r2, r3 1398 .macro sub_h c, wd, r0, r1, r2, r3 1456 .macro sqrshrun_h shift, r0, r1, r2, r3 1466 .macro xtn_h r0, r1, r2, r3 1472 .macro srshl_s shift, r0, r1, r2, r3 1496 .macro shift_store_4 type, strd, r0, r1, r2, r3 1524 .macro shift_store_8 type, strd, r0, r1, r2, r3 1535 .macro shift_store_16 type, strd, dst, r0, r1, r2, r3
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | broadcast_simple_test.cc | 352 float r3 = r3_array(indices[0], indices[1], indices[2]); in XLA_TEST_P() local 385 auto r3 = CreateR3Parameter(r3d, 0, "r3", &b, &r3h); in XLA_TEST_F() local 399 auto r3 = ConstantLiteral( in XLA_TEST_F() local 412 auto r3 = ConstantLiteral( in XLA_TEST_F() local 426 auto r3 = ConstantLiteral( in XLA_TEST_F() local 440 auto r3 = ConstantLiteral( in XLA_TEST_F() local 454 auto r3 = ConstantLiteral( in XLA_TEST_F() local 467 auto r3 = ConstantLiteral( in XLA_TEST_F() local 650 auto r3 = ConstantLiteral( in XLA_TEST_F() local 663 auto r3 = ConstantLiteral( in XLA_TEST_F() local [all …]
|
/external/arm-optimized-routines/math/ |
D | erf.c | 64 double r3 = fma (x2, PA[5], PA[4]); in erf() local 120 double r3 = fma (a, PC[5], PC[4]); in erf() local 150 double r3 = fma (a, PD[5], PD[4]); in erf() local 182 double r3 = fma (a, PE[5], PE[4]); in erf() local 210 double r3 = fma (a, PF[5], PF[4]); in erf() local
|
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/ |
D | utree3.cpp | 82 rule<char const*, utree::list_type()> r3 = strict_double | int_; in main() local 149 rule<char const*, utree()> r3 = int_; in main() local
|
D | utree1.cpp | 133 rule<char const*, utree()> r3 = double_ >> as_string[string("foo")] >> int_; in main() local 144 rule<char const*, utree::list_type()> r3 = char_; in main() local
|
/external/libcxx/test/std/containers/views/span.elem/ |
D | op_idx.pass.cpp | 34 typename Span::reference r3 = *(sp.data() + idx); in testConstexprSpan() local 47 typename Span::reference r3 = *(sp.data() + idx); in testRuntimeSpan() local
|
/external/trusty/bootloader/ql-tipc/include/trusty/ |
D | smc.h | 34 unsigned long r3; member 53 unsigned long r3) { in smc()
|
/external/libchrome/ui/gfx/range/ |
D | range_unittest.cc | 23 const T& r3) { in TestContainsAndIntersects() 115 TypeParam r3(10, 2); in TYPED_TEST() local 205 TypeParam r3(5, 12); in TYPED_TEST() local 212 TypeParam r3(12, 5); in TYPED_TEST() local
|
/external/ltp/lib/ |
D | tst_kvercmp.c | 84 int tst_kvcmp(const char *cur_kver, int r1, int r2, int r3) in tst_kvcmp() 101 int tst_kvercmp(int r1, int r2, int r3) in tst_kvercmp() 169 int tst_kvercmp2(int r1, int r2, int r3, struct tst_kern_exv *vers) in tst_kvercmp2()
|
/external/trusty/arm-trusted-firmware/drivers/renesas/common/ddr/ddr_a/ |
D | ddr_init_d3.c | 26 uint32_t i, r2, r3, r5, r6, r7, r12; in init_ddr_d3_1866() local 361 uint32_t i, r2, r3, r5, r6, r7, r12; in init_ddr_d3_1600() local
|
/external/arm-trusted-firmware/drivers/renesas/common/ddr/ddr_a/ |
D | ddr_init_d3.c | 26 uint32_t i, r2, r3, r5, r6, r7, r12; in init_ddr_d3_1866() local 361 uint32_t i, r2, r3, r5, r6, r7, r12; in init_ddr_d3_1600() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceRegList.h | 30 #define REGLIST4(ns, r0, r1, r2, r3) \ argument 32 #define REGLIST7(ns, r0, r1, r2, r3, r4, r5, r6) \ argument
|
/external/sdv/vsomeip/third_party/boost/spirit/classic/test/ |
D | parametric_tests.cpp | 131 rule<> r3 = +f_str_p(const_(start), const_(end)); in narrow_f_str_p() local 153 wrule_t r3 = +f_str_p(const_(start), const_(end)); in wide_f_str_p() local
|
/external/sdv/vsomeip/third_party/boost/date_time/test/posix_time/ |
D | testtime_formatters.cpp | 35 std::string r3 = to_simple_string(t4); in main() local 93 std::string r3 = to_simple_string(t4); in main() local
|
/external/liburing/test/ |
D | file-update.c | 64 struct io_uring *r3, int do_unreg) in test_update_multiring() 191 struct io_uring r1, r2, r3; in main() local
|
/external/sdv/vsomeip/third_party/boost/mpl/test/ |
D | numeric_ops.cpp | 103 typedef plus<c2,c2>::type r3; in MPL_TEST_CASE() typedef 128 typedef times<c2,c2>::type r3; in MPL_TEST_CASE() typedef
|
/external/llvm/unittests/Support/ |
D | RegexTest.cpp | 33 Regex r3("[0-9]+([a-f])?:([0-9]+)"); in TEST_F() local 77 Regex r3("a([0-9])([a-z])b\\1\\2"); in TEST_F() local
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.ctor/ |
D | without_buffer.pass.cpp | 36 std::pmr::monotonic_buffer_resource r3(1024, std::pmr::new_delete_resource()); in main() local
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.ctor/ |
D | without_buffer.pass.cpp | 36 std::pmr::monotonic_buffer_resource r3(1024, std::pmr::new_delete_resource()); in main() local
|
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
D | ShadowNativeColorSpaceTest.java | 482 float[] r3 = {source[0], source[1], source[2]}; in testRGBtoXYZ() local 501 float[] r3 = {source[0], source[1], source[2]}; in testXYZtoRGB() local 547 float[] r3 = {source[0], source[1], source[2]}; in testConnector() local 651 float[] r3 = {source[0], source[1], source[2]}; in testConnectorTransformIdentity() local 756 float[] r3 = connector.transform(source[0], source[1], source[2]); in testXYZ() local
|
/external/clang/test/Misc/ |
D | verify.c | 12 struct s r3; // expected-error-re {{tentative definition has type '{{(.*)[[:space:]]*(.*)}}' that i… variable
|