Home
last modified time | relevance | path

Searched refs:x_m (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/numeric/odeint/examples/
Dfind_crossing.cpp91 state_type x_m; in find_condition() local
93 odeint::adjust_size_by_resizeability(x_m, x0, in find_condition()
97 stepper.calc_state(t_m, x_m); // obtain the corresponding state in find_condition()
98 if (cond(x_m)) in find_condition()
105 stepper.calc_state(t_m, x_m); in find_condition()
106 return std::make_pair(t_m, x_m); in find_condition()
/third_party/boost/libs/numeric/odeint/examples/multiprecision/
Dcmp_precision.cpp57 mp_50 x_m = 0; //initial value x(1) = 0 in main() local
58 stepper_m.do_step( rhs_m , x_m , mp_50( 1 ) , dt_m ); in main()
63 cout << abs((x_m - (sqrt(1+dt_m)-mp_50(1)/(1+dt_m)))/x_m) << '\t' ; in main()
/third_party/mindspore/mindspore/ccsrc/fl/armour/secure_protocol/
Dsecret_sharing.cc143 int SecretSharing::LagrangeCal(BIGNUM *nums_j, BIGNUM *x_m, BIGNUM *x_j, BIGNUM *denses_j, BIGNUM *… in LagrangeCal() argument
144 if (!field_mult(nums_j, nums_j, x_m, ctx)) { in LagrangeCal()
147 if (!field_sub(tmp, x_m, x_j, ctx)) { in LagrangeCal()
Dsecret_sharing.h53 …int LagrangeCal(BIGNUM *nums_j, BIGNUM *x_m, BIGNUM *x_j, BIGNUM *denses_j, BIGNUM *tmp, BN_CTX *c…