Home
last modified time | relevance | path

Searched refs:fvars (Results 1 – 25 of 83) sorted by relevance

1234

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestVectorMagnitudeFilter.cxx28 vtkm::Float64 fvars[nVerts] = { 10.1, 20.1, 30.1, 40.1, 50.2, 60.2, 70.2, 80.2, 90.3, in TestVectorMagnitude() local
34 fvec[i] = vtkm::make_Vec(fvars[i], fvars[i], fvars[i]); in TestVectorMagnitude()
52 test_equal(std::sqrt(3 * fvars[i] * fvars[i]), resultArrayHandle.ReadPortal().Get(i)), in TestVectorMagnitude()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestVectorMagnitudeFilter.cxx38 vtkm::Float64 fvars[nVerts] = { 10.1, 20.1, 30.1, 40.1, 50.2, 60.2, 70.2, 80.2, 90.3, in TestVectorMagnitude() local
44 fvec[i] = vtkm::make_Vec(fvars[i], fvars[i], fvars[i]); in TestVectorMagnitude()
63 VTKM_TEST_ASSERT(test_equal(std::sqrt(3 * fvars[i] * fvars[i]), in TestVectorMagnitude()
/dports/lang/guile/guile-3.0.7/module/language/cps/
H A Delide-arity-checks.scm53 (($ $kargs fnames fvars term)
58 (? (lambda (args) (equal? args fvars)))))
70 (fvars' (map (lambda (_) (fresh-var)) fvars)))
75 (letk kbody' ($kargs fnames fvars'
77 ($callk kfun' self' fvars'))))
/dports/www/webpy/web.py-0.62/web/
H A Dapplication.py52 def __init__(self, mapping=(), fvars={}, autoreload=None): argument
56 self.fvars = fvars
71 def modname(fvars): argument
73 file, name = fvars.get("__file__"), fvars.get("__name__")
83 mapping_name = utils.dictfind(fvars, mapping)
84 module_name = modname(fvars)
91 self.fvars = mod.__dict__
271 return self._delegate(fn, self.fvars, args)
487 def _delegate(self, f, fvars, args=[]): argument
516 cls = fvars[f]
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/web-server-lib/web-server/lang/
H A Dclosure.rkt10 (define (define-closure! label fvars stx)
32 (apply (#%plain-lambda #,fvars
33 ((unbox #,make-CLOSURE-box) (#%plain-lambda () (values #,@fvars))))
89 (let-values ([#,fvars ((CLOSURE-ref clsr 0))])
118 [(fvars) (free-vars (disarm lambda-fe-stx))]
121 (define-closure! #'label fvars lambda-fe-stx)])
124 (#,make-CLOSURE-id (#%plain-lambda () (values #,@fvars)))))]))
/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/
H A Dauto-static-autocomplete.c26 static struct paramed_type *fvars[MAX_FVARS]; variable
31 fvars[fvars_pos ++] = P; in add_var_to_be_freed()
37 tgl_paramed_type_free (fvars[i]); in free_vars_to_be_freed()
H A Dauto-static.c285 static struct paramed_type *fvars[MAX_FVARS]; variable
290 fvars[fvars_pos ++] = P; in add_var_to_be_freed()
296 tgl_paramed_type_free (fvars[i]); in free_vars_to_be_freed()
/dports/net-im/telegram-cli/tg-20200106/tgl/
H A Dauto-static-autocomplete.c26 static struct paramed_type *fvars[MAX_FVARS]; variable
31 fvars[fvars_pos ++] = P; in add_var_to_be_freed()
37 tgl_paramed_type_free (fvars[i]); in free_vars_to_be_freed()
H A Dauto-static.c285 static struct paramed_type *fvars[MAX_FVARS]; variable
290 fvars[fvars_pos ++] = P; in add_var_to_be_freed()
296 tgl_paramed_type_free (fvars[i]); in free_vars_to_be_freed()
/dports/devel/boost-docs/boost_1_72_0/boost/math/differentiation/
H A Dautodiff_cpp11.hpp119 Fvars&&... fvars) const { in apply_coefficients()
124 order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
127 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
137 Fvars&&... fvars) const { in apply_coefficients_nonhorner()
142 order, Curry<typename return_type::root_type, Func>(f, 0), std::forward<Fvars>(fvars)...); in apply_coefficients_nonhorner()
150 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...), in apply_coefficients_nonhorner()
163 Fvars&&... fvars) const { in apply_derivatives()
169 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
174 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
185 Fvars&&... fvars) const { in apply_derivatives_nonhorner()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/math/differentiation/
H A Dautodiff_cpp11.hpp119 Fvars&&... fvars) const { in apply_coefficients()
124 order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
127 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
137 Fvars&&... fvars) const { in apply_coefficients_nonhorner()
142 order, Curry<typename return_type::root_type, Func>(f, 0), std::forward<Fvars>(fvars)...); in apply_coefficients_nonhorner()
150 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...), in apply_coefficients_nonhorner()
163 Fvars&&... fvars) const { in apply_derivatives()
169 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
174 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
185 Fvars&&... fvars) const { in apply_derivatives_nonhorner()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/math/differentiation/
H A Dautodiff_cpp11.hpp123 Fvars&&... fvars) const { in apply_coefficients()
128 order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
131 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
141 Fvars&&... fvars) const { in apply_coefficients_nonhorner()
146 order, Curry<typename return_type::root_type, Func>(f, 0), std::forward<Fvars>(fvars)...); in apply_coefficients_nonhorner()
154 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...), in apply_coefficients_nonhorner()
167 Fvars&&... fvars) const { in apply_derivatives()
173 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
178 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
189 Fvars&&... fvars) const { in apply_derivatives_nonhorner()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/differentiation/
H A Dautodiff_cpp11.hpp119 Fvars&&... fvars) const { in apply_coefficients()
124 order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
127 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
137 Fvars&&... fvars) const { in apply_coefficients_nonhorner()
142 order, Curry<typename return_type::root_type, Func>(f, 0), std::forward<Fvars>(fvars)...); in apply_coefficients_nonhorner()
150 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...), in apply_coefficients_nonhorner()
163 Fvars&&... fvars) const { in apply_derivatives()
169 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
174 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
185 Fvars&&... fvars) const { in apply_derivatives_nonhorner()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/math/differentiation/
H A Dautodiff_cpp11.hpp119 Fvars&&... fvars) const { in apply_coefficients()
124 order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
127 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
137 Fvars&&... fvars) const { in apply_coefficients_nonhorner()
142 order, Curry<typename return_type::root_type, Func>(f, 0), std::forward<Fvars>(fvars)...); in apply_coefficients_nonhorner()
150 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...), in apply_coefficients_nonhorner()
163 Fvars&&... fvars) const { in apply_derivatives()
169 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
174 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
185 Fvars&&... fvars) const { in apply_derivatives_nonhorner()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/differentiation/
H A Dautodiff_cpp11.hpp119 Fvars&&... fvars) const { in apply_coefficients()
124 order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
127 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
137 Fvars&&... fvars) const { in apply_coefficients_nonhorner()
142 order, Curry<typename return_type::root_type, Func>(f, 0), std::forward<Fvars>(fvars)...); in apply_coefficients_nonhorner()
150 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...), in apply_coefficients_nonhorner()
163 Fvars&&... fvars) const { in apply_derivatives()
169 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
174 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
185 Fvars&&... fvars) const { in apply_derivatives_nonhorner()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/differentiation/
H A Dautodiff_cpp11.hpp119 Fvars&&... fvars) const { in apply_coefficients()
124 order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
127 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...); in apply_coefficients()
137 Fvars&&... fvars) const { in apply_coefficients_nonhorner()
142 order, Curry<typename return_type::root_type, Func>(f, 0), std::forward<Fvars>(fvars)...); in apply_coefficients_nonhorner()
150 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...), in apply_coefficients_nonhorner()
163 Fvars&&... fvars) const { in apply_derivatives()
169 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
174 … order - i, Curry<typename return_type::root_type, Func>(f, i), std::forward<Fvars>(fvars)...) / in apply_derivatives()
185 Fvars&&... fvars) const { in apply_derivatives_nonhorner()
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/compiler/
H A Dir1tran.lisp1317 (declare (type list names fvars)
1421 (defun process-inline-decl (spec res fvars)
1447 (declare (list vars fvars))
1459 (declare (list spec vars fvars))
1550 (bound-fun (find fname fvars
1588 (declare (type list raw-spec vars fvars))
1602 (process-ignore-decl spec vars fvars res)
1610 (process-inline-decl spec res fvars))
1641 (funcall fn res spec vars fvars)
1656 (defun process-decls (decls vars fvars &key
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dmission.cpp301 memset(micro_sessions[i].fvars, 0, MAX_fvars * sizeof(int32)); in _mission()
436 micro_sessions[j].fvars[total_fvars++] = ((int32)session->logic_structs[i]->mega->actor_xyz.x); in Save_micro_session()
437 micro_sessions[j].fvars[total_fvars++] = ((int32)session->logic_structs[i]->mega->actor_xyz.y); in Save_micro_session()
438 micro_sessions[j].fvars[total_fvars++] = ((int32)session->logic_structs[i]->mega->actor_xyz.z); in Save_micro_session()
441 …micro_sessions[j].fvars[total_fvars++] = ((int32)session->logic_structs[i]->mega->pushed_actor_xyz… in Save_micro_session()
445 …micro_sessions[j].fvars[total_fvars++] = ((int32)(session->logic_structs[i]->pan * PAN_SCALE_FACTO… in Save_micro_session()
552 session->logic_structs[i]->mega->actor_xyz.x = (PXreal)micro_sessions[j].fvars[index++]; in Restore_micro_session_coords()
553 session->logic_structs[i]->mega->actor_xyz.y = (PXreal)micro_sessions[j].fvars[index++]; in Restore_micro_session_coords()
554 session->logic_structs[i]->mega->actor_xyz.z = (PXreal)micro_sessions[j].fvars[index++]; in Restore_micro_session_coords()
686 fval = micro_sessions[j].fvars[l]; in Save_game_position()
[all …]
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/front/
H A Dquery.ml36 let (term, tymol, fvars, tyfvars) = Option.get result in
43 Readterm.readTermAndType term tymol fvars tyfvars;
101 let (term, tymol, fvars, tyfvars) = Option.get result in
102 Readterm.readTermAndType term tymol fvars tyfvars;
/dports/science/py-PyFR/pyfr-1.12.3/pyfr/plugins/
H A Dpseudostats.py21 fvars = ','.join(intg.system.elementscls.convarmap[self.ndims])
28 self.outf = init_csv(self.cfg, cfgsect, 'n,t,i,' + fvars)
/dports/math/yices/yices-2.6.2/src/solvers/simplex/
H A Dmatrices.c2354 fvar_vector_add_neg(fvars, x, &row0->data[i].coeff); in gauss_elim_simple_row()
2533 fvar_vector_add0(fvars, x); // record the assignment x := 0 in gaussian_elimination()
2578 elim_matrix_t *elim, fvar_vector_t *fvars) { in simplify_matrix() argument
2585 gaussian_elimination(matrix, &d, i_flag, elim, fvars); in simplify_matrix()
2639 fvar_vector_add0(fvars, x); in tableau_remove_singleton_row()
2670 fvar_vector_add_neg(fvars, x, &e->coeff); in tableau_remove_simple_row()
2809 tableau_remove_singleton_row(matrix, NULL, row, i, fvars); in simple_tableau_construction()
2813 tableau_process_simple_row(matrix, row, i, fvars); in simple_tableau_construction()
2900 fvar_vector_add_neg(fvars, x, &row0->data[i].coeff); in markowitz_tableau_revisit_simple_row()
2951 tableau_remove_singleton_row(matrix, &d, row0, r0, fvars); in markowitz_tableau_construction()
[all …]
H A Dmatrices.h684 byte_t *i_flag, elim_matrix_t *elim, fvar_vector_t *fvars);
699 extern void simple_tableau_construction(matrix_t *matrix, fvar_vector_t *fvars);
710 extern void markowitz_tableau_construction(matrix_t *matrix, fvar_vector_t *fvars);
/dports/math/py-pysmt/pysmt-0.9.0/pysmt/test/
H A Dtest_printing.py190 fvars = [Symbol("x%d" % i) for i in xrange(5)]
191 ex = ExactlyOne(fvars)
192 substitutions = {ex: "ExactlyOne(%s)" % ",".join(str(v) for v in fvars)}
/dports/math/py-Diofant/Diofant-0.13.0/diofant/solvers/
H A Ddeutils.py70 fvars = set(func.args)
72 d.has(func) or set(d.variables) & fvars]
/dports/math/yices/yices-2.6.2/src/api/
H A Dyices_globals.h54 fvar_collector_t *fvars; // to collect free variables of terms member

1234