Home
last modified time | relevance | path

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

1234

/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
/external/fft2d/src/fft2d/fft2d/
Dfftsg3d.c493 void cdft3d(int n1, int n2, int n3, int isgn, double ***a, in cdft3d()
555 void rdft3d(int n1, int n2, int n3, int isgn, double ***a, in rdft3d()
640 void rdft3dsort(int n1, int n2, int n3, int isgn, double ***a) in rdft3dsort()
721 void ddct3d(int n1, int n2, int n3, int isgn, double ***a, in ddct3d()
788 void ddst3d(int n1, int n2, int n3, int isgn, double ***a, in ddst3d()
858 void xdft3da_sub(int n1, int n2, int n3, int icr, int isgn, in xdft3da_sub()
937 void cdft3db_sub(int n1, int n2, int n3, int isgn, double ***a, in cdft3db_sub()
1005 void rdft3d_sub(int n1, int n2, int n3, int isgn, double ***a) in rdft3d_sub()
1096 void ddxt3da_sub(int n1, int n2, int n3, int ics, int isgn, in ddxt3da_sub()
1160 void ddxt3db_sub(int n1, int n2, int n3, int ics, int isgn, in ddxt3db_sub()
[all …]
Dfftsg3d.f400 subroutine cdft3d(n1max, n2max, n1, n2, n3, isgn, a, argument
402 integer n1max, n2max, n1, n2, n3, isgn, ip(0 : *), n local
416 subroutine rdft3d(n1max, n2max, n1, n2, n3, isgn, a, argument
418 integer n1max, n2max, n1, n2, n3, isgn, ip(0 : *), local
449 subroutine rdft3dsort(n1max, n2max, n1, n2, n3, isgn, a) argument
450 integer n1max, n2max, n1, n2, n3, isgn, n2h, n3h, j, k local
527 subroutine ddct3d(n1max, n2max, n1, n2, n3, isgn, a, argument
529 integer n1max, n2max, n1, n2, n3, isgn, ip(0 : *), local
551 subroutine ddst3d(n1max, n2max, n1, n2, n3, isgn, a, argument
553 integer n1max, n2max, n1, n2, n3, isgn, ip(0 : *), local
[all …]
Dalloc.c93 int ***alloc_3d_int(int n1, int n2, int n3) in alloc_3d_int()
124 double ***alloc_3d_double(int n1, int n2, int n3) in alloc_3d_double()
/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils_test.cc206 NodeDef* n3 = gd.add_node(); in TEST_F() local
253 NodeDef* n3 = gd.add_node(); in TEST_F() local
365 NodeDef* n3 = gd.add_node(); in TEST_F() local
414 NodeDef* n3 = gd.add_node(); in TEST_F() local
452 NodeDef* n3 = gd.add_node(); in TEST_F() local
520 NodeDef* n3 = gd.add_node(); in TEST_F() local
585 NodeDef* n3 = gd.add_node(); in TEST_F() local
642 NodeDef* n3 = gd.add_node(); in TEST_F() local
690 NodeDef* n3 = gd.add_node(); in TEST_F() local
753 NodeDef* n3 = gd.add_node(); in TEST_F() local
[all …]
/external/fft2d/src/fft2d/fft2d/sample2d/
Dfftsg3dt.f7 integer ip(0 : nmaxsqrt + 1), n1, n2, n3, i, j variable
81 subroutine putdata3d(n1max, n2max, n1, n2, n3, a) argument
82 integer n1max, n2max, n1, n2, n3, j1, j2, j3, seed local
96 integer n1max, n2max, n1, n2, n3, j1, j2, j3, seed local
Dfftsg3dt.c20 int *ip, n1, n2, n3, n, nt, i, j; in main() local
99 void putdata3d(int n1, int n2, int n3, double ***a) in putdata3d()
113 double errorcheck3d(int n1, int n2, int n3, double scale, double ***a) in errorcheck3d()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeLinkedListTest.kt21 val n3 = IntNode(3).apply { list.addLast(this) } in testSimpleAddLast() constant
58 val n3 = IntNode(3).also { single(list.describeAddLast(it)) } in testAtomicOpsSingle() constant
DThreadSafeHeapTest.kt31 val n3 = Node(3) in compareTo() constant
/external/dtc/tests/
Dmultilabel_merge.dts21 n3: node3 { label
62 n3: node3 { label
Dpath-references.dts17 n3: baz { label
Dreferences.dts19 n3: node3 { label
Dmultilabel.dts23 n3: node3 { label
/external/libchrome/base/containers/
Dlinked_list_unittest.cc107 Node n3(3); in TEST() local
123 Node n3(3); in TEST() local
198 Node n3(3); in TEST() local
235 Node n3(3); in TEST() local
324 MovableNode n3(3); in TEST() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/test/internal/
DLinkedListTest.kt23 val n3 = IntNode(3).apply { list.addLast(this) } in testSimpleAddLastRemove() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/internal/
DLinkedListTest.kt23 val n3 = IntNode(3).apply { list.addLast(this) } in testSimpleAddLastRemove() constant
/external/llvm-project/compiler-rt/test/ubsan_minimal/TestCases/
Dimplicit-signed-integer-truncation.c11 uint8_t n3 = 255; in main() local
Dimplicit-unsigned-integer-truncation.c11 uint8_t n3 = 255; in main() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dgoogle-readability-namespace-comments.cpp105 namespace n3 { namespace
/external/llvm-project/llvm/test/MC/Mips/
Dsection-size.s50 n3: .word 1 label
/external/llvm/test/MC/Mips/
Dsection-size.s50 n3: .word 1 label
/external/llvm-project/clang/test/Sema/
Dc2x-fallthrough.c48 typedef int n3 [[fallthrough]]; // expected-error {{'fallthrough' attribute cannot be applied to a … typedef
/external/bc/tests/
Dbcl.c51 BclNumber n, n2, n3, n4, n5, n6; in main() local
/external/clang/test/Modules/
Dmacros2.c80 int n3 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok variable

1234