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

12345678

/external/oprofile/libabi/
H A Dopimport.cpp147 unsigned int step = abi.need("sizeof_odb_node_t"); local
149 cerr << "extracting " << node_nr << " nodes of " << step << " bytes each " << endl;
151 assert(src + (node_nr * step) <= begin + len);
153 for (odb_node_nr_t i = 1 ; i < node_nr ; ++i, src += step) {
/external/skia/samplecode/
H A DSampleAnimatedGradient.cpp49 SkScalar step = SK_ScalarPI / (10); local
50 SkScalar angle = t * step;
H A DSampleCircle.cpp85 SkScalar step = SK_ScalarPI * 2 / n; local
88 angle += step;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dtarget.h40 /* If non-zero, we want to single-step. */
41 int step; member in struct:thread_resume
/external/webkit/Source/WebCore/html/
H A DBaseDateAndTimeInputType.cpp111 bool BaseDateAndTimeInputType::stepMismatch(const String& value, double step) const
119 ASSERT(round(step) == step);
120 return fmod(doubleValue, step);
167 double step; local
168 if (!element()->getAllowedValueStep(&step))
170 if (!fmod(step, msecPerMinute))
172 if (!fmod(step, msecPerSecond))
/external/webkit/Source/WebCore/platform/
H A DScrollAnimatorWin.cpp77 bool ScrollAnimatorWin::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float multiplier) argument
81 return ScrollAnimator::scroll(orientation, granularity, step, multiplier);
85 float newPos = std::max(std::min(data->m_desiredPos + (step * multiplier), static_cast<float>(m_scrollableArea->scrollSize(orientation))), 0.0f);
101 // increment the desired position by |step| (with |multiplier| == 1) every
110 // lag = |step| - v(0.5tA + tD)
113 // |step| / ScrollbarTheme::nativeTheme()->autoscrollTimerDelay()
124 // float animationStep = step;
147 // here, because the further behind we are, the larger the base step value
152 // lag = |step| * ((r / k) - 1)
162 // with |animationStep| == |step| * |multiplie
[all...]
H A DScrollableArea.cpp73 float step = 0; local
76 step = scrollbar->lineStep();
79 step = scrollbar->pageStep();
82 step = scrollbar->totalSize();
85 step = scrollbar->pixelStep();
92 return m_scrollAnimator->scroll(orientation, granularity, step, multiplier);
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
H A Dscrollbar_render.cpp111 int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags)
150 calcThumbStartAndLength(physicalLength, max, current, step, &thumbStart, &thumbLength);
110 wxRenderer_DrawScrollbar(wxWindow* window, wxDC& dc, const wxRect& rect, wxOrientation orient, int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags) argument
/external/webkit/Source/WebCore/xml/
H A DXPathPath.cpp117 Step* step = m_steps[i]; local
121 bool needToCheckForDuplicateNodes = !nodes.subtreesAreDisjoint() || (step->axis() != Step::ChildAxis && step->axis() != Step::SelfAxis
122 && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis);
128 if (nodes.subtreesAreDisjoint() && (step->axis() == Step::ChildAxis || step->axis() == Step::SelfAxis))
133 step->evaluate(nodes[j], matches);
151 void LocationPath::appendStep(Step* step) argument
166 insertFirstStep(Step* step) argument
[all...]
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_key_bindings_handler.cc216 GtkTextView* text_view, GtkMovementStep step, gint count,
222 switch (step) {
265 GtkTextView* text_view, GtkScrollStep step, gint count) {
215 MoveCursor( GtkTextView* text_view, GtkMovementStep step, gint count, gboolean extend_selection) argument
264 MoveViewport( GtkTextView* text_view, GtkScrollStep step, gint count) argument
/external/clang/test/SemaCXX/
H A Dfor-range-examples.cpp30 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) {} argument
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) : argument
43 it(it), end_(end), step(step) {}
45 iterator begin() const { return iterator(it, step); }
54 range(const T &a, const T &b, const T &step) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DBuildResults.java458 void setValue(int dim_id, int step, long value) { argument
488 switch (step) {
H A DConfigResults.java640 void setValue(int build_id, int dim_id, int step, long value) { argument
647 buildResults.setValue(dim_id, step, value);
H A DScenarioResults.java359 void setValue(int build_id, int dim_id, int config_id, int step, long value) { argument
365 configResults.setValue(build_id, dim_id, step, value);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
H A DShaderUtils.java78 public static final float step(final float a, final float x) { method in class:ShaderUtils
87 return ShaderUtils.step(a, x) - ShaderUtils.step(b, x);
/external/libvorbis/lib/
H A Dcodebook.c359 int step=n/book->dim; local
360 long *entry = alloca(sizeof(*entry)*step);
361 float **t = alloca(sizeof(*t)*step);
364 for (i = 0; i < step; i++) {
369 for(i=0,o=0;i<book->dim;i++,o+=step)
370 for (j=0;j<step;j++)
/external/libvorbis/vq/
H A Dmetrics.c209 float process_one(codebook *b,int book,float *a,int dim,int step,int addmul, argument
217 amplitude=a[j*step]-(b->c->q_sequencep?last:0);
221 last=a[j*step];
228 temp=a[j*step];
229 a[j*step]-=base;
234 entry=vorbis_book_besterror(b,a,step,addmul);
245 float error=a[j*step];
/external/libvpx/examples/includes/geshi/contrib/
H A Dcssgen.php154 // Get what step we're up to
155 $step = get_var('step'); variable
157 if ( !$step || $step == 1 )
253 <br /><br /><form action="cssgen.php?step=2" method="post">
261 elseif ( $step == 2 )
286 echo '<form action="cssgen.php?step=3" method="post" id="step2">
327 elseif ( $step == 3 )
/external/opencv/cvaux/src/
H A Dcvdpstereo.cpp70 uchar step; //local-optimal step member in struct:_CvDPCell
181 CELL(0,x).step = CELL(dispH-1,x).step = ICV_DP_STEP_LEFT;
186 CELL(d,d-2).step = ICV_DP_STEP_UP;
189 CELL(1,0).step = ICV_DP_STEP_LEFT;
203 //check left step
206 //check up step
207 if( _cell[d+1].step != ICV_DP_STEP_DIAG && e0 )
211 if( _cell[d-1-dispH].step !
[all...]
H A Dcvmorphing.cpp74 float step = 0; local
105 step = 0;
107 step = (endLine - begLine) / ((float) (endDestLine - begDestLine));
134 begLine += step;
161 begLine += step;
194 step = 0;
196 step = (endLine - begLine) / ((float) (endDestLine - begDestLine));
231 begLine += step;
261 begLine += step;
/external/opencv/cxcore/src/
H A Dcxlogic.cpp64 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;
573 IPCVAPI_IMPL( CvStatus, icvNot_8u_C1R, ( const uchar* src1, int step1, uchar* dst, int step, CvSize size ), (src1, step1, dst, step, size) ) argument
[all...]
H A Dcxrand.cpp70 icvRandBits_##flavor##_C1R( arrtype* arr, int step, CvSize size, \
75 step /= sizeof(arr[0]); \
77 for( ; size.height--; arr += step ) \
152 icvRand_##flavor##_C1R( arrtype* arr, int step, CvSize size, \
156 step /= sizeof(arr[0]); \
158 for( ; size.height--; arr += step ) \
211 icvRand_64f_C1R( double* arr, int step, CvSize size, argument
215 step /= sizeof(arr[0]);
217 for( ; size.height--; arr += step )
342 icvRandn_##flavor##_C1R( arrtype* arr, int step, CvSiz
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_bmp.cpp187 bool GrFmtBmpReader::ReadData( uchar* data, int step, int color ) argument
204 data += (m_height - 1)*step;
205 step = -step;
227 for( y = 0; y < m_height; y++, data += step )
241 for( y = 0; y < m_height; y++, data += step )
307 data = FillUniColor( data, line_end, step, width3,
311 data = FillUniGray( data, line_end, step, width3,
329 for( y = 0; y < m_height; y++, data += step )
359 data = FillUniColor( data, line_end, step, width
493 WriteImage( const uchar* data, int step, int width, int height, int , int channels ) argument
[all...]
H A Dgrfmt_exr.cpp198 bool GrFmtExrReader::ReadData( uchar* data, int step, int color ) argument
220 ystep = step;
314 UpSample( data, 3, step / xstep, xsample[0], m_blue->ySampling );
316 UpSample( data + xstep, 3, step / xstep, xsample[1], m_green->ySampling );
318 UpSample( data + 2 * xstep, 3, step / xstep, xsample[2], m_red->ySampling );
321 UpSample( data, 1, step / xstep, xsample[0], m_green->ySampling );
352 ChromaToBGR( (float *)buffer, 1, step );
374 out += step;
379 UpSampleY( data, 3, step / xstep, m_blue->ySampling );
381 UpSampleY( data + xstep, 3, step / xste
589 WriteImage( const uchar* data, int step, int width, int height, int depth, int channels ) argument
[all...]
H A Dgrfmt_jpeg2000.cpp152 bool GrFmtJpeg2000Reader::ReadData( uchar* data, int step, int color ) argument
235 result = ReadComponent8u( data + i, buffer, step, cmptlut[i], maxval, offset, ncmpts );
237 result = ReadComponent16u( ((unsigned short *)data) + i, buffer, step / 2, cmptlut[i], maxval, offset, ncmpts );
260 int step, int cmpt,
280 uchar* dst = data + (y - yoffset) * step - xoffset;
312 for( ++y; y < y1; y++, dst += step )
314 dst[x*ncmpts + step] = dst[x*ncmpts];
322 int step, int cmpt,
342 ushort* dst = data + (y - yoffset) * step - xoffset;
374 for( ++y; y < y1; y++, dst += step )
259 ReadComponent8u( uchar *data, jas_matrix_t *buffer, int step, int cmpt, int maxval, int offset, int ncmpts ) argument
321 ReadComponent16u( unsigned short *data, jas_matrix_t *buffer, int step, int cmpt, int maxval, int offset, int ncmpts ) argument
402 WriteImage( const uchar* data, int step, int width, int height, int depth, int channels ) argument
455 WriteComponent8u( jas_image_t *img, const uchar *data, int step, int ncmpts, int w, int h ) argument
478 WriteComponent16u( jas_image_t *img, const unsigned short *data, int step, int ncmpts, int w, int h ) argument
[all...]

Completed in 492 milliseconds

12345678