HomeSort by relevance Sort by last modified time
    Searched defs:step (Results 176 - 200 of 642) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/OpenMP/
for_loop_messages.cpp 181 // Ok - step was converted to integer type.
225 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
232 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
239 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
246 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
253 // expected-note@+3 {{loop step is expected to be negative due to this condition}}
260 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
267 // expected-note@+3 {{loop step is expected to be negative due to this condition}}
274 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
321 // expected-note@+3 {{loop step is expected to be positive due to this condition}
547 static IT step() { function in class:TC
    [all...]
parallel_for_loop_messages.cpp 153 // Ok - step was converted to integer type.
190 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
196 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
202 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
208 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
214 // expected-note@+3 {{loop step is expected to be negative due to this condition}}
220 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
226 // expected-note@+3 {{loop step is expected to be negative due to this condition}}
232 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
272 // expected-note@+3 {{loop step is expected to be positive due to this condition}
469 static IT step() { function in class:TC
    [all...]
simd_loop_messages.cpp 144 // Ok - step was converted to integer type.
181 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
187 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
193 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
199 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
205 // expected-note@+3 {{loop step is expected to be negative due to this condition}}
211 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
217 // expected-note@+3 {{loop step is expected to be negative due to this condition}}
223 // expected-note@+3 {{loop step is expected to be positive due to this condition}}
266 // expected-note@+3 {{loop step is expected to be positive due to this condition}
461 static IT step() { function in class:TC
    [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...]
  /external/deqp/framework/common/
tcuVectorUtil.hpp 71 inline float step (float edge, float x) { return (x < edge) ? 0.0f : 1.0f; } function in namespace:tcu
81 inline double step (double edge, double x) { return (x < edge) ? 0.0 : 1.0; } function in namespace:tcu
462 TCU_DECLARE_VECTOR_BINARY_FUNC(step, deFloatStep)
  /external/deqp/framework/randomshaders/
rsgUtils.cpp 221 const float step = 0.1f; local
228 float minVal = minFloatVal + step*minStep;
229 float maxVal = minVal + step*rangeLen;
  /external/deqp/modules/gles3/functional/
es3fFboMultisampleTests.cpp 181 const float step = 2.0f / (float)numSteps; local
190 float d = -1.0f + step*ndx;
204 const int step = 1; local
212 int s = step*ndx;
  /external/icu/icu4c/source/common/
stringtriebuilder.cpp 493 int32_t step=0; local
498 edgeNumber=edge->markRightEdgesFirst(edgeNumber-step);
501 step=1;
  /external/icu/icu4c/source/test/intltest/
bytestrietest.cpp 612 int32_t index, step; local
616 step=2;
620 step=3;
623 step=-1;
628 index=(index+step)%dataLength;
  /external/opencv/cvaux/src/
cvdpstereo.cpp 70 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 != ICV_DP_STEP_UP && (_edges[1-d] & 2) )
    [all...]
  /external/opencv/cxcore/include/
cxcore.hpp 159 int step() const { return image ? image->widthStep : 0; } function in class:CvImage
218 void* data=0, int step=CV_AUTOSTEP )
219 { matrix = cvInitMatHeader( hdr, rows, cols, type, data, step ); }
223 CvMatrix( int rows, int cols, int type, void* data, int step=CV_AUTOSTEP )
225 cvSetData( matrix, data, step ); }
327 int step() const { return matrix ? matrix->step : 0; } function in class:CvMatrix
329 void set_data( void* data, int step=CV_AUTOSTEP )
330 { cvSetData( matrix, data, step ); }
332 uchar* row(int i) { return !matrix ? 0 : matrix->data.ptr + i*matrix->step; }
    [all...]
  /external/pixman/pixman/
pixman-filter.c 226 double step; local
237 step = 1.0 / n_phases;
241 double frac = step / 2.0 + i * step;
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c 265 Sint32 delta, step; local
268 step = step_table[state->index];
269 delta = step >> 3;
270 if ( nybble & 0x04 ) delta += step;
271 if ( nybble & 0x02 ) delta += (step >> 1);
272 if ( nybble & 0x01 ) delta += (step >> 2);
  /external/smack/src/org/xbill/DNS/
Master.java 194 // The first field is of the form start-end[/step]
210 long step; local
212 step = parseUInt32(stepstr);
214 step = 1;
215 if (start < 0 || end < 0 || start > end || step <= 0)
236 generator = new Generator(start, end, step, nameSpec,
  /external/tremolo/Tremolo/
codebook.c 818 int step=n/book->dim; local
823 for (j=0;j<step;j++){
825 for(i=0,o=j;i<book->dim;i++,o+=step)
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...]
  /external/zlib/src/contrib/testzlib/
testzlib.c 196 int step=0; local
212 step++;
220 printf("total compress size = %u, in %u step\n",lSizeCpr,step);
237 int step=0; local
253 step++;
261 printf("total uncompress size = %u, in %u step\n",lSizeUncpr,step);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 42 step RN 14 label
142 ADD step, srcdstStep, srcdstStep
145 VLD1 dRow0, [pSrcDst], step
147 VLD1 dRow1, [pTmp], step
148 VLD1 dRow2, [pSrcDst], step
149 VLD1 dRow3, [pTmp], step
150 VLD1 dRow4, [pSrcDst], step
151 VLD1 dRow5, [pTmp], step
152 VLD1 dRow6, [pSrcDst], step
153 VLD1 dRow7, [pTmp], step
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.c 1562 u32 step; local
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SyncRunner.java 89 public int step() { method in class:SyncRunner
208 if (mLogVerbose) Log.v(TAG, "Performing one step.");
224 throw new RuntimeException("Calling step on scheduler with no graph in place!");
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraFunctionalTest.java 139 float step = params.getExposureCompensationStep(); local
140 int stepsPerEV = (int) Math.round(Math.pow((double) step, -1));
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java 455 public static boolean step() { method in class:DisplayModifier
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 284 GL2JNILib.step();
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 284 GLPerfLib.step();
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 287 GLDualLib.step();

Completed in 4375 milliseconds

1 2 3 4 5 6 78 91011>>