/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | extended_jitter_report_unittest.cc | 28 void BuildPacket() { packet = ij.Build(); } in BuildPacket() 38 ExtendedJitterReport ij; member in webrtc::__anon14215c0e0111::RtcpPacketExtendedJitterReportTest 55 EXPECT_TRUE(ij.WithJitter(0x11121314)); in TEST_F() 65 EXPECT_TRUE(ij.WithJitter(0x11121418)); in TEST_F() 66 EXPECT_TRUE(ij.WithJitter(0x22242628)); in TEST_F() 79 EXPECT_TRUE(ij.WithJitter(i)); in TEST_F() 81 EXPECT_FALSE(ij.WithJitter(kMaxIjItems)); in TEST_F() 85 ij.WithJitter(0x11121418); in TEST_F()
|
/external/libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/ |
D | default.pass.cpp | 80 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local 81 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() 84 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test() 119 char ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local 120 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test2() 123 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test2()
|
/external/libcxx/test/std/utilities/function.objects/func.search/func.search.bm/ |
D | default.pass.cpp | 80 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local 81 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() 84 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test() 119 char ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local 120 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test2() 123 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test2()
|
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/ |
D | default.pass.cpp | 79 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local 80 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() 83 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test() 118 char ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local 119 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test2() 122 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test2()
|
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/ |
D | default.pass.cpp | 79 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local 80 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() 83 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test() 118 char ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local 119 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test2() 122 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test2()
|
/external/clang/test/CodeGen/ |
D | unsigned-overflow.c | 6 unsigned int ii, ij, ik; variable 78 ii = ij + ik; in testintadd() 90 ii = ij - ik; in testintsub() 102 ii = ij * ik; in testintmul()
|
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/ |
D | default.pass.cpp | 79 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local 80 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() 83 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test()
|
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/ |
D | make_default_searcher.pass.cpp | 64 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local 65 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() 68 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test()
|
/external/libcxx/test/std/utilities/function.objects/func.search/func.search.default/ |
D | default.pass.cpp | 79 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local 80 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() 83 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test()
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ |
D | search.pass.cpp | 92 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local 93 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() 96 assert(std::search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk)) == Iter1(ij+6)); in test()
|
/external/icu/icu4c/source/test/intltest/ |
D | testutil.cpp | 282 for (int32_t ij = 0; ij < UPRV_LENGTHOF(ZIG_ZAG); ++ij) { in checkEditsIter() local 283 int32_t j = ZIG_ZAG[ij]; in checkEditsIter() 293 for (int32_t ij = 0; ij < UPRV_LENGTHOF(ZIG_ZAG); ++ij) { in checkEditsIter() local 294 int32_t j = ZIG_ZAG[ij]; in checkEditsIter()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | CorrelatedRandomVectorGenerator.java | 256 int ij = index[j]; in decompose() local 257 double f = c[ii][ij] - e * b[j][rank]; in decompose() 258 c[ii][ij] = f; in decompose() 259 c[ij][ii] = f; in decompose()
|
/external/valgrind/perf/ |
D | ffbench.c | 280 double r, ij, ar, ai; in main() local 288 ij = fdata[i + 1]; in main() 290 ai += ij; in main() 293 imin = min(ij, imin); in main() 294 imax = max(ij, imax); in main()
|
/external/icu/icu4c/source/data/translit/ |
D | pl_FONIPA_ja.txt | 43 b[ij]a → ビャ; 44 b[ij]o → ビョ; 45 b[ij] → ビ; 230 ts[ij] → ツィ ;
|
D | nl_Title.txt | 9 # Special titlecasing for Dutch initial "ij".
|
/external/tensorflow/tensorflow/core/kernels/ |
D | xsmm_conv2d_test.cc | 134 int img, ofm, ifm, oj, oi, ij, ii, kj, ki; in naive_conv_fp() local 146 ij = oj * stride_h - pad_h; in naive_conv_fp() 150 if (ij + kj < 0 || ij + kj >= ifh) continue; in naive_conv_fp() 155 LIBXSMM_VLA_ACCESS(4, input_t, img, ifm, ij + kj, ii + ki, in naive_conv_fp()
|
/external/pdfium/third_party/agg23/ |
D | agg_vcgen_stroke.h | 48 void inner_join(inner_join_e ij) in inner_join() argument 50 m_inner_join = ij; in inner_join()
|
D | agg_conv_stroke.h | 44 void inner_join(inner_join_e ij) in inner_join() 46 base_type::generator().inner_join(ij); in inner_join()
|
/external/tensorflow/tensorflow/contrib/factorization/g3doc/ |
D | wals.md | 29 - $$W$$ is a weight matrix of the form $$W_{i, j} = w_0 + 1_{A_{ij} \neq 0}R_i 52 &= \sum_{(i, j) \in S} (w_0 + R_i C_j) (A_{ij} - \bracket{u_i}{v_j})^2 + 54 &= \sum_{(i, j) \in S} \left( (w_0 + R_i C_j) (A_{ij} - \bracket{u_i}{v_j})^2 -
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 27f872e94399a21a9c84f99e537092ca.00003e81.honggfuzz.cov | 32 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���… 49 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���… 66 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���… 79 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���… 80 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���…
|
D | 479119e1718859fff5101e6b3e9c3b1d.00003b3f.honggfuzz.cov | 18 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���… 35 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���… 44 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���…
|
D | 1b4861c8745b4d42ccb5fc606eba6dbf.00002e5c.honggfuzz.cov | 26 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���… 41 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���… 67 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���…
|
D | 2e22a4e13cb4ad21af349f20b0417b4f.00003e81.honggfuzz.cov | 32 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���… 49 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���… 66 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���… 83 �ҷ՚r9�=�Q��n�vƆ�wM�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ijW���…
|
/external/webp/src/dsp/ |
D | upsampling_sse2.c | 41 #define GET_M(ij, in, out) do { \ argument 43 const __m128i tmp1 = _mm_and_si128((ij), st); /* (ij) & (s^t) */ \
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1600 …const tcu::Interval ij (coordFormat.roundOut(coordFormat.roundOut(uv, false) - tcu::Interval(0.5),… in calculateNearestIJRange() local 1602 …return tcu::IVec2(deRoundToInt32(ij.lo() - coordFormat.ulp(ij.lo(), 1)), deRoundToInt32(ij.hi() + … in calculateNearestIJRange() 1609 const tcu::Interval ij (coordFormat.roundOut(uv - tcu::Interval(0.5), false)); in calculateLinearIJRange() local 1611 return tcu::IVec2(deFloorToInt32(ij.lo()), deFloorToInt32(ij.hi())); in calculateLinearIJRange() 1616 int ij) in calculateAB() argument 1619 const tcu::Interval ab (frac((uv - 0.5) & tcu::Interval((double)ij, (double)(ij + 1)))); in calculateAB()
|