HomeSort by relevance Sort by last modified time
    Searched refs:step (Results 451 - 475 of 1645) sorted by null

<<11121314151617181920>>

  /external/skia/src/pathops/
SkOpSegment.cpp 625 int step = start->step(end); local
626 SkOpSegment* other = this->isSimple(nextStart, &step); // advances nextStart
638 *nextEnd = step > 0 ? (*nextStart)->upCast()->next() : (*nextStart)->prev();
641 SkOpSpanBase* endNear = step > 0 ? (*nextStart)->upCast()->next() : (*nextStart)->prev();
645 SkASSERT((start->t() < endNear->t()) ^ (step < 0));
730 int step = start->step(end); local
731 SkOpSegment* other = this->isSimple(nextStart, &step); // advances nextStart
743 *nextEnd = step > 0 ? (*nextStart)->upCast()->next() : (*nextStart)->prev()
826 int step = start->step(end); local
939 int step = start->step(end); local
957 int step = start->step(end); local
978 int step = start->step(end); local
1119 int step = *stepPtr; local
    [all...]
  /external/autotest/client/virt/tests/
jumbo.py 89 def size_increase_ping(step=random.randrange(90, 110)):
91 for size in range(0, max_icmp_pkt_size + 1, step):
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 327 float step = 2.0f / (float)numSteps; local
336 float d = -1.0f + step*(float)ndx;
361 int step = numValues / numSteps; local
378 int s = step*ndx;
438 float step = deFloatFloor(depth * (float)DEPTH_STEPS) / (float)(DEPTH_STEPS-1); local
440 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), oldColor.getGreen(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getAlpha());
486 float step = (float)(stencil / ((1u<<stencilBits) / (deUint32)STENCIL_STEPS)) / (float)(STENCIL_STEPS-1); local
488 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAlpha());
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 330 float step = 2.0f / (float)numSteps; local
339 float d = -1.0f + step*(float)ndx;
364 int step = numValues / numSteps; local
381 int s = step*ndx;
441 float step = deFloatFloor(depth * (float)DEPTH_STEPS) / (float)(DEPTH_STEPS-1); local
443 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), oldColor.getGreen(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getAlpha());
489 float step = (float)(stencil / ((1u<<stencilBits) / (deUint32)STENCIL_STEPS)) / (float)(STENCIL_STEPS-1); local
491 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAlpha());
  /external/eigen/test/
