HomeSort by relevance Sort by last modified time
    Searched refs:step (Results 451 - 475 of 2078) sorted by null

<<11121314151617181920>>

  /external/opencv/ml/src/
mlsvm.cpp 113 if( step < 1. + FLT_EPSILON )
114 CV_ERROR( CV_StsBadArg, "Grid step must greater then 1" );
130 grid.step = 5; // total iterations = 5
136 grid.step = 15; // total iterations = 4
142 grid.step = 7; // total iterations = 4
148 grid.step = 3; // total iterations = 3
154 grid.step = 14; // total iterations = 3
160 grid.step = 7; // total iterations = 3
    [all...]
  /external/python/cpython2/Modules/
audioop.c 287 /* Intel ADPCM step variation table */
499 ** sum_ri is calculated once, sum_aij_2 is updated each step and sum_aij_ri
500 ** is completely recalculated each step.
1411 int len, size, val = 0, step, valpred, delta, local
1527 int len, size, valpred, step, delta, index, sign, vpdiff; local
    [all...]
  /external/python/cpython3/Modules/
audioop.c 272 /* Intel ADPCM step variation table */
585 ** sum_ri is calculated once, sum_aij_2 is updated each step and sum_aij_ri
586 ** is completely recalculated each step.
1623 int step, valpred, delta, local
1752 int valpred, step, delta, index, sign, vpdiff; local
    [all...]
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_db_writer.cc 512 TF_RETURN_IF_ERROR(get.Step(&is_done));
554 TF_RETURN_IF_ERROR(get.Step(&is_done));
697 Status Append(Sqlite* db, int64 step, uint64 now, double computed_time,
723 dangling_step_ = step;
730 Status s = Write(db, rowid, step, computed_time, t);
767 Status Write(Sqlite* db, int64 rowid, int64 step, double computed_time,
771 return Update(db, step, computed_time, t, t.scalar<string>()(), rowid);
775 Update(db, step, computed_time, t, StringPiece(), rowid));
780 return Update(db, step, computed_time, t, t.tensor_data(), rowid);
784 Status Update(Sqlite* db, int64 step, double computed_time, const Tensor& t
    [all...]
  /art/runtime/jdwp/
jdwp_event.h 79 } step; member in union:art::JDWP::JdwpEventMod
  /cts/tests/tests/graphics/src/android/graphics/cts/
SweepGradientTest.java 96 final double step = twoPi / NUM_STEPS; local
99 for (double rad = step; rad <= twoPi - step; rad += step) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 118 void step(int width, int height, float minStep, float maxStep) { method in class:WindowSurface.MovingPoint
222 mPoint1.step(canvas.getWidth(), canvas.getHeight(),
224 mPoint2.step(canvas.getWidth(), canvas.getHeight(),
226 mColor.step(127, 127, 1, 3);
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 133 step(event.getEventTime());
147 step(event.getEventTime());
317 step(currentStepTime);
321 private void step(long currentStepTime) { method in class:GameView
331 if (!currentShip.step(tau)) {
341 if (!bullet.step(tau)) {
352 if (!obstacle.step(tau)) {
542 * @param tau the elapsed time in seconds since the last step
545 public boolean step(float tau) { method in class:GameView.Sprite
609 step(0)
1004 public boolean step(float tau) { method in class:GameView.Ship
1059 public boolean step(float tau) { method in class:GameView.Bullet
1096 public boolean step(float tau) { method in class:GameView.Obstacle
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathVisitor.java 78 * Visit a step within a location path.
81 * @param step The Step object.
84 public boolean visitStep(ExpressionOwner owner, NodeTest step)
  /external/autotest/frontend/afe/
control_file.py 22 CLIENT_STEP_TEMPLATE = " job.next_step('step%d')\n"
23 SERVER_STEP_TEMPLATE = ' step%d()\n'
64 lines = 'def step%d():\n%s' % (item, lines)
70 """ Constructs the control file test step code from a list of tests.
97 # is necessary to allow for nested step engine execution to work.
99 raw_steps = prepend + [_add_boilerplate_to_nested_steps(step)
100 for step in raw_control_files] + append
101 steps = [_format_step(index, step)
102 for index, step in enumerate(raw_steps)]
  /external/opencv/cv/src/
_cv.h 104 int *step; member in struct:CvPyramid
  /external/opencv/cxcore/src/
cxcopy.cpp 425 int src_step = src->step, dst_step = dst->step;
450 int src_step = src->step;
451 int dst_step = dst->step;
462 mask_step = mask->step;
561 mat_step = mat->step;
630 mask_step = mask->step;
729 mat_step = mat->step;
954 IPPI_CALL( icvFlipVert_8u_C1R( src->data.ptr, src->step,
955 dst->data.ptr, dst->step, size ))
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 182 bool GrFmtPngReader::ReadData( uchar* data, int step, int color )
232 buffer[y] = data + y*step;
266 bool GrFmtPngWriter::WriteImage( const uchar* data, int step,
309 buffer[y] = (uchar*)(data + y*step);
  /external/skia/infra/bots/recipes/
calmbench.py 17 'recipe_engine/step',
61 api.run(api.step, 'Run calmbench', cmd=command)
infra.py 13 'recipe_engine/step',
32 api.step('infra_tests', cmd=['make', '-C', 'infra/bots', 'test'])
update_meta_config.py 17 'recipe_engine/step',
54 api.run(api.step, 'Update meta/config', cmd=cmd)
upload_nano_results.py 14 'recipe_engine/step',
50 api.step(
  /external/skqp/infra/bots/recipes/
calmbench.py 17 'recipe_engine/step',
61 api.run(api.step, 'Run calmbench', cmd=command)
infra.py 13 'recipe_engine/step',
32 api.step('infra_tests', cmd=['make', '-C', 'infra/bots', 'test'])
update_meta_config.py 17 'recipe_engine/step',
54 api.run(api.step, 'Update meta/config', cmd=cmd)
upload_nano_results.py 14 'recipe_engine/step',
50 api.step(
  /external/strace/
filter_qualify.c 109 fopts->step = intval;
112 fopts->step = 1;
116 fopts->step = 0;
250 .step = 1
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_tftp.c 268 step();
381 step();
503 step();
572 step();
  /external/syslinux/gpxe/src/core/
monojob.c 75 step();
  /external/syslinux/gpxe/src/net/80211/
wpa_psk.c 76 * Step WPA-PSK authentication
121 .step = wpa_psk_step,

Completed in 753 milliseconds

<<11121314151617181920>>