Searched refs:increment (Results 201 - 225 of 299) sorted by relevance

1234567891011>>

/external/clang/lib/Frontend/
H A DFrontendAction.cpp272 Dir != DirEnd && !EC; Dir.increment(EC)) {
H A DFrontendActions.cpp215 Dir != DirEnd && !EC; Dir.increment(EC)) {
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp856 // increment/decrement
859 tcu::Matrix<T, Rows, Cols> increment (const tcu::Matrix<T, Rows, Cols>& mat) function in namespace:deqp::gles3::Functional::MatrixCaseUtils
1037 evalCtx.color.xyz() = reduceToVec3(increment(in0)) + reduceToVec3(increment(in0));
1065 evalCtx.color.xyz() = reduceToVec3(in0) + reduceToVec3(increment(in0));
1814 { "pre_increment", "Matrix prefix increment tests", OP_PRE_INCREMENT, false, false },
1816 { "post_increment", "Matrix postfix increment tests", OP_POST_INCREMENT, false, false },
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jar ... .0_r1/s?defs= " () public synchronized long increment () } org/eclipse/core/internal/jobs/Deadlock.class Deadlock. ...
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAbstractConnector.java1138 _connectionStats.increment();
/external/jetty/src/java/org/eclipse/jetty/server/session/
H A DAbstractSessionManager.java723 _sessionsStats.increment();
/external/libhevc/common/arm/
H A Dihevc_intra_pred_chroma_planar.s157 mov r10, #8 @increment for the coeffs
H A Dihevc_inter_pred_chroma_horz.s633 sub r12,r12,#2 @increment the input pointer
643 sub r4,r4,#2 @increment the input pointer
H A Dihevc_sao_edge_offset_class2.s259 LDRB r8,[r7],r1 @load the value and increment by src_strd
571 LDRB r8,[r7],r1 @load the value and increment by src_strd
700 LDRB r8,[r7],r1 @load the value and increment by src_strd
H A Dihevc_sao_edge_offset_class2_chroma.s347 LDRH r8,[r7] @load the value and increment by src_strd
721 LDRH r8,[r7] @load the value and increment by src_strd
867 LDRH r8,[r7] @load the value and increment by src_strd
H A Dihevc_sao_edge_offset_class3.s267 LDRB r8,[r7],r1 @load the value and increment by src_strd
592 LDRB r8,[r7],r1 @load the value and increment by src_strd
730 LDRB r8,[r7],r1 @load the value and increment by src_strd
H A Dihevc_sao_edge_offset_class3_chroma.s342 LDRH r8,[r7] @load the value and increment by src_strd
734 LDRH r8,[r7] @load the value and increment by src_strd
892 LDRH r8,[r7] @load the value and increment by src_strd
/external/libvorbis/doc/
H A D03-codebook.tex127 6) increment [current_length] by 1
355 6) increment [multiplicand_offset]
H A D08-residue.tex334 20) increment [partition_count] by one
406 5) increment [i]
H A D02-bitpacking.tex236 increment the stream cursor. Reading to the end of the packet (but
H A D06-floor0.tex181 \item increment \varname{[i]}
/external/llvm/lib/ProfileData/
H A DCoverageMappingReader.cpp30 void CoverageMappingIterator::increment() { function in class:CoverageMappingIterator
/external/clang/lib/Lex/
H A DHeaderSearch.cpp1288 Dir != DirEnd && !EC; Dir.increment(EC)) {
1355 Dir != DirEnd && !EC; Dir.increment(EC)) {
/external/deqp/modules/egl/
H A DteglRenderTests.cpp111 STENCILMODE_LEQUAL_INC, //!< Stencil test with LEQUAL, increment on pass
869 packetIter->signal->increment();
997 semaphores.front()->increment();
/external/llvm/lib/Support/
H A Dregengine.inc577 ss--; /* adjust for the for's final increment */
/external/v8/src/
H A Darray.js865 var increment = 200 + ((to - from) & 15);
866 for (var i = from + 1, j = 0; i < to - 1; i += increment, j++) {
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2892 for (int increment=0; increment<6; increment++) {
2894 double rInc=roundingIncrements[increment];
2941 void NumberFormatTest::checkRounding(DecimalFormat* df, double base, int iterations, double increment) { argument
2942 df->setRoundingIncrement(increment);
2945 double iValue=base+(increment*(i*0.1));
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1220 /// This modifies the \a LLVMContext that \c this is in to increment the next
2033 increment();
2038 increment();
2057 void increment() { Op = ExprOperand(getBase() + Op.getSize()); } function
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp1748 if (ir->increment) {
1749 this->base_ir = ir->increment;
1750 ir->increment->accept(this);
H A Dbrw_vec4_visitor.cpp920 if (ir->increment) {
921 this->base_ir = ir->increment;
922 ir->increment->accept(this);

Completed in 660 milliseconds

1234567891011>>