Searched refs:x_m (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/numeric/odeint/examples/ |
D | find_crossing.cpp | 91 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/ |
D | cmp_precision.cpp | 57 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/ |
D | secret_sharing.cc | 143 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()
|
D | secret_sharing.h | 53 …int LagrangeCal(BIGNUM *nums_j, BIGNUM *x_m, BIGNUM *x_j, BIGNUM *denses_j, BIGNUM *tmp, BN_CTX *c…
|