Home
last modified time | relevance | path

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

1234

/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/compiler/xla/
Darray3d.h40 Array3D(const int64_t n1, const int64_t n2, const int64_t n3) in Array3D()
44 Array3D(const int64_t n1, const int64_t n2, const int64_t n3, const T value) in Array3D()
73 int64_t n3() const { return this->dim(2); } in n3() function
Darray3d_test.cc43 for (int64_t n3 = 0; n3 < fullof7.n3(); ++n3) { in TEST() local
99 for (int64_t n3 = 0; n3 < fullof7.n3(); ++n3) { in TEST() local
108 for (int64_t n3 = 0; n3 < fullof7.n3(); ++n3) { in TEST() local
/external/cronet/base/containers/
Dlinked_list_unittest.cc108 Node n3(3); in TEST() local
124 Node n3(3); in TEST() local
199 Node n3(3); in TEST() local
236 Node n3(3); in TEST() local
325 MovableNode n3(3); in TEST() local
355 Node n3(3); in TEST() local
371 Node n3(3); in TEST() local
/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/tensorflow/tensorflow/core/data/
Dhash_utils_test.cc209 NodeDef* n3 = gd.add_node(); in TEST_F() local
256 NodeDef* n3 = gd.add_node(); in TEST_F() local
368 NodeDef* n3 = gd.add_node(); in TEST_F() local
417 NodeDef* n3 = gd.add_node(); in TEST_F() local
455 NodeDef* n3 = gd.add_node(); in TEST_F() local
523 NodeDef* n3 = gd.add_node(); in TEST_F() local
588 NodeDef* n3 = gd.add_node(); in TEST_F() local
645 NodeDef* n3 = gd.add_node(); in TEST_F() local
693 NodeDef* n3 = gd.add_node(); in TEST_F() local
756 NodeDef* n3 = gd.add_node(); in TEST_F() local
[all …]
/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
Dpath-references.c56 int n1, n2, n3, n4, n5; in main() local
Dreferences.c66 int n1, n2, n3, n4, n5, n6, err; in main() local
/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/js/test/internal/
DLinkedListTest.kt23 val n3 = IntNode(3).apply { list.addLast(this) } in testSimpleAddLastRemove() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DThreadSafeHeapTest.kt31 val n3 = Node(3) in compareTo() constant
/external/llvm/test/MC/Mips/
Dsection-size.s50 n3: .word 1 label
/external/openthread/tests/toranj/ncp/
Dtest-704-multi-radio-scan.py48 n3 = wpan.Node(wpan.NODE_15_4_TREL) variable
Dtest-705-multi-radio-discover-scan.py48 n3 = wpan.Node(wpan.NODE_15_4_TREL) variable
/external/clang/test/Modules/
Dmacros2.c80 int n3 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok variable
/external/bc/tests/
Dbcl.c58 BclNumber n, n2, n3, n4, n5, n6, n7; in main() local
/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/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Dpointer.volatile.pass.cpp77 volatile int n3; in main() local

1234