Searched defs:step (Results 26 - 50 of 440) sorted by relevance

1234567891011>>

/external/skia/samplecode/
H A DSampleSpiral.cpp45 SkScalar step = SK_ScalarPI / (55 - i); local
46 SkScalar angle = t * step;
H A DSampleStringArt.cpp35 SkScalar step = angle; variable
42 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX,
43 length*SkScalarSin(step) + center.fY);
46 step += angle;
/external/ceres-solver/internal/ceres/
H A Dlevenberg_marquardt_strategy.cc69 double* step) {
72 CHECK_NOTNULL(step);
101 InvalidateArray(num_parameters, step);
107 linear_solver_->Solve(jacobian, residuals, solve_options, step);
112 !IsArrayValid(num_parameters, step)) {
113 LOG(WARNING) << "Linear solver failure. Failed to compute a finite step.";
116 VectorRef(step, num_parameters) *= -1.0;
128 step,
65 ComputeStep( const TrustRegionStrategy::PerSolveOptions& per_solve_options, SparseMatrix* jacobian, const double* residuals, double* step) argument
/external/chromium_org/components/copresence/
H A Dcopresence_manager_impl.cc84 const std::string& step, bool success) {
86 LOG(ERROR) << step << " failed!";
90 DVLOG(3) << "Init step: " << step << " complete.";
83 InitStepComplete( const std::string& step, bool success) argument
/external/chromium_org/media/base/
H A Daudio_buffer_queue_unittest.cc39 T step,
46 step,
36 MakeTestBuffer(SampleFormat format, ChannelLayout channel_layout, T start, T step, int frames) argument
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DDateTimeChooser.h61 double step; member in struct:blink::DateTimeChooserParameters
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
H A DarmSP_FFT_CToC_FC32_Radix2_fs_s.S66 #define step x9 define
97 rsb step, pointStep, #8
104 LD1 {dX1},[pSrc],step // step = -pointStep + 8
112 // dstStep = step = -pointStep + 8
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DarmSP_FFT_CToC_SC16_Radix2_fs_unsafe_s.S73 #define step r8 define
107 RSB step,pointStep,#4
115 VLD1 {dX1S32[0]},[pSrc],step @// step = -pointStep + 4
132 VST1 {dY1S32[0]},[pDst],dstStep @// dstStep = step = -pointStep + 4
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/
H A DomxSP_FFTInit_C_FC32.c57 OMX_INT step; local
105 /* step into the twiddle table for the current order */
106 step = 1 << diff;
122 j = i * step;
H A DomxSP_FFTInit_C_SC16.c67 OMX_INT Nby2,N,M,diff,step; local
122 step = 1<<diff; /* step into the twiddle table for the current order */
144 j = i*step;
H A DomxSP_FFTInit_C_SC32.c68 OMX_INT Nby2,N,M,diff, step; local
121 step = 1<<diff; /* step into the twiddle table for the current order */
140 j = i*step;
/external/chromium_org/third_party/skia/experimental/pixman/
H A Djunk.cpp18 bool DrawPixman(SkCanvas* canvas, int step, bool useOld);
97 bool DrawPixman(SkCanvas* c, int step, bool usePixman) { argument
99 switch(step) {
/external/chromium_org/third_party/skia/gm/
H A Dstringart.cpp43 SkScalar step = angle; local
50 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX,
51 length*SkScalarSin(step) + center.fY);
54 step += angle;
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
H A Dbouncing_balls.js79 balls[i].step(jolt);
95 function step(jolt) {
142 //bounces per time step to avoid the "tunnel effect".
174 step: step
/external/chromium_org/v8/test/mjsunit/
H A Dmath-floor-of-div-nosudiv.js37 var step = 10; variable
53 if (k > exhaustive_limit) { c += step; k += c; }
111 if (k > exhaustive_limit) { c += step; k += c; }
H A Dmath-floor-of-div.js37 var step = 10; variable
53 if (k > exhaustive_limit) { c += step; k += c; }
111 if (k > exhaustive_limit) { c += step; k += c; }
/external/eigen/test/
H A Dnullary.cpp47 const Scalar step = ((size == 1) ? 1 : (high-low)/(size-1)); local
55 n(i) = low+i*step;
/external/icu/icu4c/source/i18n/
H A Dcollation.cpp70 Collation::decTwoBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { argument
72 // minus the step, modulo the number of usable byte values, plus the minimum.
75 U_ASSERT(0 < step && step <= 0x7f);
76 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - step;
92 Collation::decThreeBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { argument
94 // minus the step, modulo the number of usable byte values, plus the minimum.
95 U_ASSERT(0 < step && step <= 0x7f);
96 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step;
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml67 let step = var
69 | [< 'Token.Kwd ','; step=parse_expr >] -> Some step
75 Ast.For (id, start, end_, step, body)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml68 let step = var
70 | [< 'Token.Kwd ','; step=parse_expr >] -> Some step
76 Ast.For (id, start, end_, step, body)
/external/opencv/cvaux/src/
H A Dcvcreatehandmask.cpp53 uchar * image_mask, int step,
79 memset( image_mask, 0, step * size.height );
90 *(image_mask + pt.y * step + pt.x) = 255;
52 icvCreateHandMask8uC1R(CvSeq * numbers, uchar * image_mask, int step, CvSize size, CvRect * roi ) argument
/external/skia/experimental/pixman/
H A Djunk.cpp18 bool DrawPixman(SkCanvas* canvas, int step, bool useOld);
97 bool DrawPixman(SkCanvas* c, int step, bool usePixman) { argument
99 switch(step) {
/external/skia/gm/
H A Dstringart.cpp43 SkScalar step = angle; local
50 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX,
51 length*SkScalarSin(step) + center.fY);
54 step += angle;
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathVisitor.java78 * Visit a step within a location path.
81 * @param step The Step object.
84 public boolean visitStep(ExpressionOwner owner, NodeTest step) argument
/external/bison/examples/calc++/
H A Dlocation.hh90 void step () function in class:yy::location

Completed in 1563 milliseconds

1234567891011>>