Home
last modified time | relevance | path

Searched refs:f_x (Results 76 – 100 of 394) sorted by relevance

12345678910>>...16

/dports/math/casadi/casadi-3.5.5/docs/examples/python/
H A Ddae_multiple_shooting.py55 f_x = vertcat(z*x0-x1+u, x0) variable
64 dae = {'x':x, 'z':z, 'p':u, 'ode':f_x, 'alg':f_z, 'quad':f_q}
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/gil/extension/toolbox/color_spaces/
H A Dlab.hpp105 float32_t f_x = in operator ()() local
127 500.f * (f_x - f_y); in operator ()()
/dports/math/gmp/gmp-6.2.1/tests/rand/
H A Dstatlib.c91 mpf_t f_x; in ks() local
104 mpf_init (Kt); mpf_init (f_x); mpf_init (f_j); mpf_init (f_jnq); in ks()
108 P (f_x, X[j-1]); in ks()
112 mpf_sub (Kt, f_jnq, f_x); in ks()
118 printf ("P()="); mpf_out_str (stdout, 10, 2, f_x); printf ("\t"); in ks()
126 mpf_sub (Kt, f_x, f_jnq); in ks()
142 mpf_clear (Kt); mpf_clear (f_x); mpf_clear (f_j); mpf_clear (f_jnq); in ks()
/dports/math/gap/gap-4.11.0/extern/gmp/tests/rand/
H A Dstatlib.c92 mpf_t f_x; in ks() local
105 mpf_init (Kt); mpf_init (f_x); mpf_init (f_j); mpf_init (f_jnq); in ks()
109 P (f_x, X[j-1]); in ks()
113 mpf_sub (Kt, f_jnq, f_x); in ks()
119 printf ("P()="); mpf_out_str (stdout, 10, 2, f_x); printf ("\t"); in ks()
127 mpf_sub (Kt, f_x, f_jnq); in ks()
143 mpf_clear (Kt); mpf_clear (f_x); mpf_clear (f_j); mpf_clear (f_jnq); in ks()
/dports/math/mpir/mpir-3.0.0/tests/rand/
H A Dstatlib.c95 mpf_t f_x; in ks() local
108 mpf_init (Kt); mpf_init (f_x); mpf_init (f_j); mpf_init (f_jnq); in ks()
112 P (f_x, X[j-1]); in ks()
116 mpf_sub (Kt, f_jnq, f_x); in ks()
122 printf ("P()="); mpf_out_str (stdout, 10, 2, f_x); printf ("\t"); in ks()
130 mpf_sub (Kt, f_x, f_jnq); in ks()
146 mpf_clear (Kt); mpf_clear (f_x); mpf_clear (f_j); mpf_clear (f_jnq); in ks()
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/rand/
H A Dstatlib.c92 mpf_t f_x; in ks() local
105 mpf_init (Kt); mpf_init (f_x); mpf_init (f_j); mpf_init (f_jnq); in ks()
109 P (f_x, X[j-1]); in ks()
113 mpf_sub (Kt, f_jnq, f_x); in ks()
119 printf ("P()="); mpf_out_str (stdout, 10, 2, f_x); printf ("\t"); in ks()
127 mpf_sub (Kt, f_x, f_jnq); in ks()
143 mpf_clear (Kt); mpf_clear (f_x); mpf_clear (f_j); mpf_clear (f_jnq); in ks()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/rand/
H A Dstatlib.c91 mpf_t f_x; in ks() local
104 mpf_init (Kt); mpf_init (f_x); mpf_init (f_j); mpf_init (f_jnq); in ks()
108 P (f_x, X[j-1]); in ks()
112 mpf_sub (Kt, f_jnq, f_x); in ks()
118 printf ("P()="); mpf_out_str (stdout, 10, 2, f_x); printf ("\t"); in ks()
126 mpf_sub (Kt, f_x, f_jnq); in ks()
142 mpf_clear (Kt); mpf_clear (f_x); mpf_clear (f_j); mpf_clear (f_jnq); in ks()
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/spectrum/
H A Ddynamic_structure_factor.py64 def atomic_form_factor_WK1995(Q, f_x): argument
65 a, b = np.array(f_x[:10]).reshape(-1, 2).T
66 return (a * np.exp(-b * Q ** 2)).sum() + f_x[10]
/dports/science/phonopy/phonopy-2.11.0/phonopy/spectrum/
H A Ddynamic_structure_factor.py64 def atomic_form_factor_WK1995(Q, f_x): argument
65 a, b = np.array(f_x[:10]).reshape(-1, 2).T
66 return (a * np.exp(-b * Q ** 2)).sum() + f_x[10]
/dports/finance/quantlib/QuantLib-1.20/ql/math/distributions/
H A Dbivariatestudenttdistribution.cpp42 Real f_x(Real m, Real h, Real k, Real rho) { in f_x() function
56 Real xHK = f_x(n, h, k, rho); in P_n()
57 Real xKH = f_x(n, k, h, rho); in P_n()
/dports/games/gnurobots/gnurobots-1.2.0/include/
H A Dui-arena.h39 #define dist(f_x, f_y, t_x, t_y) (abs((f_x)-(t_x))+abs((f_y)-(t_y))) argument
/dports/math/cppad/CppAD-20210000.8/example/utility/
H A Dode_gear_control.cpp71 CPPAD_TESTVECTOR(double) &f_x) in Ode_dep()
103 f_x [i * n + j] = df[i]; in Ode_dep()
H A Dode_gear.cpp78 CPPAD_TESTVECTOR(double) &f_x) in Ode_dep()
110 f_x [i * n + j] = df[i]; in Ode_dep()
H A Drosen_34.cpp147 CPPAD_TESTVECTOR(double) &f_x) in Ode_dep()
193 f_x = ode_dep_.Jacobian(x); // partial f(t, x) w.r.t. x in Ode_dep()
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/maybe-missing/
H A Disequal3.m139 f_x = spfind (x); variable
141 f_x = find (x); variable
143 l_f_x = length (f_x);
144 x = x(f_x);
153 t = (l_f_x == length (f_y)) && all (f_x == f_y);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c89 static inline s32 cubic_conv(s32 f_a, s32 f_x) in cubic_conv() argument
95 const s32 f_x2 = FMUL(f_x, f_x); in cubic_conv()
96 const s32 f_x3 = FMUL(f_x, f_x2); in cubic_conv()
98 if (f_x <= f_1) in cubic_conv()
100 else if (f_x <= f_2) in cubic_conv()
101 return FMUL(f_a, (f_x3 - 5 * f_x2 + 8 * f_x - f_4)); in cubic_conv()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c89 static inline s32 cubic_conv(s32 f_a, s32 f_x) in cubic_conv() argument
95 const s32 f_x2 = FMUL(f_x, f_x); in cubic_conv()
96 const s32 f_x3 = FMUL(f_x, f_x2); in cubic_conv()
98 if (f_x <= f_1) in cubic_conv()
100 else if (f_x <= f_2) in cubic_conv()
101 return FMUL(f_a, (f_x3 - 5 * f_x2 + 8 * f_x - f_4)); in cubic_conv()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c89 static inline s32 cubic_conv(s32 f_a, s32 f_x) in cubic_conv() argument
95 const s32 f_x2 = FMUL(f_x, f_x); in cubic_conv()
96 const s32 f_x3 = FMUL(f_x, f_x2); in cubic_conv()
98 if (f_x <= f_1) in cubic_conv()
100 else if (f_x <= f_2) in cubic_conv()
101 return FMUL(f_a, (f_x3 - 5 * f_x2 + 8 * f_x - f_4)); in cubic_conv()
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Dgemm.c974 int chan, y, x, f_y, f_x; in convolution_2d_old() local
992 for (f_x = 0; f_x < ksize; ++f_x) in convolution_2d_old()
994 int input_x = x + f_x - pad; in convolution_2d_old()
1055 int chan, y, x, f_y, f_x; in convolution_2d() local
1083 for (f_x = 0; f_x < ksize; ++f_x) in convolution_2d()
1109 if (f_x < ksize-1) { in convolution_2d()
2045 int chan, y, x, f_y, f_x; in convolution_2d() local
2063 for (f_x = 0; f_x < ksize; ++f_x) in convolution_2d()
2065 int input_x = x + f_x - pad; in convolution_2d()
2538 int chan, y, x, f_y, f_x; // c_pack in convolution_repacked() local
[all …]
H A Dim2col_kernels.cu1941 int chan, y, x, f_y, f_x; in convolve_gpu_kernel() local
1968 for (f_x = 0; f_x < size; ++f_x) in convolve_gpu_kernel()
1970 int input_x = x + f_x - pad; in convolve_gpu_kernel()
1974 int weights_index = weights_pre_index + f_y*size + f_x; in convolve_gpu_kernel()
2080 int chan, y, x, f_y, f_x; in convolve_bin_gpu_kernel() local
2152 for (f_x = 0; f_x < size; ++f_x) in convolve_bin_gpu_kernel()
2154 int input_x = x + f_x - pad; in convolve_bin_gpu_kernel()
2166 … int weights_shared_index = (fil - min_fil)*new_lda + chan*size*size + f_y*size + f_x; in convolve_bin_gpu_kernel()
/dports/math/stanmath/math-4.2.0/stan/math/rev/functor/
H A Dalgebra_solver_newton.hpp174 Eigen::VectorXd f_x; in algebra_solver_newton_impl() local
176 jacobian(f_wrt_x, theta_dbl, f_x, Jf_x); in algebra_solver_newton_impl()
/dports/math/cppad/CppAD-20210000.8/test_more/deprecated/
H A Dzdouble.cpp58 a2type f_x = CondExpGt(a2x[0], a2zero, h_x, a2one); in test_one() local
63 a2y[0] = f_x; in test_one()
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/ec_order/eco_gfp/eco_gfp/
H A Deco_prime.cc223 ff_pol f_xp, f_gcd, f_x; in compute_splitting_type() local
229 f_x.set_modulus(p); in compute_splitting_type()
233 f_x.assign_x(); in compute_splitting_type()
244 f_gcd = gcd(f_xp - f_x, meq_pol); in compute_splitting_type()
1012 ff_pol res, f_x; in compute_mod_2_power() local
1015 f_x.set_modulus(p); in compute_mod_2_power()
1016 f_x.assign_zero(); in compute_mod_2_power()
1017 f_x.set_coefficient(1); in compute_mod_2_power()
1032 res = gcd(res-f_x, meq_pol); in compute_mod_2_power()
/dports/science/clhep/2.4.1.0/CLHEP/GenericFunctions/src/
H A DFunctionNumDeriv.cc38 double FunctionNumDeriv::f_x (double x) const { in f_x() function in Genfun::FunctionNumDeriv
52 return numericalDerivative ( &FunctionNumDeriv::f_x, x ); in operator ()()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/nonparametric/
H A Dkernel_density.py471 f_x = gpke(bw[self.k_dep:], data=-X_not_i,
474 f_i = f_yx / f_x
524 f_x = gpke(self.bw[self.k_dep:], data=self.exog,
527 pdf_est.append(f_yx / f_x)

12345678910>>...16