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

1 2 3 4 56 7 8 91011>>

  /external/opencv3/modules/core/src/
umatrix.cpp 108 std::swap(a.step.p, b.step.p);
109 std::swap(a.step.buf[0], b.step.buf[0]);
110 std::swap(a.step.buf[1], b.step.buf[1]);
112 if( a.step.p == b.step.buf )
114 a.step.p = a.step.buf
    [all...]
cuda_gpu_mat.cpp 51 step(step_), data((uchar*)data_), refcount(0),
57 if (step == Mat::AUTO_STEP)
59 step = minstep;
65 step = minstep;
67 CV_DbgAssert( step >= minstep );
69 flags |= step == minstep ? Mat::CONTINUOUS_FLAG : 0;
72 dataend += step * (rows - 1) + minstep;
77 step(step_), data((uchar*)data_), refcount(0),
83 if (step == Mat::AUTO_STEP)
85 step = minstep
    [all...]
  /external/chromium-trace/catapult/experimental/buildbot/
download.py 25 for step in build.steps.itervalues():
26 step.results # pylint: disable=pointless-statement
  /external/lzma/CPP/Windows/Control/
ProgressBar.h 19 int SetStep(int step) { return (int)SendMessage(PBM_SETSTEP, step, 0); }
  /external/opencv/otherlibs/highgui/