nullary.cpp 47 const Scalar step = ((size == 1) ? 1 : (high-low)/(size-1)); local
55 n(i) = low+i*step;
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 470 for (step_t step = MEASURE; step <= CUT; step = (step_t) (step + 1))
481 if (step == CUT)
528 step == MEASURE ? "measuring" : "cutting", context, start, end);
551 if (step == MEASURE)
584 if (step == MEASURE)
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2World.h 89 /// Take a time step. This performs collision detection, integration,
94 void Step( float32 timeStep,
99 /// after each call to Step. The default behavior is modified by calling SetAutoClearForces.
101 /// a fixed sized time step under a variable frame-rate.
139 /// @warning contacts are created and destroyed in the middle of a time step.
188 /// Is the world locked (in the middle of a time step).
191 /// Set flag to control automatic clearing of forces after each time step.
194 /// Get the flag that controls automatic clearing of forces after each time step.
209 /// @warning this should be called outside of a time step.
227 void Solve(const b2TimeStep& step);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btRigidBody.java 386 public void predictIntegratedTransform(float step, Matrix4 predictedTransform) {
387 DynamicsJNI.btRigidBody_predictIntegratedTransform(swigCPtr, this, step, predictedTransform);
390 public void saveKinematicState(float step) {
391 DynamicsJNI.btRigidBody_saveKinematicState(swigCPtr, this, step);
450 public void integrateVelocities(float step) {
451 DynamicsJNI.btRigidBody_integrateVelocities(swigCPtr, this, step);
644 public Vector3 computeGyroscopicImpulseImplicit_Body(float step) {
645 return DynamicsJNI.btRigidBody_computeGyroscopicImpulseImplicit_Body(swigCPtr, this, step);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
CylinderShapeBuilder.java 44 final float step = (MathUtils.degreesToRadians * (angleTo - angleFrom)) / divisions; local
57 angle = ao + step * i;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 67 let step = var
69 | [< 'Token.Kwd ','; step=parse_expr >] -> Some step
75 Ast.For (id, start, end_, step, body)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 67 let step = var
69 | [< 'Token.Kwd ','; step=parse_expr >] -> Some step
75 Ast.For (id, start, end_, step, body)
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.h 74 rbug_block_t step; member in struct:rbug_proto_context_draw_step
145 rbug_block_t step,
  /external/opencv/cv/src/
cvmoments.cpp 254 ( const srctype* img, int step, CvSize size, int cn, int coi, double *moments ) \
264 step /= sizeof(img[0]); \
266 for( y = 0; y < size.height; sy += 2 * y + 1, y++, img += step ) \
363 ( const void* img, int step, CvSize size, void* momentstate );
448 int matstep = mat->step ? mat->step : CV_STUB_STEP;
491 IPPI_CALL( func( mat->data.ptr + y*mat->step + x*pix_size,
492 mat->step, cur_tile_size, cn, coi, tiles + k*10 ));
  /external/opencv/otherlibs/highgui/
utils.h 99 uchar* FillUniColor( uchar* data, uchar*& line_end, int step, int width3,
101 uchar* FillUniGray( uchar* data, uchar*& line_end, int step, int width3,
  /external/opencv3/modules/cudaarithm/src/
core.cpp 99 nppSafeCall( func(src.ptr<npp_t>(), static_cast<int>(src.step),
100 dst.ptr<npp_t>(), static_cast<int>(dst.step), sz,
  /external/opencv3/modules/cudalegacy/src/cuda/
bm_fast.cu 222 col_sums.step = buffer.step;
226 up_col_sums.step = buffer.step;
  /external/opencv3/modules/cudastereo/src/cuda/
util.cu 212 drawColorDisp<<<grid, threads, 0, stream>>>(src.data, src.step, dst.data, dst.step, src.cols, src.rows, ndisp);
226 drawColorDisp<<<grid, threads, 0, stream>>>(src.data, src.step / sizeof(short), dst.data, dst.step, src.cols, src.rows, ndisp);
  /external/opencv3/modules/cudev/test/
test_reduction.cu 233 dst_gold.step = dst_gold.cols * dst_gold.elemSize();
252 dst_gold.step = dst_gold.cols * dst_gold.elemSize();
271 dst_gold.step = dst_gold.cols * dst_gold.elemSize();
290 dst_gold.step = dst_gold.cols * dst_gold.elemSize();
  /external/opencv3/modules/imgcodecs/src/
utils.hpp 111 uchar* FillUniColor( uchar* data, uchar*& line_end, int step, int width3,
113 uchar* FillUniGray( uchar* data, uchar*& line_end, int step, int width3,
  /external/opencv3/modules/superres/src/opencl/
superres_btvl1.cl 51 #define src_elem_at(_src, y, step, x) *(__global const float *)(_src + mad24(y, step, (x) * sz))
52 #define dst_elem_at(_dst, y, step, x) *(__global float *)(_dst + mad24(y, step, (x) * sz))
  /external/opencv3/modules/videoio/test/
test_positioning.cpp 96 int pos = 1, step = 20; local
100 pos += step;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ScrollBar.h 76 void SetSmallStep(FX_FLOAT step);
77 void SetBigStep(FX_FLOAT step);
  /external/tremolo/Tremolo/
mdctLARM.s 53 @ r3 = step
112 @ r3 = step
182 @ <> = step
187 LDMFD r12,{r8,r9,r10} @ r8 = step
222 @ <> = step
227 LDMFD r12,{r8,r9,r10} @ r8 = step
305 MOV r2, r2, LSL r3 @ r2 = step = 2<<shift
310 @ r2 = step
322 LDRB r10,[r5],r2 @ r10= T[0] T += step
342 LDRB r11,[r5],-r2 @ r11= T[0] T -= step
    [all...]
  /external/v8/test/mjsunit/
debug-allscopes-on-debugger.js 33 print("Next step prepared");
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus_unittest.cc 109 const double step = (b - a) / (n - 1); local
112 points.push_back(a + i * step);

Completed in 1256 milliseconds

<<11121314151617181920>>