HomeSort by relevance Sort by last modified time
    Searched full:increment (Results 876 - 900 of 3761) sorted by null

<<31323334353637383940>>

  /external/eigen/blas/fortran/
ssbmv.f 103 * On entry, INCX specifies the increment for the elements of
117 * On entry, INCY specifies the increment for the elements of
sspmv.f 67 * On entry, INCX specifies the increment for the elements of
83 * On entry, INCY specifies the increment for the elements of
zhbmv.f 105 * On entry, INCX specifies the increment for the elements of
119 * On entry, INCY specifies the increment for the elements of
zhpmv.f 69 * On entry, INCX specifies the increment for the elements of
85 * On entry, INCY specifies the increment for the elements of
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
IDNAReference.java 259 // increment the sepIndex to skip past the separator
368 // increment the sepIndex to skip past the separator
  /external/icu/icu4c/source/i18n/
precision.cpp 181 // If we have round increment, use digit list.
221 // If we have round increment, use digit list.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CompactByteArray.java 354 int increment = Math.min(3, values.length/16); local
355 for (int i = 0; i < values.length; i+= increment) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAReference.java 258 // increment the sepIndex to skip past the separator
367 // increment the sepIndex to skip past the separator
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaExpression.java 460 * An increment statement (e.g. a += b). The difference with infix is that this does not wrap the
463 public static JavaExpression increment(Type type, final JavaExpression accumulator,
  /external/jsilver/src/com/google/streamhtmlparser/impl/
JavascriptParserImpl.java 168 * Prefix unary increment of a regular expression: var result = ++/test/;
190 // Ignore unary increment
  /external/libchrome/base/
callback_list_unittest.cc 107 void Increment() { value_++; }
309 Bind(&Counter::Increment, Unretained(&remove_count)));
  /external/libevent/
Makefile.am 18 # will increment for each series until we revise our interfaces enough
31 # To increment a VERSION_INFO (current:revision:age):
  /external/libpng/
configure.ac 5 dnl Minor upgrades (compatible ABI): increment the package version
9 dnl Major upgrades (incompatible ABI): increment the package major
  /external/libweave/third_party/chromium/base/
callback_list_unittest.cc 107 void Increment() { value_++; }
309 Bind(&Counter::Increment, Unretained(&remove_count)));
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 243 // If this is a pseudo-op node, we don't want to increment the current
245 if (FoundSUnit->Latency) // Don't increment CurCycle for pseudo-ops!
  /external/llvm/lib/Target/Hexagon/
HexagonInstrFormatsV4.td 116 // Definition of Post increment new value store.
121 // Post increment ST Instruction.
  /external/llvm/test/CodeGen/ARM/
vst3.ll 31 ;Check for a post-increment updating store.
97 ;Check for a post-increment updating store.
  /external/llvm/test/CodeGen/Mips/cconv/
arguments-hard-float-varargs.ll 78 ; Increment the pointer then get the varargs arg
142 ; Increment the pointer then get the varargs arg
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_graph_macros.h 18 0x05880021, /* maddr [NVC0_3D_VERTEX_ARRAY_PER_INSTANCE(0), increment = 4] */
42 0x05360021, /* 0x00: maddr [NVC0_3D_BLEND_ENABLE(0), increment = 4] */
  /external/mesa3d/src/glsl/
ir_hv_accept.cpp 107 if (this->increment) {
108 s = this->increment->accept(v);
ir_print_visitor.cpp 508 if (ir->increment != NULL)
509 ir->increment->accept(this);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
ASMifierMethodVisitor.java 238 public void visitIincInsn(final int var, final int increment) {
243 .append(increment)
  /external/opencv3/doc/py_tutorials/py_imgproc/py_houghlines/
py_houghlines.markdown 41 the \f$\rho\f$ you get. For every \f$(\rho, \theta)\f$ pair, you increment value by one in our accumulator
45 Now take the second point on the line. Do the same as above. Increment the the values in the cells
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
task_io_service.ipp 35 asio::detail::increment(
60 asio::detail::increment(
  /external/skia/src/gpu/
GrStencil.h 79 kIncWrap_StencilOp, // increment and wrap at max
80 kIncClamp_StencilOp, // increment and clamp at max

Completed in 6432 milliseconds

<<31323334353637383940>>