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

1 2 3 45 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
levenberg_marquardt_strategy.cc 69 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,
  /external/jemalloc/include/jemalloc/internal/
smoothstep.sh 39 step=$1
40 y=`echo ${yprec} k ${step} ${nsteps} / sx _2 lx 3 ^ '*' 3 lx 2 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
45 step=$1
46 y=`echo ${yprec} k ${step} ${nsteps} / sx 6 lx 5 ^ '*' _15 lx 4 ^ '*' + 10 lx 3 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
51 step=$1
52 y=`echo ${yprec} k ${step} ${nsteps} / sx _20 lx 7 ^ '*' 70 lx 6 ^ '*' + _84 lx 5 ^ '*' + 35 lx 4 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
84 /* STEP(step, h, x, y) */ \\
91 printf ' STEP(%4d, UINT64_C(0x%016x), %s, %s) \\\n' ${s} ${h} ${x} ${y}
  /cts/tests/app/app/src/android/app/stubs/
SearchManagerStubActivity.java 74 public boolean doStep(int step) throws FailException {
75 switch (step) {
88 throw new IllegalArgumentException("Bad step " + step);
105 public boolean doStep(int step) throws FailException {
106 switch (step) {
125 throw new IllegalArgumentException("Bad step " + step);
134 public boolean doStep(int step) throws FailException {
135 switch (step) {
    [all...]
  /external/opencv3/apps/traincascade/
traincascade_features.h 9 #define CV_SUM_OFFSETS( p0, p1, p2, p3, rect, step ) \
11 (p0) = (rect).x + (step) * (rect).y; \
13 (p1) = (rect).x + (rect).width + (step) * (rect).y; \
15 (p2) = (rect).x + (step) * ((rect).y + (rect).height); \
17 (p3) = (rect).x + (rect).width + (step) * ((rect).y + (rect).height);
19 #define CV_TILTED_OFFSETS( p0, p1, p2, p3, rect, step ) \
21 (p0) = (rect).x + (step) * (rect).y; \
23 (p1) = (rect).x - (rect).height + (step) * ((rect).y + (rect).height);\
25 (p2) = (rect).x + (rect).width + (step) * ((rect).y + (rect).width); \
28 + (step) * ((rect).y + (rect).width + (rect).height)
    [all...]
  /external/v8/test/mjsunit/harmony/
async-debug-step-abort-at-break.js 15 var [match, expected_count, step] = /\/\/ B(\d) (\w+)$/.exec(line);
17 if (step != "Continue") execState.prepareStep(Debug.StepAction[step]);
47 // Starting a new step action at an intermediate break point
48 // means that we will abort the current async step.
async-debug-step-next-constant.js 15 var [match, expected_count, step] = /\/\/ B(\d) (\w+)$/.exec(line);
17 if (step != "Continue") execState.prepareStep(Debug.StepAction[step]);
  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 59 * Provides the next step.
66 * either the next step to perform, or success, or failure.
75 int step = UNREACHABLE; local
78 step = firstStep(plan);
80 step = proxiedStep(plan, fact);
82 step = directStep(plan, fact);
84 return step;
90 * Determines the first step to establish a route.
94 * @return the first step
104 * Determines the next step to establish a direct connection
    [all...]
  /external/chromium-trace/catapult/catapult_build/perfbot_stats/
chrome_perf_step_timings.py 6 """Script to pull chromium.perf step timings from chrome-infra-stats API.
8 Currently this pulls the list of steps per builder. For each step, if it is not
9 a setup step, we get the step stats for the last 20 runs for that builder.
113 USAGE = 'Usage: chrome-perf-step-timings.py <outfilename>'
124 col_names = [('builder', 'step', 'run_count', 'stddev', 'mean', 'maximum',
137 for step in steps:
138 if step in IGNORED_STEPS:
140 url = STEP_ACTIVE_URL % (urllib.quote(builder), urllib.quote(step))
152 url = STEP_STATS_URL % (urllib.quote(builder), urllib.quote(step))
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 59 bool ReadData( uchar* data, int step, int color );
78 bool WriteImage( const uchar* data, int step,
115 bool ReadData( uchar* data, int step, int color );
156 void ProcessScan( int* idx, int ns, uchar* data, int step, int color );
190 bool WriteImage( const uchar* data, int step,
  /cts/apps/CameraITS/tests/scene1/
test_post_raw_sensitivity_boost.py 126 # Test that raw means is about 2x brighter than next step
127 for step in range(1, len(reqs)):
128 (s_prev, s_boost_prev) = settings[step - 1]
129 (s, s_boost) = settings[step]
134 ratio = raw_rgb_means[step - 1][rgb] / raw_rgb_means[step][rgb]
135 print ("Step (%d,%d) %s channel: %f, %f, ratio %f," +
137 step-1, step, rgb_str[rgb],
138 raw_rgb_means[step - 1][rgb]
    [all...]
  /external/skia/bench/
InterpBench.cpp 63 SkFixed step = SkFloatToFixed(dx); variable
65 dst[i + 0] = TILE(curr, count); curr += step;
66 dst[i + 1] = TILE(curr, count); curr += step;
67 dst[i + 2] = TILE(curr, count); curr += step;
68 dst[i + 3] = TILE(curr, count); curr += step;
82 int64_t step = (int64_t)(dx * 65536 * 655536); variable
87 curr += step;
91 curr += step;
95 curr += step;
99 curr += step;
113 int64_t step = (int64_t)(dx * 65536 * 655536 * 65536); variable
    [all...]
  /external/tremolo/Tremolo/
mdct.c 64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){
76 XPROD31( s0, s2, T[0], T[1], &aX[0], &aX[2] ); T+=step;
82 XPROD31( s0, s2, T[1], T[0], &aX[0], &aX[2] ); T-=step;
95 XNPROD31( ro2, ro0, T[1], T[0], &aX[0], &aX[2] ); T+=step;
197 STIN void mdct_butterfly_generic(DATA_TYPE *x,int points,int step){
209 XPROD31( s2, s3, T[0], T[1], &x2[1], &x2[3] ); T+=step;
222 XNPROD31( s3, s2, T[0], T[1], &x2[1], &x2[3] ); T-=step;
274 STIN void mdct_step7(DATA_TYPE *x,int n,int step){
277 LOOKUP_T *T = (step>=4)?(sincos_lookup0+(step>>1)):sincos_lookup1
413 int step; local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
VelocityTrackerTest.java 144 private void move(long duration, long step) {
147 duration -= step;
148 mTime += step;
149 mPx += (mAx / 2 * step + mVx) * step;
150 mPy += (mAy / 2 * step + mVy) * step;
151 mVx += mAx * step;
152 mVy += mAy * step;
  /external/libunwind/tests/
Gperf-simple.c 58 measure_unwind (int maxlevel, double *step)
86 *step = (stop - start) / (double) level;
93 g1 (int level, int maxlevel, double *step)
96 return measure_unwind (maxlevel, step);
99 return f1 (level + 1, maxlevel, step) + level;
103 f1 (int level, int maxlevel, double *step)
106 return measure_unwind (maxlevel, step);
109 return g1 (level + 1, maxlevel, step) + level;
115 double step, min_step, first_step, sum_step; local
122 f1 (0, maxlevel, &step);
    [all...]
Gperf-trace.c 58 measure_unwind (int maxlevel, double *step)
72 *step = (stop - start) / (double) level;
79 g1 (int level, int maxlevel, double *step)
82 return measure_unwind (maxlevel, step);
85 return f1 (level + 1, maxlevel, step) + level;
89 f1 (int level, int maxlevel, double *step)
92 return measure_unwind (maxlevel, step);
95 return g1 (level + 1, maxlevel, step) + level;
101 double step, min_step, first_step, sum_step; local
108 f1 (0, maxlevel, &step);
    [all...]
  /external/opencv3/modules/core/src/
cuda_host_mem.cpp 62 void* data0, size_t* step,
68 if (step)
70 if (data0 && step[i] != CV_AUTOSTEP)
72 CV_Assert(total <= step[i]);
73 total = step[i];
77 step[i] = total;
208 step = elemSize() * cols;
213 step = alignUpStep(step, devInfo.textureAlignment());
216 int64 _nettosize = (int64)step*rows
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xrange.py 13 def pyrange(start, stop, step):
14 if (start - stop) // step < 0:
16 # that are congruent to start modulo step.
17 stop += (start - stop) % step
20 start += step
22 def pyrange_reversed(start, stop, step):
23 stop += (start - stop) % step
24 return pyrange(stop - step, start - step, -step)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xrange.py 13 def pyrange(start, stop, step):
14 if (start - stop) // step < 0:
16 # that are congruent to start modulo step.
17 stop += (start - stop) % step
20 start += step
22 def pyrange_reversed(start, stop, step):
23 stop += (start - stop) % step
24 return pyrange(stop - step, start - step, -step)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xrange.py 13 def pyrange(start, stop, step):
14 if (start - stop) // step < 0:
16 # that are congruent to start modulo step.
17 stop += (start - stop) % step
20 start += step
22 def pyrange_reversed(start, stop, step):
23 stop += (start - stop) % step
24 return pyrange(stop - step, start - step, -step)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xrange.py 13 def pyrange(start, stop, step):
14 if (start - stop) // step < 0:
16 # that are congruent to start modulo step.
17 stop += (start - stop) % step
20 start += step
22 def pyrange_reversed(start, stop, step):
23 stop += (start - stop) % step
24 return pyrange(stop - step, start - step, -step)
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
cuda_types.hpp 97 __CV_CUDA_HOST_DEVICE__ PtrStep() : step(0) {}
98 __CV_CUDA_HOST_DEVICE__ PtrStep(T* data_, size_t step_) : DevPtr<T>(data_), step(step_) {}
100 size_t step; member in struct:cv::cuda::PtrStep
102 __CV_CUDA_HOST_DEVICE__ T* ptr(int y = 0) { return ( T*)( ( char*)DevPtr<T>::data + y * step); }
103 __CV_CUDA_HOST_DEVICE__ const T* ptr(int y = 0) const { return (const T*)( (const char*)DevPtr<T>::data + y * step); }
116 explicit PtrStepSz(const PtrStepSz<U>& d) : PtrStep<T>((T*)d.data, d.step), cols(d.cols), rows(d.rows){}
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
xcorr_coef.c 32 int16_t step /* (i) +1 or -1 */
57 if (step==1) {
61 } else { /* step==-1 */
131 pos+=step;
134 Energy += step * ((*rp_end * *rp_end - *rp_beg * *rp_beg) >> shifts);
135 rp_beg+=step;
136 rp_end+=step;
  /external/opencv/cxcore/src/
cxlogic.cpp 64 uchar* dst, int step, CvSize size ), (src1, step1, src2, step2, dst, step, size) )\
66 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
112 ( const uchar* src0, int step1, uchar* dst0, int step, CvSize size, \
117 for( ; size.height--; src0 += step1, dst0 += step ) \
288 dstbuf.step = cvAlign( dstbuf.step, 8 );
289 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size;
303 src_step = src->step;
    [all...]
  /external/libxml2/
pattern.c 92 int flags; /* properties of that step */
114 int *states; /* the array of step indexes */
141 int step; member in struct:_xmlStepState
342 * Add a step to an XSLT Compiled Match
464 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) {
480 states->states[states->nbstates].step = step;
483 fprintf(stderr, "Push: %d, %s\n", step, node->name);
500 xmlStepOpPtr step; local
507 step = &comp->steps[i]
1580 xmlStepOp step; local
1862 xmlStreamStep step; local
    [all...]
  /external/clang/test/SemaCXX/
for-range-examples.cpp 30 T it, step; member in class:value_range_detail::value_range_step_iter
32 value_range_step_iter(const T &it, const T &step) : it(it), step(step) {}
35 value_range_step_iter &operator++() { it += step; return *this; }
40 T it, step, end_; member in class:value_range_detail::value_range_step
42 value_range_step(const T &it, const T &end, const T &step) :
43 it(it), end_(end), step(step) {}
45 iterator begin() const { return iterator(it, step); }
    [all...]

Completed in 2636 milliseconds

1 2 3 45 6 7 8 91011>>