Home
last modified time | relevance | path

Searched refs:ij (Results 1 – 25 of 227) sorted by relevance

12345678910

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dextended_jitter_report_unittest.cc28 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/
Ddefault.pass.cpp80 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/
Ddefault.pass.cpp80 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/
Ddefault.pass.cpp79 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/
Ddefault.pass.cpp79 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/
Dunsigned-overflow.c6 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/
Ddefault.pass.cpp79 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/
Dmake_default_searcher.pass.cpp64 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/
Ddefault.pass.cpp79 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/
Dsearch.pass.cpp92 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/
Dtestutil.cpp282 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/
DCorrelatedRandomVectorGenerator.java256 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/
Dffbench.c280 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/
Dpl_FONIPA_ja.txt43 b[ij]a → ビャ;
44 b[ij]o → ビョ;
45 b[ij] → ビ;
230 ts[ij] → ツィ ;
Dnl_Title.txt9 # Special titlecasing for Dutch initial "ij".
/external/tensorflow/tensorflow/core/kernels/
Dxsmm_conv2d_test.cc134 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/
Dagg_vcgen_stroke.h48 void inner_join(inner_join_e ij) in inner_join() argument
50 m_inner_join = ij; in inner_join()
Dagg_conv_stroke.h44 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/
Dwals.md29 - $$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/
D27f872e94399a21a9c84f99e537092ca.00003e81.honggfuzz.cov32 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
49 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
66 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
79 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
80 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
D479119e1718859fff5101e6b3e9c3b1d.00003b3f.honggfuzz.cov18 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
35 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
44 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
D1b4861c8745b4d42ccb5fc606eba6dbf.00002e5c.honggfuzz.cov26 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
41 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
67 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
D2e22a4e13cb4ad21af349f20b0417b4f.00003e81.honggfuzz.cov32 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
49 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
66 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
83 �ҷ՚r9�=�Q��n�vƆ�w M�0�N^����,�H{s<q��e���������r�xK(����d�۹r��.�1�2D����!�@4v���ij W���…
/external/webp/src/dsp/
Dupsampling_sse2.c41 #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/
DvktYCbCrUtil.cpp1600 …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()

12345678910