Home
last modified time | relevance | path

Searched defs:step_func (Results 1 – 19 of 19) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/src/c/
H A Dstep_func.c26 SCICOS_BLOCKS_IMPEXP void step_func(scicos_block *block, int flag) in step_func() function
/dports/security/py-angr/angr-9.0.5405/angr/state_plugins/
H A Djavavm_classloader.py24 def get_class(self, class_name, init_class=False, step_func=None): argument
69 def init_class(self, class_, step_func=None): argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/objc.dg/
H A Dgnu-api-2-resolve-method.m161 /* Declare a category with some non existing methods, but don't
199 abort ();
/dports/security/py-angr/angr-9.0.5405/angr/
H A Dcallable.py65 def step_func(pg): function
H A Dsim_manager.py277 def step(self, stash='active', n=None, selector_func=None, step_func=None, argument
/dports/security/py-angr/angr-9.0.5405/angr/analyses/identifier/
H A Dcustom_callable.py82 def step_func(pg): function
/dports/databases/sqlitemanager/SQLiteManager-1.2.4/include/
H A Dsqlite_2.class.php110 function create_aggregate($function_name, $step_func, $finalize_func, $num_args=null) {
H A Dsqlite_3.class.php230 function create_aggregate($function_name, $step_func, $finalize_func, $num_args=null) {
H A Dsqlite2.inc.php30 function sqlitem_create_aggregate($dhb,$function_name,$step_func,$finalize_func,$num_args=null) {
H A Dsqlite3.inc.php50 function sqlitem_create_aggregate($dhb,$function_name,$step_func,$finalize_func,$num_args=null) {
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_contrib_control_flow.py314 def make_func(step_func): argument
349 def make_func(step_func): argument
395 def make_func(step_func): argument
449 def make_func(step_func): argument
509 def make_func(step_func): argument
569 def make_func(step_func): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_contrib_control_flow.py314 def make_func(step_func): argument
349 def make_func(step_func): argument
395 def make_func(step_func): argument
449 def make_func(step_func): argument
509 def make_func(step_func): argument
569 def make_func(step_func): argument
/dports/graphics/magnum-examples/magnum-examples-2019.10/src/triangle-sokol/
H A Dsokol_gfx.h1362 sg_vertex_step step_func; member
3243 const sg_vertex_step step_func = _sg_def(l_desc->step_func, SG_VERTEXSTEP_PER_VERTEX); in _sg_create_pipeline() local
5067 const sg_vertex_step step_func = _sg_def(l_desc->step_func, SG_VERTEXSTEP_PER_VERTEX); in _sg_create_pipeline() local
/dports/lang/v/v-0.1.29/thirdparty/sokol/
H A Dsokol_gfx.h1675 sg_vertex_step step_func; member
5533 const sg_vertex_step step_func = l_desc->step_func; in _sg_create_pipeline() local
7258 const sg_vertex_step step_func = l_desc->step_func; in _sg_create_pipeline() local
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sokol/
H A Dsokol_gfx.h1784 sg_vertex_step step_func; member
5936 const sg_vertex_step step_func = l_desc->step_func; in _sg_gl_create_pipeline() local
7655 const sg_vertex_step step_func = l_desc->step_func; in _sg_d3d11_create_pipeline() local
/dports/math/giacxcas/giac-1.6.0/src/
H A Dmisc.cc8599 …int step_func(const gen & f,const gen & x,gen & xmin,gen&xmax,vecteur & poi,vecteur & tvi,gen & pe… in step_func() function
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/
H A Dphpfunctions.php56850 function sqlite_create_aggregate($dbhandle, $function_name, $step_func, $finalize_func, $num_args){}
84449 function sqliteCreateAggregate($function_name, $step_func, $finalize_func, $num_args);
95374 function createAggregate($function_name, $step_func, $finalize_func, $num_args){}
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/
H A Dphpfunctions.php56850 function sqlite_create_aggregate($dbhandle, $function_name, $step_func, $finalize_func, $num_args){}
84449 function sqliteCreateAggregate($function_name, $step_func, $finalize_func, $num_args);
95374 function createAggregate($function_name, $step_func, $finalize_func, $num_args){}
/dports/devel/kdev-php/kdev-php-21.12.3/
H A Dphpfunctions.php87685 function sqlite_create_aggregate($dbhandle, $function_name, $step_func, $finalize_func, $num_args){}
138875 public function sqliteCreateAggregate($function_name, $step_func, $finalize_func, $num_args){}
158086 public function createAggregate($function_name, $step_func, $finalize_func, $num_args){}