HomeSort by relevance Sort by last modified time
    Searched refs:d2 (Results 226 - 250 of 2282) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/commands/unzip/
unzip01.sh 39 creating: dir/d2/
45 creating: dir/d2/d1/
46 creating: dir/d2/d2/
47 creating: dir/d2/d3/
48 extracting: dir/d2/f1
49 extracting: dir/d2/f2
50 extracting: dir/d2/f3
52 creating: dir/d3/d2/
  /prebuilts/go/darwin-x86/src/math/big/
intconv_test.go 234 {"1234", "%x", "4d2"},
235 {"1234", "%X", "4D2"},
236 {"-1234", "%3x", "-4d2"},
237 {"-1234", "%4x", "-4d2"},
238 {"-1234", "%5x", " -4d2"},
239 {"-1234", "%-5x", "-4d2 "},
287 {"1234", "%.3x", "4d2"},
288 {"1234", "%.4x", "04d2"},
289 {"1234", "%.5x", "004d2"},
290 {"1234", "%.6x", "0004d2"},
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
intconv_test.go 234 {"1234", "%x", "4d2"},
235 {"1234", "%X", "4D2"},
236 {"-1234", "%3x", "-4d2"},
237 {"-1234", "%4x", "-4d2"},
238 {"-1234", "%5x", " -4d2"},
239 {"-1234", "%-5x", "-4d2 "},
287 {"1234", "%.3x", "4d2"},
288 {"1234", "%.4x", "04d2"},
289 {"1234", "%.5x", "004d2"},
290 {"1234", "%.6x", "0004d2"},
    [all...]
  /external/libcxx/test/std/experimental/filesystem/class.directory_iterator/directory_iterator.members/
default_ctor.pass.cpp 33 const fs::directory_iterator d2; local
34 assert(d1 == d2);
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
copy.pass.cpp 27 D d2 = d1; local
28 assert(d1 == d2);
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
copy.pass.cpp 27 D d2 = d1; local
28 assert(d1 == d2);
  /external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
