/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 | 196 int ci; local 204 for (ci = 0; ci < cinfo->comps_in_scan; ci++) { 205 compptr = cinfo->cur_comp_info[ci]; 209 entropy->last_dc_val[ci] = 0; 210 entropy->dc_context[ci] = 0; 249 int blkn, ci, tbl, sign; local 265 ci = cinfo->MCU_membership[blkn]; 266 tbl = cinfo->cur_comp_info[ci]->dc_tbl_no 505 int blkn, ci, tbl, sign, k; local 629 int ci, tbl; local 757 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/pdfium/third_party/libjpeg/ |
fpdfapi_jddctmgr.c | 92 int ci, i; local 98 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 99 ci++, compptr++) { 145 idct->pub.inverse_DCT[ci] = method_ptr; 153 if (! compptr->component_needed || idct->cur_method[ci] == method) 158 idct->cur_method[ci] = method; 250 int ci; local 259 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components [all...] |
fpdfapi_jdmainct.c | 163 int ci, rgroup; local 176 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 177 ci++, compptr++) { 187 main->xbuffer[0][ci] = xbuf; 189 main->xbuffer[1][ci] = xbuf; 204 int ci, i, rgroup; local 209 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 210 ci++, compptr++) 244 int ci, i, rgroup; local 273 int ci, i, rgroup, iMCUheight, rows_left; local 479 int ci, rgroup, ngroups; local [all...] |
fpdfapi_jdcoefct.c | 153 int blkn, ci, xindex, yindex, yoffset, useful_width; local 179 for (ci = 0; ci < cinfo->comps_in_scan; ci++) { 180 compptr = cinfo->cur_comp_info[ci]; 248 int blkn, ci, xindex, yindex, yoffset; local 255 for (ci = 0; ci < cinfo->comps_in_scan; ci++) { 256 compptr = cinfo->cur_comp_info[ci]; 320 int ci, block_row, block_rows; local 409 int ci, coefi; local 466 int ci, block_row, block_rows, access_rows; local 696 int ci, access_rows; local [all...] |
/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;
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
BitmapFillrate.cpp | 49 for (size_t ci = 0; ci < mNodes.size(); ci++) { 50 mNodes[ci]->mutateStagingProperties().setTranslationX(frameNr % 200); 51 mNodes[ci]->mutateStagingProperties().setTranslationY(frameNr % 200); 52 mNodes[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
|
SimpleGradientAnimation.cpp | 42 for (size_t ci = 0; ci < cards.size(); ci++) { 43 cards[ci]->mutateStagingProperties().setTranslationX(curFrame); 44 cards[ci]->mutateStagingProperties().setTranslationY(curFrame); 45 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 | 130 * @throws NullPointerException if lookupService or ci are null 133 CachedNumberLookupService lookupService, CallerInfo ci) { 135 info.name = ci.name; 136 info.type = ci.numberType; 137 info.label = ci.phoneLabel; 138 info.number = ci.phoneNumber; 139 info.normalizedNumber = ci.normalizedNumber; 140 info.photoUri = ci.contactDisplayPhotoUri; 141 info.userType = ci.userType; 144 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
|
/external/ppp/pppd/ |
mppe.h | 67 /* Build a CI from mppe opts (see RFC 3078) */ 68 #define MPPE_OPTS_TO_CI(opts, ci) \ 70 u_char *ptr = ci; /* u_char[4] */ \ 90 #define MPPE_CI_TO_OPTS(ci, opts) \ 92 u_char *ptr = ci; /* u_char[4] */ \
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_test_random.h | 78 * \param ci integer that defines the random sequence 82 unsigned int ci);
|