Home
last modified time | relevance | path

Searched refs:total_vars (Results 1 – 25 of 51) sorted by relevance

123

/dports/math/stanmath/math-4.2.0/stan/math/rev/functor/
H A Dode_store_sensitivities.hpp61 const size_t total_vars in ode_store_sensitivities() local
65 = ChainableStack::instance_->memalloc_.alloc_array<vari*>(total_vars); in ode_store_sensitivities()
72 * total_vars); in ode_store_sensitivities()
74 Eigen::Map<Eigen::MatrixXd> jacobian(jacobian_mem, total_vars, N); in ode_store_sensitivities()
100 yt(j) = new precomputed_gradients_vari(y(j), total_vars, varis, in ode_store_sensitivities()
101 jacobian_mem + j * total_vars); in ode_store_sensitivities()
H A Dintegrate_1d.hpp150 [total_vars = num_vars_ab + num_vars_args, varis, partials](auto &vi) { in integrate_1d_impl()
151 for (size_t i = 0; i < total_vars; ++i) { in integrate_1d_impl()
/dports/math/z3/z3-z3-4.8.13/src/math/lp/
H A Dlp_primal_simplex_def.h147 unsigned total_vars = this->m_A->column_count() + this->m_slacks + this->m_artificials; in set_core_solver_bounds() local
148 this->m_column_types.resize(total_vars); in set_core_solver_bounds()
149 this->m_upper_bounds.resize(total_vars); in set_core_solver_bounds()
232 int total_vars = this->m_A->column_count() + this->row_count(); in solve_with_total_inf() local
233 if (total_vars == 0) { in solve_with_total_inf()
238 m_lower_bounds.resize(total_vars, zero_of_type<X>()); // low bounds are shifted ot zero in solve_with_total_inf()
239 this->m_x.resize(total_vars, numeric_traits<T>::zero()); in solve_with_total_inf()
242 this->m_costs.resize(total_vars, zero_of_type<T>()); in solve_with_total_inf()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/lp/
H A Dlp_primal_simplex_def.h147 unsigned total_vars = this->m_A->column_count() + this->m_slacks + this->m_artificials; in set_core_solver_bounds() local
148 this->m_column_types.resize(total_vars); in set_core_solver_bounds()
149 this->m_upper_bounds.resize(total_vars); in set_core_solver_bounds()
232 int total_vars = this->m_A->column_count() + this->row_count(); in solve_with_total_inf() local
233 if (total_vars == 0) { in solve_with_total_inf()
238 m_lower_bounds.resize(total_vars, zero_of_type<X>()); // low bounds are shifted ot zero in solve_with_total_inf()
239 this->m_x.resize(total_vars, numeric_traits<T>::zero()); in solve_with_total_inf()
242 this->m_costs.resize(total_vars, zero_of_type<T>()); in solve_with_total_inf()
/dports/games/abuse_sdl/abuse-0.8/src/
H A Dextend.h51 int total_vars();
H A Dlevel.cpp977 for (; j<default_simple.total_vars(); j++) in old_load_objects()
1218 for (; j<default_simple.total_vars(); j++) in load_objects()
1943 for (i=0; i<default_simple.total_vars(); i++) in write_objects()
H A Dobjects.cpp52 int simple_object::total_vars() { return TOTAL_OBJECT_VARS; } in total_vars() function in simple_object
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/qchem/
H A Dinputs.py450 total_vars = sum([len(v) for v in scan.values()])
451 if total_vars > 2:
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-structalias.c177 unsigned int total_vars; member
3231 stats.total_vars++; in create_variable_info_for()
3305 stats.total_vars++; in create_variable_info_for()
3543 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-structalias.c227 unsigned int total_vars; member
360 stats.total_vars++; in new_var_info()
6298 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-structalias.c227 unsigned int total_vars; member
360 stats.total_vars++; in new_var_info()
6277 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-structalias.c225 unsigned int total_vars; member
395 stats.total_vars++; in new_var_info()
6739 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-structalias.c238 unsigned int total_vars; member
386 stats.total_vars++; in new_var_info()
6452 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-structalias.c225 unsigned int total_vars; member
395 stats.total_vars++; in new_var_info()
6739 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-structalias.c228 unsigned int total_vars; member
401 stats.total_vars++; in new_var_info()
6865 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-structalias.c229 unsigned int total_vars; member
408 stats.total_vars++; in new_var_info()
6989 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-structalias.c228 unsigned int total_vars; member
401 stats.total_vars++; in new_var_info()
6865 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-structalias.c229 unsigned int total_vars; member
412 stats.total_vars++; in new_var_info()
7035 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-structalias.c228 unsigned int total_vars; member
401 stats.total_vars++; in new_var_info()
6865 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-structalias.c229 unsigned int total_vars; member
408 stats.total_vars++; in new_var_info()
6989 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-structalias.c229 unsigned int total_vars; member
408 stats.total_vars++; in new_var_info()
6908 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-structalias.c228 unsigned int total_vars; member
401 stats.total_vars++; in new_var_info()
6865 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-structalias.c228 unsigned int total_vars; member
401 stats.total_vars++; in new_var_info()
6865 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-structalias.c229 unsigned int total_vars; member
412 stats.total_vars++; in new_var_info()
7035 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-structalias.c228 unsigned int total_vars; member
401 stats.total_vars++; in new_var_info()
6843 fprintf (outfile, "Total vars: %d\n", stats.total_vars); in dump_sa_points_to_info()

123