Home
last modified time | relevance | path

Searched refs:c_coeff (Results 1 – 19 of 19) sorted by last modified time

/dports/science/py-moltemplate/moltemplate-2.19.14/moltemplate/
H A Dinterpolate_curve.py120 c_coeff = np.zeros(N)
130 c_coeff[i] = h_dt[i]
136 c_coeff[0] = 0.0
141 c_coeff[N-1] = 0.0
146 e_d2rdt2[d] = TDMAsolver(a_coeff, b_coeff, c_coeff, d_coeff[d])
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DSCANFunctional.cpp27 double x_coeff, double c_coeff) in SCANFunctional() argument
30 c_coeff_ = c_coeff; in SCANFunctional()
H A DSCANFunctional.h51 double x_coeff=1.0, double c_coeff=1.0);
H A DXCPotential.cpp68 const double c_coeff = 1.0; in XCPotential() local
69 xcf_ = new PBEFunctional(rhototal_r_,x_coeff,c_coeff); in XCPotential()
H A DPBEFunctional.cpp27 double x_coeff, double c_coeff) in PBEFunctional() argument
30 c_coeff_ = c_coeff; in PBEFunctional()
H A DPBEFunctional.h51 double x_coeff=1.0, double c_coeff=1.0);
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Drhs_generate.py184 c_coeff = c_spec[1]
193 c_coeff = "(" + c_coeff + ")**2"
202 Lcoeff.append(c_coeff)
/dports/misc/py-eemeter/eemeter-3.1.0/eemeter/
H A Dderivatives.py68 c_coeff = 0.94054
73 c_coeff = 1.00286
78 * (a_coeff * months_reporting ** 2.0 + b_coeff * months_reporting + c_coeff)
/dports/math/minizinc/libminizinc-2.5.5/lib/flatten/
H A Dflatten_call.cpp145 std::vector<Val> c_coeff(al->size()); in flatten_linexp_call() local
148 c_coeff[i] = 1; in flatten_linexp_call()
154 c_coeff[i] = LinearTraits<Lit>::eval(env, (*coeff)[i]); in flatten_linexp_call()
172 coeffv.push_back(c_coeff[i]); in flatten_linexp_call()
179 Val cd = c_coeff[i]; in flatten_linexp_call()
190 coeffv.push_back(c_coeff[i]); in flatten_linexp_call()
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbRateControlProcess.c1658 rate_control_layer_ptr->previous_c_coeff = rate_control_layer_ptr->c_coeff; in eb_vp9_frame_level_rc_input_picture_vbr()
1720 rate_control_layer_ptr->c_coeff = MAX(rate_control_layer_ptr->c_coeff, 1); in eb_vp9_frame_level_rc_feedback_picture_vbr()
1736 …rate_control_layer_ptr->c_coeff = (8 * rate_control_layer_ptr->c_coeff + 8 * rate_control_layer_pt… in eb_vp9_frame_level_rc_feedback_picture_vbr()
1740 …rate_control_layer_ptr->c_coeff = (rate_control_layer_ptr->coeff_averaging_weight1*rate_control_la… in eb_vp9_frame_level_rc_feedback_picture_vbr()
1743 …rate_control_layer_ptr->c_coeff = MIN(rate_control_layer_ptr->c_coeff, rate_control_layer_ptr->pre… in eb_vp9_frame_level_rc_feedback_picture_vbr()
2102 (double)rate_control_layer_ptr->c_coeff, in eb_vp9_frame_level_rc_feedback_picture_vbr()
3480 rate_control_layer_ptr->previous_c_coeff = rate_control_layer_ptr->c_coeff; in eb_vp9_frame_level_rc_input_picture_cbr()
3543 rate_control_layer_ptr->c_coeff = MAX(rate_control_layer_ptr->c_coeff, 1); in eb_vp9_frame_level_rc_feedback_picture_cbr()
3559 …rate_control_layer_ptr->c_coeff = (8 * rate_control_layer_ptr->c_coeff + 8 * rate_control_layer_pt… in eb_vp9_frame_level_rc_feedback_picture_cbr()
3566 …rate_control_layer_ptr->c_coeff = MIN(rate_control_layer_ptr->c_coeff, rate_control_layer_ptr->pre… in eb_vp9_frame_level_rc_feedback_picture_cbr()
[all …]
H A DEbRateControlProcess.h112 int64_t c_coeff; member
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbRateControlProcess.h112 int64_t c_coeff; member
H A DEbRateControlProcess.c1658 rate_control_layer_ptr->previous_c_coeff = rate_control_layer_ptr->c_coeff; in eb_vp9_frame_level_rc_input_picture_vbr()
1720 rate_control_layer_ptr->c_coeff = MAX(rate_control_layer_ptr->c_coeff, 1); in eb_vp9_frame_level_rc_feedback_picture_vbr()
1736 …rate_control_layer_ptr->c_coeff = (8 * rate_control_layer_ptr->c_coeff + 8 * rate_control_layer_pt… in eb_vp9_frame_level_rc_feedback_picture_vbr()
1740 …rate_control_layer_ptr->c_coeff = (rate_control_layer_ptr->coeff_averaging_weight1*rate_control_la… in eb_vp9_frame_level_rc_feedback_picture_vbr()
1743 …rate_control_layer_ptr->c_coeff = MIN(rate_control_layer_ptr->c_coeff, rate_control_layer_ptr->pre… in eb_vp9_frame_level_rc_feedback_picture_vbr()
2102 (double)rate_control_layer_ptr->c_coeff, in eb_vp9_frame_level_rc_feedback_picture_vbr()
3480 rate_control_layer_ptr->previous_c_coeff = rate_control_layer_ptr->c_coeff; in eb_vp9_frame_level_rc_input_picture_cbr()
3543 rate_control_layer_ptr->c_coeff = MAX(rate_control_layer_ptr->c_coeff, 1); in eb_vp9_frame_level_rc_feedback_picture_cbr()
3559 …rate_control_layer_ptr->c_coeff = (8 * rate_control_layer_ptr->c_coeff + 8 * rate_control_layer_pt… in eb_vp9_frame_level_rc_feedback_picture_cbr()
3566 …rate_control_layer_ptr->c_coeff = MIN(rate_control_layer_ptr->c_coeff, rate_control_layer_ptr->pre… in eb_vp9_frame_level_rc_feedback_picture_cbr()
[all …]
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/cegqi/
H A Dceg_instantiator.cpp1094 Node c_coeff; in applySubstitution() local
1096c_coeff = Rewriter::rewrite( NodeManager::currentNM()->mkConst( pv_prop.d_coeff.getConst<Rational>… in applySubstitution()
1098 c_coeff = pv_prop.d_coeff; in applySubstitution()
1101 c_coeff = NodeManager::currentNM()->mkNode( MULT, c_coeff, it->second ); in applySubstitution()
1103 Assert( !c_coeff.isNull() ); in applySubstitution()
1106 c = c_coeff; in applySubstitution()
1108 c = NodeManager::currentNM()->mkNode( MULT, c_coeff, msum_term[it->first] ); in applySubstitution()
/dports/devel/ppl/ppl-1.2/src/
H A Dppl.hh.dist62939 \param c_coeff
62949 Coefficient& c_coeff);
67476 \param c_coeff
67492 Coefficient& c_coeff,
H A DBD_Shape.cc37 Coefficient& c_coeff) { in extract_bounded_difference() argument
53 c_coeff = -c.expression().get(Variable(c_first_var - 1)); in extract_bounded_difference()
76 c_coeff = c1; in extract_bounded_difference()
H A DOctagonal_Shape.cc39 Coefficient& c_coeff, in extract_octagonal_difference() argument
69 c_coeff = c0; in extract_octagonal_difference()
104 c_coeff = c0; in extract_octagonal_difference()
H A DOctagonal_Shape_defs.hh309 Coefficient& c_coeff,
H A DBD_Shape_defs.hh298 Coefficient& c_coeff);