HomeSort by relevance Sort by last modified time
    Searched refs:ic (Results 101 - 125 of 445) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/
divide_equal_complex.pass.cpp 35 std::complex<int> ic (1,1);
36 c3 /= ic;
minus_equal_complex.pass.cpp 35 std::complex<int> ic (1,1);
36 c3 -= ic;
plus_equal_complex.pass.cpp 35 std::complex<int> ic (1,1);
36 c3 += ic;
times_equal_complex.pass.cpp 35 std::complex<int> ic (1,1);
36 c3 *= ic;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/complex.number/complex.member.ops/
divide_equal_complex.pass.cpp 35 std::complex<int> ic (1,1);
36 c3 /= ic;
minus_equal_complex.pass.cpp 35 std::complex<int> ic (1,1);
36 c3 -= ic;
plus_equal_complex.pass.cpp 35 std::complex<int> ic (1,1);
36 c3 += ic;
times_equal_complex.pass.cpp 35 std::complex<int> ic (1,1);
36 c3 *= ic;
  /external/python/cpython2/Lib/plat-mac/
icopen.py 54 from ic import error, settypecreator
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
icopen.py 54 from ic import error, settypecreator
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
icopen.py 54 from ic import error, settypecreator
  /external/freetype/src/base/
ftcid.c 70 FT_Bool ic = 0; local
81 error = service->get_is_cid( face, &ic);
85 *is_cid = ic;
  /external/pdfium/third_party/freetype/src/base/
ftcid.c 70 FT_Bool ic = 0; local
81 error = service->get_is_cid( face, &ic);
85 *is_cid = ic;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
LineImpl.java 53 final int ic = instructions.getCoveredCount(); local
56 if (im <= SINGLETON_INS_LIMIT && ic <= SINGLETON_INS_LIMIT
58 return SINGLETONS[im][ic][bm][bc];
84 public Fix(final int im, final int ic, final int bm, final int bc) {
85 super(CounterImpl.getInstance(im, ic), CounterImpl.getInstance(bm,
  /frameworks/ml/nn/common/operations/internal/reference/
depthwiseconv_uint8.h 64 for (int ic = 0; ic < input_depth; ++ic) {
66 const int oc = m + ic * depth_multiplier;
79 input_data[Offset(input_dims, ic, in_x, in_y, b)];
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 445 Word16 ic; local
461 ic = pos_indxC >> 1;
463 tempWord32 = ((Word32) ic * 25) << 1;
467 ic = (Word16) tempWord32;
469 ib += ic;
479 ic = ((Word16)(pos_indxC & 1)) << 2;
481 ib += ic;
574 Word16 ic; local
587 indx[NB_TRACK] = (ia/2+(ib/2)*5 +(ic/2)*25)*8 + ia%2 + (ib%2)*2 + (ic%2)*4; *
    [all...]
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
unique_pred.pass.cpp 57 int ic[] = {0, 0}; local
58 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
60 r = std::unique(Iter(ic), Iter(ic+sc), count_equal());
61 assert(base(r) == ic + 1);
62 assert(ic[0] == 0);
146 Ptr ic[2]; local
147 const unsigned sc = sizeof(ic)/sizeof(ic[0])
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique_pred.pass.cpp 57 int ic[] = {0, 0}; local
58 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
60 r = std::unique(Iter(ic), Iter(ic+sc), count_equal());
61 assert(base(r) == ic + 1);
62 assert(ic[0] == 0);
146 Ptr ic[2]; local
147 const unsigned sc = sizeof(ic)/sizeof(ic[0])
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.unique/
unique_pred.pass.cpp 57 int ic[] = {0, 0}; local
58 const unsigned sc = sizeof(ic)/sizeof(ic[0]);
60 r = std::unique(Iter(ic), Iter(ic+sc), count_equal());
61 assert(base(r) == ic + 1);
62 assert(ic[0] == 0);
146 Ptr ic[2]; local
147 const unsigned sc = sizeof(ic)/sizeof(ic[0])
    [all...]
  /external/libpcap/
optimize.c 241 find_levels_r(opt_state_t *opt_state, struct icode *ic, struct block *b)
245 if (isMarked(ic, b))
248 Mark(ic, b);
252 find_levels_r(opt_state, ic, JT(b));
253 find_levels_r(opt_state, ic, JF(b));
269 find_levels(opt_state_t *opt_state, struct icode *ic)
272 unMarkAll(ic);
273 find_levels_r(opt_state, ic, ic->root);
604 fold_op(compiler_state_t *cstate, struct icode *ic, opt_state_t *opt_state
    [all...]
  /toolchain/binutils/binutils-2.25/etc/
texi2pod.pl 164 $ic = pop @icstack;
263 push @icstack, $ic;
265 $ic = $1;
267 $ic = '*';
275 push @icstack, $ic;
277 $ic = $1 . ".";
279 $ic = "1.";
293 push @icstack, $ic;
295 $ic = $2;
296 $ic =~ s/\@(?:samp|strong|key|gcctabopt|env)/B/
    [all...]
  /art/dexdump/
dexdump_main.cc 73 const int ic = getopt(argc, argv, "acdefghil:o:"); local
74 if (ic < 0) {
77 switch (ic) {
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 286 final BaseInputConnection ic = createDummyConnectionWithSelection(mView, source);
287 ic.deleteSurroundingText(deleteBefore, deleteAfter);
297 assertTrue(TextUtils.isEmpty(ic.getTextBeforeCursor(retrievalLength, 0)));
300 ic.getTextBeforeCursor(retrievalLength, 0).toString());
303 assertTrue(TextUtils.isEmpty(ic.getSelectedText(0))); // null is allowed.
306 expectedSelectionEnd).toString(), ic.getSelectedText(0).toString());
309 assertTrue(TextUtils.isEmpty(ic.getTextAfterCursor(retrievalLength, 0)));
313 ic.getTextAfterCursor(retrievalLength, 0).toString());
365 final BaseInputConnection ic = createDummyConnectionWithSelection(mView, source);
366 ic.deleteSurroundingTextInCodePoints(deleteBeforeInCodePoints, deleteAfterInCodePoints)
    [all...]
  /external/v8/tools/
ic-processor 39 $tools_path/logreader.js $tools_path/ic-processor.js \
41 $tools_path/ic-processor-driver.js -- $@ 2>/dev/null
  /frameworks/base/libs/androidfw/
ZipUtils.cpp 265 int ic; local
269 ic = getc(fp);
270 if (ic != 0x1f || getc(fp) != 0x8b)
296 ic = getc(fp);
297 } while (ic != 0 && ic != EOF);
302 ic = getc(fp);
303 } while (ic != 0 && ic != EOF);

Completed in 822 milliseconds

1 2 3 45 6 7 8 91011>>