Home
last modified time | relevance | path

Searched refs:outstruct (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/abi/bind/
H A Dtemplate.go324outstruct := new(struct{ {{range .Normalized.Outputs}} {{.Name}} {{bindtype .Type $structs}}; {{en…
326 return *outstruct, err
329outstruct.{{.Name}} = *abi.ConvertType(out[{{$i}}], new({{bindtype .Type $structs}})).(*{{bindtype…
331 return *outstruct, err
/dports/math/octave-forge-mapping/mapping-1.4.1/inst/
H A Dshaperead.m17 ## @deftypefn {Function File} [@var{outstruct} ] = shaperead (@var{shp_filename})
18 ## @deftypefnx {Function File} [@var{outstruct} ] = shaperead (@var{shp_filename}, @var{outstyle})
19 ## @deftypefnx {Function File} [@var{outstruct} ] = shaperead (@var{shp_filename}, @var{outstyle}, …
20 ## @deftypefnx {Function File} [@var{outstruct}, @var{atts} ] = shaperead (@var{shp_filename}, ...)
847 ## Octave-style outstruct. Truncate vals to proper length
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/tests/unit_tests/optimbase/
H A Doptimbase_newdestroy.tst242 // Test outstruct when no -outputcommand is defined
H A Doptimbase_newdestroy.dia.ref233 // Test outstruct when no -outputcommand is defined
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dsubopt.c981 char *outstruct = vrna_cut_point_insert(structure, (vc->strands > 1) ? ss[so[1]] : -1); in vrna_subopt_cb() local
982 cb((const char *)outstruct, structure_energy, data); in vrna_subopt_cb()
983 free(outstruct); in vrna_subopt_cb()
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DDynamicModel.cc3094 string modstruct, outstruct; in writeOutput() local
3098 outstruct = "oo_."; in writeOutput()
3103 outstruct = "oo_."; in writeOutput()
3650 …<< outstruct << "steady_state = zeros(" << symbol_table.endo_nbr() << (julia ? ")" : ", 1);") << e… in writeOutput()
3654 …<< outstruct << "exo_steady_state = zeros(" << symbol_table.exo_nbr() << (julia ? ")" : ", 1);") … in writeOutput()
3660 …<< outstruct << "exo_det_steady_state = zeros(" << symbol_table.exo_det_nbr() << (julia ? ")" : ",… in writeOutput()