Home
last modified time | relevance | path

Searched defs:n3 (Results 1 – 25 of 53) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/xla/
Darray3d.h42 Array3D(const int64 n1, const int64 n2, const int64 n3) in Array3D()
46 Array3D(const int64 n1, const int64 n2, const int64 n3, const T value) in Array3D()
75 int64 n3() const { return this->dim(2); } in n3() function
Darray3d_test.cc43 for (int64 n3 = 0; n3 < fullof7.n3(); ++n3) { in TEST() local
99 for (int64 n3 = 0; n3 < fullof7.n3(); ++n3) { in TEST() local
108 for (int64 n3 = 0; n3 < fullof7.n3(); ++n3) { in TEST() local
Darray4d.h99 int64 n3() const { return this->dim(2); } in n3() function
/external/dtc/tests/
Dmultilabel_merge.dts21 n3: node3 { label
57 n3: node3 { label
Dpath-references.dts17 n3: baz { label
Dreferences.dts19 n3: node3 { label
Dmultilabel.dts23 n3: node3 { label
Dpath-references.c69 int n1, n2, n3, n4; in main() local
Dreferences.c79 int n1, n2, n3, n4, n5; in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dsection-size.s50 n3: .word 1 label
/external/llvm/test/MC/Mips/
Dsection-size.s50 n3: .word 1 label
/external/clang/test/Modules/
Dmacros2.c80 int n3 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok variable
Dmacros.c197 int n3 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp3-0x.cpp45 int n3 = g(i); // expected-error{{no matching function for call to 'g'}} variable
/external/v8/src/compiler/
Dbytecode-graph-builder.h86 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3) { in NewNode()
91 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4) { in NewNode()
96 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, in NewNode()
/external/libunwind/tests/
DGia64-test-stack.c58 unw_word_t ip, sp, bsp, v0, v1, v2, v3, n0, n1, n2, n3, cfm, sof, sol, r32; in do_unwind_tests() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcopy_test.cc158 void CopyOpTest::TestCopyConstantLayout021(size_t n1, size_t n2, size_t n3) { in TestCopyConstantLayout021()
188 void CopyOpTest::TestCopyConstantLayoutR4(size_t n1, size_t n2, size_t n3, in TestCopyConstantLayoutR4()
Dtranspose_test.cc157 void TransposeTest::TestTransposeConstant021(size_t n1, size_t n2, size_t n3) { in TestTransposeConstant021()
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dfilter_dspr2.c108 unsigned int n1, n2, n3; in vp8_filter_block2d_first_pass_4() local
287 unsigned int n1, n2, n3, n4; in vp8_filter_block2d_first_pass_8_all() local
565 unsigned int n1, n2, n3, n4; in vp8_filter_block2d_first_pass16_6tap() local
870 unsigned int n1, n2, n3; in vp8_filter_block2d_first_pass16_4tap() local
/external/libvpx/libvpx/vpx_dsp/mips/
Didct32x32_msa.c15 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct32x8_row_transpose_store() local
243 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct_butterfly_transpose_store() local
542 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct8x32_column_butterfly_addblk() local
/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/routeguide/
DRouteGuideServerTest.java212 RouteNote n3 = RouteNote.newBuilder().setLocation(p1).setMessage("m3").build(); in routeChat() local
/external/tensorflow/tensorflow/core/graph/
Dalgorithm_test.cc162 Node* n3 = ops::BinaryOp("TestBinary", n2, n0, b.opts().WithName("n3")); in TEST() local
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
Dp5.cpp5 alignas(1) alignas(2) alignas(4) int n3; // ok variable
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DMetadataTest.cpp93 MDNode *n3 = MDNode::get(Context, V); in TEST_F() local
/external/mesa3d/src/mesa/program/
Dprog_noise.c327 float n0, n1, n2, n3; /* Noise contributions from the four corners */ in _mesa_noise3() local
484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ in _mesa_noise4() local

123