Home
last modified time | relevance | path

Searched defs:fvals (Results 1 – 25 of 133) sorted by relevance

123456

/dports/science/PETSc/petsc-3.14.1/src/tao/leastsquares/tutorials/matlab/
H A DProblemFinalize.m6 fvals = [fvals(1:nfev);ones(nfmax-nfev,1)*fvals(nfev)]; variable
8 fvals = fvals(1:nfmax); variable
30 fvals = zeros(nfmax,1); variable
39 fvals = [fvals(1:nfev);ones(nfmax-nfev,1)*fvals(nfev)]; variable
41 fvals = fvals(1:nfmax); variable
H A DProblemInitialize.m26 fvals = zeros(nfmax,1); variable
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/distributions/
H A Dtools.py296 def _eval_bernstein_1d(x, fvals, method="binom"): argument
341 def _eval_bernstein_2d(x, fvals): argument
380 def _eval_bernstein_dd(x, fvals): argument
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_vertex_attrib_64bit/execution/
H A Ddouble_attribs.c247 GLfloat fvals[4]; in test_attrib_mixed_1() local
273 GLfloat fvals[4]; in test_attrib_mixed_2() local
301 GLfloat fvals[4]; in test_attrib_mixed_3() local
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Dtst_vlen_data.c123 float *fvals; in main() local
137 float *fvals; in main() local
H A Dtst_nans.c46 float fvals[NVALS], fvals_in[NVALS]; in main() local
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dtst_vlen_data.c123 float *fvals; in main() local
137 float *fvals; in main() local
H A Dtst_nans.c46 float fvals[NVALS], fvals_in[NVALS]; in main() local
/dports/science/luscus/luscus_0.8.6/
H A Dmcube.c21 int nx,int ny,int nz, double fvals[], double evals[], double origin[3], in mcubes()
170 int calcgr(int ind,int jnd,int knd,double *fvals, in calcgr()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Ddata_unpacker.c39 double *fvals, xval; in dunpack_process() local
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/none/
H A DLowering-none.h99 void visitSimdSplat(MSimdSplat* ins) { MOZ_CRASH(); }
/dports/math/py-z3-solver/z3-z3-4.8.10/src/test/
H A Drational.cpp395 vector<float> fvals; in tst10() local
428 vector<float> fvals; in tst11() local
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreHDF5/Tests/
H A DConstantPropsNumSampsTest.cpp69 std::vector<float32_t> fvals; in testProps() local
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreOgawa/Tests/
H A DConstantPropsNumSampsTest.cpp69 std::vector<float32_t> fvals; in testProps() local
/dports/math/z3/z3-z3-4.8.13/src/test/
H A Drational.cpp395 vector<float> fvals; in tst10() local
428 vector<float> fvals; in tst11() local
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/locfit/
H A Dlfstr.c30 static int fvals[17] = variable
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/src/lib_superlearn/
H A Dlearning_options.c256 void regress_opts_add_stored_vals(struct RegressOpts * opts, size_t nepochs, double * fvals) in regress_opts_add_stored_vals()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/
H A Dzeros.py900 def _secant(xvals, fvals): argument
929 def _compute_divided_differences(xvals, fvals, N=None, full=True, argument
964 def _interpolated_poly(xvals, fvals, x): argument
/dports/science/v_sim/v_sim-3.8.0/src/extraFunctions/
H A DtypeProp.c94 gfloat fvals[3]; in _parse() local
H A DpoleProp.c119 gfloat *fvals; in _serialize() local
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/gogo/protobuf/test/issue261/
H A Dissue261.pb.go83 var fileDescriptor_35fa31fa2023935a = []byte{
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/util/unit/
H A DMathToolsTest.cpp23 std::vector<int> fvals; in TEUCHOS_UNIT_TEST() local
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_shader_objects/
H A Dgetuniform.c145 int fvals[4] = {0, 0, 0, 0}; in test_bool_type() local
/dports/audio/openal-soft/openal-soft-1.21.1/al/
H A Dlistener.cpp202 ALfloat fvals[6]; in alListeneriv() local
/dports/math/R-cran-terra/terra/src/
H A Dread.cpp293 std::vector<double> fvals = readValuesGDAL(src, 0, nrow(), 0, ncol()); in getValues() local

123456