grfmt_sunras.h 70 bool ReadData( uchar* data, int step, int color );
93 bool WriteImage( const uchar* data, int step,
grfmt_exr.h 65 bool ReadData( uchar* data, int step, int color );
73 void ChromaToBGR( float *data, int numlines, int step );
95 bool WriteImage( const uchar* data, int step,
grfmt_tiff.h 100 bool ReadData( uchar* data, int step, int color );
120 bool ReadData( uchar* data, int step, int color );
154 bool WriteImage( const uchar* data, int step,
  /external/v8/test/mjsunit/es6/debug-promises/
throw-in-constructor.js 13 var step = 0; variable
19 assertEquals(0, step);
25 step++;
39 assertEquals(1, step);
try-reject-in-constructor.js 13 var step = 0; variable
19 assertEquals(0, step);
25 step++;
41 assertEquals(1, step);
  /external/v8/test/mjsunit/harmony/
async-debug-step-continue-at-break.js 15 var [match, expected_count, step] = /\/\/ B(\d) (\w+)$/.exec(line);
17 if (step != "Continue") execState.prepareStep(Debug.StepAction[step]);
48 // carry on with the current async step.
  /external/v8/test/mjsunit/regress/
regress-crbug-323936.js 9 var step = 0; variable
15 if (step == 0) {
23 step++;
52 assertEquals(2, step);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessDataBinding.java 50 * Use initProcessingSteps to add a new step.
64 for (ProcessingStep step : mProcessingSteps) {
66 done = step.runStep(roundEnv, processingEnv, buildInfo) && done;
68 L.e(e, "Exception while handling step %s", step);
72 for (ProcessingStep step : mProcessingSteps) {
73 step.onProcessingOver(roundEnv, processingEnv, buildInfo);
124 for (ProcessingStep step : mProcessingSteps) {
125 step.mJavaFileWriter = javaFileWriter;
126 step.mCallback = dataBinderWriterCallback
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
FixedPointUtil.java 54 int step = 1 << bit; local
55 for (int i = step; i < n; i += (step << 1))
57 lookupTable[i] = lookupTable[i - step].add(pow2);
  /external/ceres-solver/internal/ceres/
levenberg_marquardt_strategy.h 40 // Levenberg-Marquardt step computation and trust region sizing
56 double* step);
60 // Treat the current step as a rejected step with no increase in
79 // allocations in every iteration and reuse when a step fails and
dogleg_strategy.h 40 // Dogleg step computation and trust region sizing strategy based on
47 // Gauss-Newton step, we compute a regularized version of it. This is
64 double* step);
88 void ComputeTraditionalDoglegStep(double* step);
90 void ComputeSubspaceDoglegStep(double* step);
107 // reports an invalid step, the value of mu_ is increased so that
110 // If a successful step is reported, then the value of mu_ is
144 // problem with the step computed in the last call to ComputeStep,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 125 LLVMValueRef step);
130 LLVMValueRef step,
144 LLVMValueRef step; member in struct:lp_build_for_loop_state
156 LLVMValueRef step);
  /external/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 54 static double binary_search(const SkDCubic& cubic, double step, const SkDPoint& pt, double t,
56 double firstStep = step;
66 if (step == 0) {
67 SkDebugf("binary search failed: step=%1.9g cubic=", firstStep);
74 double lastStep = step;
75 step /= 2;
80 // use larger x/y difference to choose step
82 t -= step;
92 t += step;
205 double step = 1e-6
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Histogram.java 36 int step = 8; local
37 int steps = (h + step - 1) / step;
41 mScript.set_gStep(step);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Histogram.java 42 int step = 8; local
43 int steps = (h + step - 1) / step;
47 mScript.set_gStep(step);
  /external/curl/src/
tool_cb_see.c 72 long step = (left > OUR_MAX_SEEK_O) ? OUR_MAX_SEEK_L : (long)left; local
73 if(LSEEK_ERROR == lseek(in->fd, step, SEEK_CUR))
76 left -= step;
  /external/deqp/framework/randomshaders/
rsgUtils.hpp 53 inline float getQuantizedFloat (de::Random& rnd, float min, float max, float step)
55 int numSteps = (int)((max-min)/step);
56 return min + step * (float)rnd.getInt(0, numSteps);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
common.hpp 84 static inline bool isAligned(size_t step, size_t size)
86 return step % size == 0;
102 cudaSafeCall( cudaBindTexture2D(0, tex, img.ptr(), &desc, img.cols, img.rows, img.step) );
  /external/opencv3/samples/cpp/
fback.cpp 20 static void drawOptFlowMap(const Mat& flow, Mat& cflowmap, int step,
23 for(int y = 0; y < cflowmap.rows; y += step)
24 for(int x = 0; x < cflowmap.cols; x += step)
  /external/valgrind/gdbserver_tests/
mcbreak.stdoutB.exp 8 old_pc has changed after step
10 old_pc has changed after step
13 old_pc has changed after step
19 old_pc has changed after step
21 old_pc has changed after step
49 old_pc has changed after step
  /external/opencv3/modules/imgproc/src/
deriv.cpp 240 sts = ippiFilterScharrHorizMaskBorder_8u16s_C1R(src.ptr(), (int)src.step, dst.ptr<Ipp16s>(), (int)dst.step, roiSize, ippMskSize3x3, ippiBorderType, 0, pBuffer);
249 sts = ippiFilterScharrVertMaskBorder_8u16s_C1R(src.ptr(), (int)src.step, dst.ptr<Ipp16s>(), (int)dst.step, roiSize, ippMskSize3x3, ippiBorderType, 0, pBuffer);
263 sts = ippiFilterScharrHorizMaskBorder_16s_C1R(src.ptr<Ipp16s>(), (int)src.step, dst.ptr<Ipp16s>(), (int)dst.step, roiSize, ippMskSize3x3, ippiBorderType, 0, pBuffer);
272 sts = ippiFilterScharrVertMaskBorder_16s_C1R(src.ptr<Ipp16s>(), (int)src.step, dst.ptr<Ipp16s>(), (int)dst.step, roiSize, ippMskSize3x3, ippiBorderType, 0, pBuffer);
286 sts = ippiFilterScharrHorizMaskBorder_32f_C1R(src.ptr<Ipp32f>(), (int)src.step, dst.ptr<Ipp32f>(), (int)dst.step, roiSize, ippMskSize3x3, ippiBorderType, 0, pBuffer)
    [all...]

Completed in 816 milliseconds

1 2 3 4 56 7 8 91011>>