HomeSort by relevance Sort by last modified time
    Searched refs:ci (Results 51 - 75 of 765) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
SimpleVectorialPointChecker.java 79 final double ci = c[i]; local
80 final double difference = FastMath.abs(pi - ci);
81 final double size = FastMath.max(FastMath.abs(pi), FastMath.abs(ci));
SimpleVectorialValueChecker.java 79 final double ci = c[i]; local
80 final double difference = FastMath.abs(pi - ci);
81 final double size = FastMath.max(FastMath.abs(pi), FastMath.abs(ci));
  /external/libjpeg-turbo/
jdcoefct.c 92 int blkn, ci, xindex, yindex, yoffset, useful_width; local
124 for (ci = 0; ci < cinfo->comps_in_scan; ci++) {
125 compptr = cinfo->cur_comp_info[ci];
195 int blkn, ci, xindex, yindex, yoffset; local
202 for (ci = 0; ci < cinfo->comps_in_scan; ci++) {
203 compptr = cinfo->cur_comp_info[ci];
267 int ci, block_row, block_rows; local
357 int ci, coefi; local
414 int ci, block_row, block_rows, access_rows; local
648 int ci, access_rows; local
    [all...]
jddctmgr.c 100 int ci, i; local
106 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
107 ci++, compptr++) {
228 idct->pub.inverse_DCT[ci] = method_ptr;
236 if (! compptr->component_needed || idct->cur_method[ci] == method)
241 idct->cur_method[ci] = method;
333 int ci; local
342 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components
    [all...]
jdmainct.c 135 int ci, rgroup; local
148 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
149 ci++, compptr++) {
159 main_ptr->xbuffer[0][ci] = xbuf;
161 main_ptr->xbuffer[1][ci] = xbuf;
176 int ci, i, rgroup; local
181 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
182 ci++, compptr++)
217 int ci, i, rgroup, iMCUheight, rows_left; local
423 int ci, rgroup, ngroups; local
    [all...]
jdarith.c 199 int ci; local
207 for (ci = 0; ci < cinfo->comps_in_scan; ci++) {
208 compptr = cinfo->cur_comp_info[ci];
212 entropy->last_dc_val[ci] = 0;
213 entropy->dc_context[ci] = 0;
252 int blkn, ci, tbl, sign; local
268 ci = cinfo->MCU_membership[blkn];
269 tbl = cinfo->cur_comp_info[ci]->dc_tbl_no
508 int blkn, ci, tbl, sign, k; local
632 int ci, tbl; local
760 int *coef_bit_ptr, ci; local
    [all...]
jdsample.c 66 int ci; local
72 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
73 ci++, compptr++) {
75 * to color_buf[ci], so that fullsize_upsample can change it.
77 (*upsample->methods[ci]) (cinfo, compptr,
78 input_buf[ci] + (*in_row_group_ctr * upsample->rowgroup_height[ci]),
79 upsample->color_buf + ci);
120 * For full-size components, we just make color_buf[ci] point at th
414 int ci; local
    [all...]
  /external/lzma/CPP/Windows/Control/
ListView.cpp 36 LVCOLUMN ci; local
37 ci.mask = LVCF_TEXT | LVCF_WIDTH | LVCF_SUBITEM;
38 ci.pszText = (LPTSTR)text;
39 ci.iSubItem = columnIndex;
40 ci.cx = width;
41 return InsertColumn(columnIndex, &ci);
69 LVCOLUMNW ci; local
70 ci.mask = LVCF_TEXT | LVCF_WIDTH | LVCF_SUBITEM;
71 ci.pszText = (LPWSTR)text;
72 ci.iSubItem = columnIndex;
    [all...]
  /external/iproute2/tc/
m_connmark.c 111 struct tc_connmark *ci; local
122 ci = RTA_DATA(tb[TCA_CONNMARK_PARMS]);
124 fprintf(f, " connmark zone %d\n", ci->zone);
125 fprintf(f, "\t index %u ref %d bind %d", ci->index,
126 ci->refcnt, ci->bindcnt);
  /external/javassist/src/main/javassist/bytecode/
EnclosingMethodAttribute.java 48 int ci = cp.addClassInfo(className); local
51 bvalue[0] = (byte)(ci >>> 8);
52 bvalue[1] = (byte)ci;
67 int ci = cp.addClassInfo(className); local
70 bvalue[0] = (byte)(ci >>> 8);
71 bvalue[1] = (byte)ci;
  /external/libffi/testsuite/libffi.call/
return_complex.inc 16 T_C_TYPE cr, ci;
27 ci = 1000.0 - cr;
28 c = cr + ci * I;
  /external/strace/tests/
nlattr_ndmsg.c 99 static const struct nda_cacheinfo ci = { local
108 NDA_CACHEINFO, pattern, ci,
109 PRINT_FIELD_U("{", ci, ndm_confirmed);
110 PRINT_FIELD_U(", ", ci, ndm_used);
111 PRINT_FIELD_U(", ", ci, ndm_updated);
112 PRINT_FIELD_U(", ", ci, ndm_refcnt);
  /external/strace/tests-m32/
nlattr_ndmsg.c 99 static const struct nda_cacheinfo ci = { local
108 NDA_CACHEINFO, pattern, ci,
109 PRINT_FIELD_U("{", ci, ndm_confirmed);
110 PRINT_FIELD_U(", ", ci, ndm_used);
111 PRINT_FIELD_U(", ", ci, ndm_updated);
112 PRINT_FIELD_U(", ", ci, ndm_refcnt);
  /external/strace/tests-mx32/
nlattr_ndmsg.c 99 static const struct nda_cacheinfo ci = { local
108 NDA_CACHEINFO, pattern, ci,
109 PRINT_FIELD_U("{", ci, ndm_confirmed);
110 PRINT_FIELD_U(", ", ci, ndm_used);
111 PRINT_FIELD_U(", ", ci, ndm_updated);
112 PRINT_FIELD_U(", ", ci, ndm_refcnt);
  /frameworks/base/libs/hwui/tests/common/scenes/
BitmapFillrate.cpp 48 for (size_t ci = 0; ci < mNodes.size(); ci++) {
49 mNodes[ci]->mutateStagingProperties().setTranslationX(frameNr % 200);
50 mNodes[ci]->mutateStagingProperties().setTranslationY(frameNr % 200);
51 mNodes[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
SimpleGradientAnimation.cpp 40 for (size_t ci = 0; ci < cards.size(); ci++) {
41 cards[ci]->mutateStagingProperties().setTranslationX(curFrame);
42 cards[ci]->mutateStagingProperties().setTranslationY(curFrame);
43 cards[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DisableInstallShortcutListenersTask.java 83 ComponentInfo ci; local
85 ci = ri.activityInfo;
87 ci = ri.serviceInfo;
89 ci = ri.providerInfo;
91 mUtils.disableComponent(new ComponentName(ci.packageName, ci.name), mUserId);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
makefile 17 ci:
18 ci -u $(SRC) *.h makefile
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfoUtils.java 125 * @throws NullPointerException if lookupService or ci are null
128 CachedNumberLookupService lookupService, CallerInfo ci) {
130 info.name = ci.name;
131 info.type = ci.numberType;
132 info.label = ci.phoneLabel;
133 info.number = ci.phoneNumber;
134 info.normalizedNumber = ci.normalizedNumber;
135 info.photoUri = ci.contactDisplayPhotoUri;
136 info.userType = ci.userType;
139 cacheInfo.setLookupKey(ci.lookupKeyOrNull)
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 34 public void compute(CodeIterator ci, TypedBlock[] blocks, int maxLocals,
38 computeUsage(ci, blocks, maxLocals);
208 private void computeUsage(CodeIterator ci, TypedBlock[] blocks, int maxLocals)
216 analyze(ci, pos, pos + tb.length);
231 protected void analyze(CodeIterator ci, int begin, int end)
234 ci.begin();
235 ci.move(begin);
236 while (ci.hasNext()) {
237 int index = ci.next();
241 int op = ci.byteAt(index)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
cpu_counter.h 69 cpu_frequency(struct cpu_info *ci)
  /external/clang/test/SemaCXX/
cxx0x-class.cpp 13 static const NestedC ci = 0; // expected-error {{static data member of type 'const C::NestedC' must be initialized out of line}} member in class:C
  /external/icu/icu4c/source/test/intltest/
citrtest.h 42 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
  /external/libcxx/test/std/containers/associative/map/map.cons/
default_recursive.pass.cpp 22 std::map<int, X>::const_iterator ci; member in struct:X
  /external/libcxx/test/std/containers/associative/multimap/multimap.cons/
default_recursive.pass.cpp 22 std::multimap<int, X>::const_iterator ci; member in struct:X

Completed in 450 milliseconds

1 23 4 5 6 7 8 91011>>