default.pass.cpp 31 constexpr D d2 = D(); local
32 static_assert(d2.count() == typename D::rep(), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.directory_iterator/directory_iterator.members/
default_ctor.pass.cpp 33 const fs::directory_iterator d2; local
34 assert(d1 == d2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
copy.pass.cpp 27 D d2 = d1; local
28 assert(d1 == d2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
copy.pass.cpp 27 D d2 = d1; local
28 assert(d1 == d2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.duration/time.duration.cons/
default.pass.cpp 31 constexpr D d2 = D(); local
32 static_assert(d2.count() == typename D::rep(), "");
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10200/
bit.s 3 btst 8192,d2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
cas.d 11 0+008 <foo\+(0x|)8> cas2w %d0,%d2,%d3,%d4,%a0@,%a1@
12 0+00e <foo\+(0x|)e> cas2w %d0,%d2,%d3,%d4,@\(%d0\),@\(%d1\)
13 0+014 <foo\+(0x|)14> cas2w %d0,%d2,%d3,%d4,%a0@,%a1@
14 0+01a <foo\+(0x|)1a> cas2w %d0,%d2,%d3,%d4,%a0@,%a1@
15 0+020 <foo\+(0x|)20> cas2w %d0,%d2,%d3,%d4,@\(%d0\),@\(%d1\)
16 0+026 <foo\+(0x|)26> cas2w %d0,%d2,%d3,%d4,%a0@,%a1@
17 0+02c <foo\+(0x|)2c> cas2w %d0,%d2,%d3,%d4,@\(%d0\),@\(%d1\)
18 0+032 <foo\+(0x|)32> cas2w %d0,%d2,%d3,%d4,%a0@,%a1@
19 0+038 <foo\+(0x|)38> cas2w %d0,%d2,%d3,%d4,%a0@,%a1@
20 0+03e <foo\+(0x|)3e> cas2w %d0,%d2,%d3,%d4,@\(%d0\),@\(%d1\
    [all...]
  /external/valgrind/none/tests/s390x/
bfp-4.c 40 float d1, d2; local
53 d2 = d1;
54 cdbr(d1, d2);
55 d2 = d1 + 10.;
56 cdbr(d1, d2);
57 d2 = d1 - 100.;
58 cdbr(d1, d2);
  /external/llvm/test/MC/ARM/
vorr-vbic-illegal-cases.s 4 vorr.i32 d2, #0xffffffff
6 vorr.i32 d2, #0xabababab
12 @ CHECK: vorr.i32 d2, #0xffffffff
16 @ CHECK: vorr.i32 d2, #0xabababab
24 vbic.i32 d2, #0xffffffff
26 vbic.i32 d2, #0xabababab
28 vbic.i16 d2, #0xabab
32 @ CHECK: vbic.i32 d2, #0xffffffff
36 @ CHECK: vbic.i32 d2, #0xabababab
40 @ CHECK: vbic.i16 d2, #0xaba
    [all...]
neon-vld-vst-align.s 131 vld1.8 {d0, d1, d2}, [r4]
132 vld1.8 {d0, d1, d2}, [r4:16]
133 vld1.8 {d0, d1, d2}, [r4:32]
134 vld1.8 {d0, d1, d2}, [r4:64]
135 vld1.8 {d0, d1, d2}, [r4:128]
136 vld1.8 {d0, d1, d2}, [r4:256]
138 @ CHECK: vld1.8 {d0, d1, d2}, [r4] @ encoding: [0x24,0xf9,0x0f,0x06]
140 @ CHECK-ERRORS: vld1.8 {d0, d1, d2}, [r4:16]
143 @ CHECK-ERRORS: vld1.8 {d0, d1, d2}, [r4:32]
145 @ CHECK: vld1.8 {d0, d1, d2}, [r4:64] @ encoding: [0x24,0xf9,0x1f,0x06
    [all...]
  /external/vogar/src/vogar/target/junit/
DescriptionComparator.java 38 public int compare(Description d1, Description d2) {
40 String c2 = d2.getClassName();
46 return d1.getDisplayName().compareTo(d2.getDisplayName());
  /external/valgrind/none/tests/arm/
neon64.c 644 TESTINSN_imm("vmov.i8 d2", d2, 0x7);
659 TESTINSN_imm("vmvn.i8 d2", d2, 0x7);
671 TESTINSN_imm("vorr.i16 d2", d2, 0x7);
706 TESTINSN_bin("vadd.i32 d0, d1, d2", d0, d1, i32, 24, d2, i32, 120);
707 TESTINSN_bin("vadd.i64 d0, d1, d2", d0, d1, i32, 140, d2, i32, 120)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DateTest.java 50 Date d2 = new Date(0 + d1.getTimezoneOffset() * 60 * 1000); local
52 assertTrue("Created incorrect date", d1.equals(d2));
69 Date d2 = new Date(0 + d1.getTimezoneOffset() * 60 * 1000 + 60 * 60 local
72 assertTrue("Created incorrect date", d1.equals(d2));
85 Date d2 = new Date(0 + d1.getTimezoneOffset() * 60 * 1000 + 60 * 60 local
88 assertTrue("Created incorrect date", d1.equals(d2));
97 Date d2 = new Date(0); // the epoch local
98 assertTrue("Created incorrect date", d1.equals(d2));
116 Date d2 = new Date(1900000); local
117 assertTrue("Older was returned as newer", d2.after(d1))
134 Date d2 = new Date(1900000); local
152 Date d2 = (Date) d1.clone(); local
166 Date d2 = new Date(someNumber); local
192 Date d2 = new Date(1900000); local
264 Date d2 = new Date(1900000); local
293 Date d2 = new Date(1900000); local
408 Date d2 = new Date(1900000); local
468 Date d2 = new Date(108, 7, 27); local
    [all...]
  /external/protobuf/src/google/protobuf/util/
time_util.h 162 LIBPROTOBUF_EXPORT Duration& operator+=(Duration& d1, const Duration& d2); // NOLINT
163 LIBPROTOBUF_EXPORT Duration& operator-=(Duration& d1, const Duration& d2); // NOLINT
179 LIBPROTOBUF_EXPORT Duration& operator%=(Duration& d1, const Duration& d2); // NOLINT
181 inline bool operator<(const Duration& d1, const Duration& d2) {
182 if (d1.seconds() == d2.seconds()) {
183 return d1.nanos() < d2.nanos();
185 return d1.seconds() < d2.seconds();
187 inline bool operator>(const Duration& d1, const Duration& d2) {
188 return d2 < d1;
190 inline bool operator>=(const Duration& d1, const Duration& d2) {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
time_util.h 162 LIBPROTOBUF_EXPORT Duration& operator+=(Duration& d1, const Duration& d2); // NOLINT
163 LIBPROTOBUF_EXPORT Duration& operator-=(Duration& d1, const Duration& d2); // NOLINT
179 LIBPROTOBUF_EXPORT Duration& operator%=(Duration& d1, const Duration& d2); // NOLINT
181 inline bool operator<(const Duration& d1, const Duration& d2) {
182 if (d1.seconds() == d2.seconds()) {
183 return d1.nanos() < d2.nanos();
185 return d1.seconds() < d2.seconds();
187 inline bool operator>(const Duration& d1, const Duration& d2) {
188 return d2 < d1;
190 inline bool operator>=(const Duration& d1, const Duration& d2) {
    [all...]
  /frameworks/ml/nn/runtime/test/specs/V1_0/
logistic_quant8_2.mod.py 22 d2 = 16 #256 variable
25 i0 = Input("input", "TENSOR_QUANT8_ASYMM", "{%d, %d, %d, %d}, .5f, 0" % (d0, d1, d2, d3))
27 output = Output("output", "TENSOR_QUANT8_ASYMM", "{%d, %d, %d, %d}, 0.00390625f, 0" % (d0, d1, d2, d3))
32 rng = d0 * d1 * d2 * d3
relu_float_2.mod.py 22 d2 = 40 variable
25 i0 = Input("input", "TENSOR_FLOAT32", "{%d, %d, %d, %d}" % (d0, d1, d2, d3))
27 output = Output("output", "TENSOR_FLOAT32", "{%d, %d, %d, %d}" % (d0, d1, d2, d3))
32 rng = d0 * d1 * d2 * d3
relu_quant8_2.mod.py 22 d2 = 60 variable
25 i0 = Input("input", "TENSOR_QUANT8_ASYMM", "{%d, %d, %d, %d}, 1.f, 128" % (d0, d1, d2, d3))
27 output = Output("output", "TENSOR_QUANT8_ASYMM", "{%d, %d, %d, %d}, 1.f, 128" % (d0, d1, d2, d3))
32 rng = d0 * d1 * d2 * d3
  /frameworks/ml/nn/runtime/test/specs/V1_1/
logistic_float_2_relaxed.mod.py 22 d2 = 40 variable
25 i0 = Input("input", "TENSOR_FLOAT32", "{%d, %d, %d, %d}" % (d0, d1, d2, d3))
27 output = Output("output", "TENSOR_FLOAT32", "{%d, %d, %d, %d}" % (d0, d1, d2, d3))
33 rng = d0 * d1 * d2 * d3

Completed in 1204 milliseconds

1 2 3 4 5 6 7 8 91011>>