Home
last modified time | relevance | path

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

12345678910>>...12

/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::__anon520b6b1a0111::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/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/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/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/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/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/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/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/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/AMDGPU/
Dlsr-void.ll14 %ij = phi i32 [ 0, %for.body ], [ %inc14, %for.body.i ]
16 %inc13 = or i32 %ij, 2
26 %inc1 = or i32 %ij, 3
35 %inc14 = add nuw nsw i32 %ij, 4
/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/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/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dkk-fonipa-t-kk.txt43 Виктория viktu̯ʊɾijɑ
52 Григорий ɡɾiɡu̯ʊɾij
209 Неонатология ni̯ɘu̯ʊnɑtu̯ʊlu̯ʊɡijɑ
270 Сирияның siɾijɑnəŋ
427 биология biu̯ʊlu̯ʊɡijɑ
486 дилогиясында dilu̯ʊɡijɑsəndɑ
488 директориясын diɾi̯ɘktu̯ʊɾijɑsən
524 жариялау ʒɑɾijɑlɑw
577 идеологиясына idi̯ɘu̯ʊlu̯ʊɡijɑsənɑ
583 империя impi̯ɘɾijɑ
[all …]
Dky-fonipa-t-ky.txt341 Чехиянын t͡ʃeχijɑnɯn
397 антропология ɑntropoloɡijɑ
435 биология bioloɡijɑ
500 диалектологиясын diɑlektoloɡijɑsɯn
594 ийген ijɡen
595 ийгиликке ijɡilikːe
596 ийгиликтер ijɡilikter
754 морфологиясын morfoloɡijɑsɯn
808 психологиялык psiχoloɡijɑlɯq
809 психологиясы psiχoloɡijɑsɯ
[all …]
Dug-fonipa-t-ug.txt16 بېلگىيە belɡijɛ
353 نورۋېگىيە norweɡijɛ
412 گېئولوگىيە ɡeʔoloɡijɛ
736 ئاددىي ʔadːij
918 ئىدېئولوگىيە ʔideʔoloɡijɛ
955 تاللىي talːij
1551 مىللىي milːij
1819 جىيەن d͡ʒijɛn
1867 بېرىللىي berilːij
/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/fonttools/Tests/mtiLib/data/mti/
Dgsubligature.txt23 ij i j
/external/webp/src/dsp/
Dupsampling_sse41.c43 #define GET_M(ij, in, out) do { \ argument
45 const __m128i tmp1 = _mm_and_si128((ij), st); /* (ij) & (s^t) */ \
/external/deqp-deps/glslang/Test/
Ddecls.frag15 int ij, ik5[5] = int[](5, 6, 7, 8, 9);

12345678910>>...12