HomeSort by relevance Sort by last modified time
    Searched defs:n1 (Results 1 - 25 of 567) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/ml/nn/runtime/test/
TestMain.cpp 35 int n1 = RUN_ALL_TESTS(); local
39 return n1;
44 return n1 | n2;
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
mutex.fail.cpp 29 M n0, n1, n2; local
45 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}}
51 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
mutex.fail.cpp 29 M n0, n1, n2; local
45 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}}
51 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}}
  /external/clang/test/SemaCXX/
pr18284-crash-on-invalid.cpp 4 namespace n1 { namespace
13 } // namespace n1
  /external/tensorflow/tensorflow/compiler/xla/
array3d.h 41 // Creates an array of dimensions n1 x n2 x n3, uninitialized values.
42 Array3D(const int64 n1, const int64 n2, const int64 n3)
43 : Array<T>(std::vector<int64>{n1, n2, n3}) {}
45 // Creates an array of dimensions n1 x n2 x n3, initialized to value.
46 Array3D(const int64 n1, const int64 n2, const int64 n3, const T value)
47 : Array<T>(std::vector<int64>{n1, n2, n3}, value) {}
55 // results in an array with n1=3, n2=4, n3=2.
70 int64 n1() const { return this->dim(0); } function in class:xla::Array3D
array2d.h 43 Array2D(const int64 n1, const int64 n2)
44 : Array<T>(std::vector<int64>{n1, n2}) {}
46 Array2D(const int64 n1, const int64 n2, const T value)
47 : Array<T>({n1, n2}, value) {}
51 // For example, {{1, 2, 3}, {4, 5, 6}} results in an array with n1=2 and n2=3.
65 int64 n1() const { return this->dim(0); } function in class:xla::Array2D
77 for (int64 i0 = 0; i0 < n1(); ++i0) {
87 for (int64 i0 = 0; i0 < n1(); ++i0) {
96 // with dimensions n1 x n2.
98 int64 n1, int64 n2)
    [all...]
array4d.h 48 // First dimension: plane, batch, n1
100 int64 n1() const { return this->dim(0); } function in class:xla::Array4D
  /libcore/ojluni/src/main/java/sun/misc/
ASCIICaseInsensitiveComparator.java 41 int n1=s1.length(), n2=s2.length(); local
42 int minLen = n1 < n2 ? n1 : n2;
55 return n1 - n2;
  /external/clang/test/Sema/
attr-section.c 13 __attribute__((section("NEAR,x"))) int n1; // expected-error {{'section' attribute only applies to functions and global variables}} local
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
splice_after_flist.pass.cpp 32 int n1 = 0; local
33 for (; n1 < p; ++n1, ++i)
34 assert(*i == t1[n1]);
37 for (; n1 < size_t1; ++n1, ++i)
38 assert(*i == t1[n1]);
splice_after_one.pass.cpp 33 int n1 = 0; local
34 for (; n1 < p; ++n1, ++i)
35 assert(*i == t1[n1]);
38 for (; n1 < size_t1; ++n1, ++i)
39 assert(*i == t1[n1]);
splice_after_range.pass.cpp 32 int n1 = 0; local
33 for (; n1 < p; ++n1, ++i)
34 assert(*i == t1[n1]);
37 for (; n1 < size_t1; ++n1, ++i)
38 assert(*i == t1[n1]);
  /external/libmojo/mojo/public/cpp/bindings/tests/
string_unittest.cc 73 String n1; local
75 EXPECT_TRUE(n1 == n1);
76 EXPECT_FALSE(n1 != n2);
77 EXPECT_TRUE(n1 == n2);
78 EXPECT_FALSE(n1 != n2);
79 EXPECT_TRUE(n1 != s);
80 EXPECT_FALSE(n1 == s);
81 EXPECT_TRUE(s != n1);
82 EXPECT_FALSE(s == n1);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.ops/
splice_after_flist.pass.cpp 32 int n1 = 0; local
33 for (; n1 < p; ++n1, ++i)
34 assert(*i == t1[n1]);
37 for (; n1 < size_t1; ++n1, ++i)
38 assert(*i == t1[n1]);
  /tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/src/
TradeFedNativeTestSampleLib.cpp 36 unsigned long n1 = 1; local
46 unsigned long current = n1 + n2;
47 n2 = n1;
48 n1 = current;
50 return n1;
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p5.cpp 3 alignas(1) int n1; // expected-error {{requested alignment is less than minimum alignment of 4 for type 'int'}} variable
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3-0x.cpp 43 int n1 = f(i); member in namespace:std_example
  /external/dtc/tests/
path-references.c 69 int n1, n2, n3, n4; local
74 n1 = fdt_path_offset(fdt, "/node1");
75 if (n1 < 0)
76 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1));
81 check_ref(fdt, n1, "/node2");
references.c 79 int n1, n2, n3, n4, n5; local
85 n1 = fdt_path_offset(fdt, "/node1");
86 if (n1 < 0)
87 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1));
101 h1 = fdt_get_phandle(fdt, n1);
120 check_ref(fdt, n1, h2);
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
pointer.pass.cpp 64 int n1; local
65 os1 << &n1; local
  /external/llvm/test/MC/Mips/
section-size.s 41 n1: .byte 1 label
  /libcore/jsr166-tests/src/test/java/jsr166/
SystemTest.java 40 long n1 = System.nanoTime(); local
46 long nanos = n2 - n1;
58 long n1 = System.nanoTime(); local
66 long nanos = n2 - n1;
  /prebuilts/go/darwin-x86/test/
const5.go 24 n1 = len(b.a)
23 n1 = len(b.a) const
  /prebuilts/go/darwin-x86/test/ken/
divmod.go 13 n1 = +5
31 if n1/d1 != q1 || n1%d1 != r1 {
32 println("ideal-1", n1, d1, n1/d1, n1%d1)
39 if n1/d2 != q3 || n1%d2 != r3 {
40 println("ideal-3", n1, d2, n1/d2, n1%d2
11 n1 = +5 const
    [all...]
  /prebuilts/go/linux-x86/test/
const5.go 24 n1 = len(b.a)
23 n1 = len(b.a) const

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 91011>>