/external/bc/tests/ |
D | bcl.c | 51 BclNumber n, n2, n3, n4, n5, n6; in main() local 105 n4 = bcl_parse("-28390.9108273"); in main() 106 err(bcl_err(n4)); in main() 108 if (!bcl_num_neg(n4)) err(BCL_ERROR_FATAL_UNKNOWN_ERR); in main() 110 n3 = bcl_add(n3, n4); in main() 118 n4 = bcl_parse("8937458902.2890347"); in main() 119 err(bcl_err(n4)); in main() 121 e = bcl_divmod(bcl_dup(n4), n3, &n5, &n6); in main() 138 n4 = bcl_sqrt(n4); in main() 139 err(bcl_err(n4)); in main() [all …]
|
/external/dtc/tests/ |
D | phandle_format.c | 25 int n4; in main() local 43 n4 = fdt_path_offset(fdt, "/node4"); in main() 44 if (n4 < 0) in main() 45 FAIL("fdt_path_offset(/node4): %s", fdt_strerror(n4)); in main() 47 h4 = fdt_get_phandle(fdt, n4); in main() 52 check_getprop_cell(fdt, n4, "linux,phandle", h4); in main() 54 if (fdt_getprop(fdt, n4, "linux,phandle", NULL)) in main() 58 check_getprop_cell(fdt, n4, "phandle", h4); in main() 60 if (fdt_getprop(fdt, n4, "phandle", NULL)) in main()
|
D | path-references.c | 56 int n1, n2, n3, n4; in main() local 86 n4 = fdt_path_offset(fdt, "/foobar/baz"); in main() 87 if (n4 < 0) in main() 88 FAIL("fdt_path_offset(/foobar/baz): %s", fdt_strerror(n4)); in main() 90 check_ref(fdt, n4, "/foo/baz"); in main()
|
D | references.c | 66 int n1, n2, n3, n4, n5, n6, err; in main() local 81 n4 = fdt_path_offset(fdt, "/node4"); in main() 82 if (n4 < 0) in main() 83 FAIL("fdt_path_offset(/node4): %s", fdt_strerror(n4)); in main() 93 h4 = fdt_get_phandle(fdt, n4); in main()
|
D | path-references.dts | 19 lref = start: &n4 end:; 23 n4: baz { label
|
D | references.dts | 21 lref = <&n4>; 23 n4: node4 { label
|
D | multilabel.dts | 25 lref = <&n4>; 27 n4: node4 { label
|
D | multilabel_merge.dts | 23 lref = <&n4>; 25 n4: node4 { label
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | array4d_test.cc | 32 return (idx[3] + idx[2] * arr.n4() + idx[1] * arr.n3() * arr.n4() + in Array4DLinearIndex() 33 idx[0] * arr.n2() * arr.n3() * arr.n4()); in Array4DLinearIndex() 41 EXPECT_EQ(empty.n4(), 5); in TEST() 51 EXPECT_EQ(fullof7.n4(), 5); in TEST() 68 EXPECT_EQ(arr.n4(), 5); in TEST() 83 EXPECT_EQ(arr.n4(), 1); in TEST() 113 EXPECT_EQ(arr.n4(), 1); in TEST()
|
D | reference_util.h | 288 const int64 lhs_dims[] = {lhs.n1(), lhs.n2(), lhs.n3(), lhs.n4()}; in Concat4D() 289 const int64 rhs_dims[] = {rhs.n1(), rhs.n2(), rhs.n3(), rhs.n4()}; in Concat4D() 290 int64 out_dims[] = {rhs.n1(), rhs.n2(), rhs.n3(), rhs.n4()}; in Concat4D() 304 for (int64 i3 = 0; i3 < result->n4(); ++i3) { in Concat4D() 306 i0 < lhs.n1() && i1 < lhs.n2() && i2 < lhs.n3() && i3 < lhs.n4() in Concat4D() 311 i3 >= lhs.n4() ? i3 - lhs.n4() : i3); in Concat4D() 395 CHECK_LE(starts[3], input.n4()); in Slice4D() 399 CHECK_LE(limits[3], input.n4()); in Slice4D() 412 for (int64 i3 = 0; i3 < result->n4(); ++i3) { in Slice4D() 601 operand.n4()}; in PadArray4D()
|
D | reference_util.cc | 238 operand.n4()}; in ReduceWindow4DGeneric() 251 operand.n4()}; in ReduceWindow4DGeneric() 283 i3_base + i3_win < operand.n4()) { in ReduceWindow4DGeneric() 331 operand.n3(), operand.n4()); in SelectAndScatter4DGePlus() 333 operand.n4()}; in SelectAndScatter4DGePlus() 348 CHECK_EQ(window_counts[3], source.n4()); in SelectAndScatter4DGePlus() 374 i3_base + i3_win < operand.n4()) { in SelectAndScatter4DGePlus() 552 for (int64 a3 = 0; a3 == 0 || (!dim_set.contains(3) && a3 < array.n4()); in Reduce4DTo1D() 562 i3 == 0 || (dim_set.contains(3) && i3 < array.n4()); in Reduce4DTo1D() 566 array.n4() > 0) { in Reduce4DTo1D() [all …]
|
/external/libchrome/base/containers/ |
D | linked_list_unittest.cc | 124 Node n4(4); in TEST() local 130 list.Append(&n4); in TEST() 154 EXPECT_EQ(&n4, list.tail()); in TEST() 164 EXPECT_EQ(&n4, list.tail()); in TEST() 172 n4.RemoveFromList(); in TEST() 182 list.Append(&n4); in TEST() 199 Node n4(4); in TEST() local 220 n4.InsertBefore(&n1); in TEST() 222 EXPECT_EQ(&n4, list.head()); in TEST() 236 Node n4(4); in TEST() local [all …]
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | hash_utils_test.cc | 213 NodeDef* n4 = gd.add_node(); in TEST_F() local 217 .Finalize(n4)); in TEST_F() 228 .Input(n4->name(), 0, DT_INT32) in TEST_F() 260 NodeDef* n4 = gd.add_node(); in TEST_F() local 265 .Finalize(n4)); in TEST_F() 268 uint64 hash2 = GetHash(gd, *n4); in TEST_F() 271 Status s = CheckSubgraphsEqual(gd, n3, gd, n4); in TEST_F() 372 NodeDef* n4 = gd.add_node(); in TEST_F() local 377 .Finalize(n4)); in TEST_F() 421 NodeDef* n4 = gd.add_node(); in TEST_F() local [all …]
|
/external/llvm-project/flang/test/Semantics/ |
D | modfile17.f90 | 15 type :: defaulted(n1,n2,n4,n8) 18 integer(kind=4), kind :: n4 = 2 * n2 component 19 integer(kind=8), kind :: n8 = 12 - n4 20 type(capture(n1,n2,n4,n8)) :: cap 73 type(extension(8,n8=1,k5=2,n2=4,n4=8)) :: x84812
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | copy_test.cc | 56 void TestCopyConstantLayoutR4(size_t n1, size_t n2, size_t n3, size_t n4, 189 size_t n4, in TestCopyConstantLayoutR4() argument 191 Array4D<int32> a(n1, n2, n3, n4); in TestCopyConstantLayoutR4() 195 for (size_t l = 0; l < n4; ++l) { in TestCopyConstantLayoutR4() 196 a(i, j, k, l) = i * n4 * n3 * n2 + j * n4 * n3 + k * n4 + l; in TestCopyConstantLayoutR4()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | idct32x32_msa.c | 16 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct32x8_row_transpose_store() local 20 LD_SH8((input + 8), 32, m4, n4, m5, n5, m6, n6, m7, n7); in idct32x8_row_transpose_store() 23 TRANSPOSE8x8_SH_SH(m4, n4, m5, n5, m6, n6, m7, n7, m4, n4, m5, n5, m6, n6, m7, in idct32x8_row_transpose_store() 26 ST_SH4(m4, n4, m5, n5, (tmp_buf + 8 * 8), 8); in idct32x8_row_transpose_store() 31 LD_SH8((input + 24), 32, m4, n4, m5, n5, m6, n6, m7, n7); in idct32x8_row_transpose_store() 34 TRANSPOSE8x8_SH_SH(m4, n4, m5, n5, m6, n6, m7, n7, m4, n4, m5, n5, m6, n6, m7, in idct32x8_row_transpose_store() 38 ST_SH4(m4, n4, m5, n5, (tmp_buf + 24 * 8), 8); in idct32x8_row_transpose_store() 244 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct_butterfly_transpose_store() local 290 ADD4(loc0, vec3, loc1, vec2, loc2, vec1, loc3, vec0, n0, n4, n2, n6); in idct_butterfly_transpose_store() 321 TRANSPOSE8x8_SH_SH(m4, n4, m5, n5, m6, n6, m7, n7, m4, n4, m5, n5, m6, n6, m7, in idct_butterfly_transpose_store() [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ |
D | LockFreeLinkedListTest.kt | 23 val n4 = IntNode(4).apply { list.addLast(this) } in testSimpleAddLast() constant 29 assertTrue(n4.remove()) in testSimpleAddLast() 60 val n4 = IntNode(4).also { single(list.describeAddLast(it)) } in testAtomicOpsSingle() constant
|
D | ThreadSafeHeapTest.kt | 34 val n4 = Node(4) in compareTo() constant 35 h.addLast(n4) in compareTo() 45 h.remove(n4) in compareTo()
|
/external/vixl/src/aarch64/ |
D | pointer-auth-aarch64.cc | 96 uint64_t n4 = GetNibble(in_data, 4 * (i + 4)); in BigShuffle() local 99 uint64_t t0 = RotNibble(n8, 2) ^ RotNibble(n4, 1) ^ RotNibble(n0, 1); in BigShuffle() 100 uint64_t t1 = RotNibble(n12, 1) ^ RotNibble(n4, 2) ^ RotNibble(n0, 1); in BigShuffle() 102 uint64_t t3 = RotNibble(n12, 1) ^ RotNibble(n8, 1) ^ RotNibble(n4, 2); in BigShuffle()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | filter_dspr2.c | 287 unsigned int n1, n2, n3, n4; in vp8_filter_block2d_first_pass_8_all() local 418 : [tn1] "=&r"(tn1), [n2] "=&r"(n2), [p4] "=&r"(p4), [n4] "=&r"(n4), in vp8_filter_block2d_first_pass_8_all() 491 [n1] "=&r"(n1), [n2] "=&r"(n2), [n3] "=&r"(n3), [n4] "=&r"(n4), in vp8_filter_block2d_first_pass_8_all() 537 [n4] "r"(n4)); in vp8_filter_block2d_first_pass_8_all() 565 unsigned int n1, n2, n3, n4; in vp8_filter_block2d_first_pass16_6tap() local 675 [n4] "=&r"(n4), [Temp1] "=&r"(Temp1), [Temp2] "=&r"(Temp2), in vp8_filter_block2d_first_pass16_6tap() 729 [p2] "r"(p2), [n2] "r"(n2), [n4] "r"(n4), [p1] "r"(p1), in vp8_filter_block2d_first_pass16_6tap() 782 : [tn1] "=&r"(tn1), [p2] "=&r"(p2), [n2] "=&r"(n2), [n4] "=&r"(n4), in vp8_filter_block2d_first_pass16_6tap()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | modernize-concat-nested-namespaces.rst | 21 namespace n4 { 42 namespace n4::n5 {
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/test/internal/ |
D | LinkedListTest.kt | 25 val n4 = IntNode(4).apply { list.addLast(this) } in testSimpleAddLastRemove() constant 31 assertTrue(n4.remove()) in testSimpleAddLastRemove()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/internal/ |
D | LinkedListTest.kt | 25 val n4 = IntNode(4).apply { list.addLast(this) } in testSimpleAddLastRemove() constant 31 assertTrue(n4.remove()) in testSimpleAddLastRemove()
|
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
D | p6.cpp | 12 extern int n4; 13 alignas(8) extern int n4;
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
D | p6.cpp | 12 extern int n4; 13 alignas(8) extern int n4;
|