Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_est_proj_rad_func.hxx173 const double base_coeff = double(k+1)*base*rad_k[k]; in reduced_proj_rad_jacobian() local
178 dD_dx( i, j ) += base_coeff*centred[i]*centred[j]; in reduced_proj_rad_jacobian()
254 const double base_coeff = double(k+1)*base*rad_k[k]; in full_proj_rad_jacobian() local
259 dD_dx( i, j ) += base_coeff*centred[i]*centred[j]; in full_proj_rad_jacobian()
329 const double base_coeff = double(k+1)*base*rad_k[k]; in proj_jac_wrt_loc() local
334 dD_dx( i, j ) += base_coeff*centred[i]*centred[j]; in proj_jac_wrt_loc()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/simplex/
H A Dsimplex_def.h75 scoped_numeral base_coeff(m); in add_row()
81 m.set(base_coeff, it->m_coeff); in add_row()
89 SASSERT(!m.is_zero(base_coeff)); in add_row()
108 em.div(value, base_coeff, value); in add_row()
115 m.set(m_vars[base_var].m_base_coeff, base_coeff); in add_row()
753 numeral const& base_coeff = vs.m_base_coeff; in move_to_bound() local
755 bool base_to_lower = (m.is_pos(coeff) != m.is_pos(base_coeff)) == to_lower; in move_to_bound()
766 em.mul(delta2, base_coeff, delta2); in move_to_bound()
/dports/math/z3/z3-z3-4.8.13/src/math/simplex/
H A Dsimplex_def.h75 scoped_numeral base_coeff(m); in add_row()
81 m.set(base_coeff, it->m_coeff); in add_row()
89 SASSERT(!m.is_zero(base_coeff)); in add_row()
108 em.div(value, base_coeff, value); in add_row()
115 m.set(m_vars[base_var].m_base_coeff, base_coeff); in add_row()
753 numeral const& base_coeff = vs.m_base_coeff; in move_to_bound() local
755 bool base_to_lower = (m.is_pos(coeff) != m.is_pos(base_coeff)) == to_lower; in move_to_bound()
766 em.mul(delta2, base_coeff, delta2); in move_to_bound()
/dports/math/polymake/polymake-4.5/lib/core/include/
H A DPuiseuxFraction.h957 const Coefficient base_coeff = exp_lcm == exp ? Coefficient{t} : Coefficient{t_approx};
958 return evaluate_exp(me, base_coeff, Int(exp_lcm));
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/ss/
H A Dvdp2_render.cpp454 uint32 base_coeff; member
1934 LB.rotv[i].base_coeff = coeff[i] = ReadCoeff(i, GetCoeffAddr(i, rs[i].KAstAccum)); in SetupRotVars()
1994 const uint32 coeff = (rn ? r.base_coeff : LB.rotcoeff[i]); in T_DrawRBG()
/dports/emulators/mednafen/mednafen/src/ss/
H A Dvdp2_render.cpp454 uint32 base_coeff; member
1942 LB.rotv[i].base_coeff = coeff[i] = ReadCoeff(i, GetCoeffAddr(i, rs[i].KAstAccum)); in SetupRotVars()
2002 const uint32 coeff = (rn ? r.base_coeff : LB.rotcoeff[i]); in T_DrawRBG()