Home
last modified time | relevance | path

Searched defs:r3 (Results 1 – 25 of 217) sorted by relevance

123456789

/external/libabigail/tests/
Dtest-svg.cc26 row r3 = { "_M_i", member_row_sty, 0, 8, 8 }; in main() local
45 row r3 = { "_M_type", member_row_sty, 0, 2, 2 }; in main() local
62 row r3 = { "_M_type", member_row_sty, 0, 2, 2 }; in main() local
75 row r3 = { "IMPLEMENTATION", implementation_row_sty, 0, 8, 8 }; in main() local
92 row r3 = { "IMPLEMENTATION", implementation_row_sty, 0, 8, 8 }; in main() local
109 row r3 = { "_M_index", member_row_sty, 24, 8, 8 }; in main() local
128 row r3 = { "HOLE", implementation_row_sty, 2, 2, 0 }; in main() local
151 row r3 = { "IMPLEMENTATION", implementation_row_sty, 16, 8, 8 }; in main() local
176 row r3 = { "HOLE", implementation_row_sty, 2, 6, 0 }; in main() local
193 row r3 = { "IMPLEMENTATION", implementation_row_sty, 16, 8, 8 }; in main() local
[all …]
/external/llvm/test/MC/Hexagon/
Dalign.s22 r3 = sub(#1, r3) } define
29 r3 = sub(#1, r3) define
47 r3 = sub(#1, r3) } define
/external/rust/crates/crossbeam-channel/tests/
Dsame_channel.rs16 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/tensorflow/tensorflow/compiler/xla/tests/
Dbroadcast_simple_test.cc352 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/
Derf.c62 double r3 = fma (x2, PA[5], PA[4]); in erf() local
118 double r3 = fma (a, PC[5], PC[4]); in erf() local
148 double r3 = fma (a, PD[5], PD[4]); in erf() local
180 double r3 = fma (a, PE[5], PE[4]); in erf() local
208 double r3 = fma (a, PF[5], PF[4]); in erf() local
/external/libcxx/test/std/containers/views/span.elem/
Dop_idx.pass.cpp34 typename Span::reference r3 = *(sp.data() + idx); in testConstexprSpan() local
47 typename Span::reference r3 = *(sp.data() + idx); in testRuntimeSpan() local
/external/libchrome/ui/gfx/range/
Drange_unittest.cc23 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/
Dtst_kvercmp.c84 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/arm-trusted-firmware/drivers/renesas/common/ddr/ddr_a/
Dddr_init_d3.c26 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/
DIceRegList.h30 #define REGLIST4(ns, r0, r1, r2, r3) \ argument
32 #define REGLIST7(ns, r0, r1, r2, r3, r4, r5, r6) \ argument
/external/liburing/test/
Dfile-update.c64 struct io_uring *r3, int do_unreg) in test_update_multiring()
141 struct io_uring r1, r2, r3; in main() local
/external/llvm/unittests/Support/
DRegexTest.cpp33 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/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativeColorSpaceTest.java459 float[] r3 = {source[0], source[1], source[2]}; in testRGBtoXYZ() local
478 float[] r3 = {source[0], source[1], source[2]}; in testXYZtoRGB() local
524 float[] r3 = {source[0], source[1], source[2]}; in testConnector() local
628 float[] r3 = {source[0], source[1], source[2]}; in testConnectorTransformIdentity() local
733 float[] r3 = connector.transform(source[0], source[1], source[2]); in testXYZ() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.ctor/
Dwithout_buffer.pass.cpp35 std::pmr::monotonic_buffer_resource r3(1024, std::pmr::new_delete_resource()); in main() local
/external/cronet/base/substring_set_matcher/
Dstring_pattern_unittest.cc21 MatcherStringPattern r3("ZZZZ", 2); in TEST() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.ctor/
Dctor_does_not_allocate.pass.cpp37 PoolResource r3(std::pmr::pool_options{1024, 2048}, std::pmr::new_delete_resource()); in test() local
/external/clang/test/Misc/
Dverify.c12 struct s r3; // expected-error-re {{tentative definition has type '{{(.*)[[:space:]]*(.*)}}' that i… variable
/external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
Demplace.pass.cpp53 T& r3 = q.emplace(3, 4.5); in main() local
/external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
Demplace.pass.cpp52 T& r3 = q.emplace(3, 4.5); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/container.adaptors/stack/stack.defn/
Demplace.pass.cpp51 T& r3 = q.emplace(3, 4.5); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/container.adaptors/queue/queue.defn/
Demplace.pass.cpp52 T& r3 = q.emplace(3, 4.5); in main() local
/external/clang/test/CodeGen/
Dbuiltins-ppc-crypto-disabled.c34 vector unsigned long long r3 = __builtin_crypto_vcipherlast(ad, bd); in call_crypto_intrinsics() local
/external/openthread/tests/toranj/ncp/
Dtest-601-channel-manager-channel-change.py64 r3 = wpan.Node() variable
/external/libvpx/vpx_dsp/mips/
Dloopfilter_masks_dspr2.h33 uint32_t c, r, r3, r_k; in filter_hev_mask_dspr2() local
132 uint32_t c, r, r3, r_k, r_flat; in filter_hev_mask_flatmask4_dspr2() local
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DMINRES.h107 … const RealScalar r3 =s_old*beta; // s, s_old, c and c_old are still from previous iteration in minres() local

123456789