Home
last modified time | relevance | path

Searched refs:y_t (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/da/
H A Dda3.c803 y_t = y; in DMSetUp_DA_3D()
812 y_t = y; in DMSetUp_DA_3D()
814 s_t = bases[n4] + i*x_t + x_t*y_t*z_t - (s_z-k)*x_t*y_t; in DMSetUp_DA_3D()
823 y_t = y; in DMSetUp_DA_3D()
825 s_t = bases[n5] + i*x_t + x_t*y_t*z_t - (s_z-k)*x_t*y_t; in DMSetUp_DA_3D()
890 y_t = y; in DMSetUp_DA_3D()
904 y_t = y; in DMSetUp_DA_3D()
972 y_t = y; in DMSetUp_DA_3D()
981 y_t = y; in DMSetUp_DA_3D()
992 y_t = y; in DMSetUp_DA_3D()
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/mix/fun/
H A Dcopysign_test.cpp45 auto y_t = std::complex<T>(re2, im2); in expect_copysign() local
48 EXPECT_FLOAT_EQ(0.0, value_of_rec(copysign(x_d, y_t).real())); in expect_copysign()
50 EXPECT_FLOAT_EQ(0.0, value_of_rec(copysign(x_t, y_t).real())); in expect_copysign()
53 expect_eq_signbit(re2, copysign(x_d, y_t).real()); in expect_copysign()
55 expect_eq_signbit(re2, copysign(x_t, y_t).real()); in expect_copysign()
59 EXPECT_FLOAT_EQ(0.0, value_of_rec(copysign(x_d, y_t).imag())); in expect_copysign()
61 EXPECT_FLOAT_EQ(0.0, value_of_rec(copysign(x_t, y_t).imag())); in expect_copysign()
64 expect_eq_signbit(im2, copysign(x_d, y_t).imag()); in expect_copysign()
66 expect_eq_signbit(im2, copysign(x_t, y_t).imag()); in expect_copysign()
/dports/astro/py-metpy/MetPy-1.1.0/examples/gridding/
H A DNatural_Neighbor_Verification.py120 for i, (x_t, y_t) in enumerate(circumcenters):
123 draw_circle(ax, x_t, y_t, r, 'm-', str(i) + ': grid 1 & 2')
124 ax.annotate(str(i), xy=(x_t, y_t), fontsize=15)
126 draw_circle(ax, x_t, y_t, r, 'r-', str(i) + ': grid 0')
127 ax.annotate(str(i), xy=(x_t, y_t), fontsize=15)
129 draw_circle(ax, x_t, y_t, r, 'b-', str(i) + ': grid 1')
130 ax.annotate(str(i), xy=(x_t, y_t), fontsize=15)
132 draw_circle(ax, x_t, y_t, r, 'k:', str(i) + ': no match')
133 ax.annotate(str(i), xy=(x_t, y_t), fontsize=9)
141 x_t, y_t = circumcenters[8] variable
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/gil/extension/toolbox/color_spaces/
H A Dycbcr.hpp29 struct y_t {}; struct
39 struct y_t {}; struct
50 ycbcr_601_color_space::y_t,
58 ycbcr_709_color_space::y_t,
129 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t())); in convert()
159 double y = get_color( src, y_t() ); in convert()
201 get_color( dst, y_t() ) = (dst_channel_t) y; in operator ()()
229 get_color( dst, y_t() ) = (dst_channel_t) y; in operator ()()
249 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t()) ); in operator ()()
H A Dxyz.hpp24 struct y_t {}; struct
34 xyz_color_space::y_t,
84 get_color( dst, y_t() ) = in operator ()()
123 float32_t y( channel_convert<float32_t>( get_color( src, y_t() ) ) ); in operator ()()
/dports/devel/hyperscan/boost_1_75_0/boost/gil/extension/toolbox/color_spaces/
H A Dycbcr.hpp29 struct y_t {}; struct
39 struct y_t {}; struct
50 ycbcr_601_color_space::y_t,
58 ycbcr_709_color_space::y_t,
129 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t())); in convert()
159 double y = get_color( src, y_t() ); in convert()
201 get_color( dst, y_t() ) = (dst_channel_t) y; in operator ()()
229 get_color( dst, y_t() ) = (dst_channel_t) y; in operator ()()
249 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t()) ); in operator ()()
H A Dxyz.hpp24 struct y_t {}; struct
34 xyz_color_space::y_t,
84 get_color( dst, y_t() ) = in operator ()()
123 float32_t y( channel_convert<float32_t>( get_color( src, y_t() ) ) ); in operator ()()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/extension/toolbox/color_spaces/
H A Dycbcr.hpp29 struct y_t {}; struct
39 struct y_t {}; struct
50 ycbcr_601_color_space::y_t,
58 ycbcr_709_color_space::y_t,
129 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t())); in convert()
159 double y = get_color( src, y_t() ); in convert()
201 get_color( dst, y_t() ) = (dst_channel_t) y; in operator ()()
229 get_color( dst, y_t() ) = (dst_channel_t) y; in operator ()()
249 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t()) ); in operator ()()
H A Dxyz.hpp24 struct y_t {}; struct
34 xyz_color_space::y_t,
84 get_color( dst, y_t() ) = in operator ()()
123 float32_t y( channel_convert<float32_t>( get_color( src, y_t() ) ) ); in operator ()()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/extension/toolbox/color_spaces/
H A Dycbcr.hpp29 struct y_t {}; struct
39 struct y_t {}; struct
50 ycbcr_601_color_space::y_t,
58 ycbcr_709_color_space::y_t,
129 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t())); in convert()
159 double y = get_color( src, y_t() ); in convert()
201 get_color( dst, y_t() ) = (dst_channel_t) y; in operator ()()
229 get_color( dst, y_t() ) = (dst_channel_t) y; in operator ()()
249 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t()) ); in operator ()()
H A Dxyz.hpp24 struct y_t {};
34 xyz_color_space::y_t,
84 get_color( dst, y_t() ) =
123 float32_t y( channel_convert<float32_t>( get_color( src, y_t() ) ) ); in operator ()()
/dports/devel/boost-libs/boost_1_72_0/boost/gil/extension/toolbox/color_spaces/
H A Dycbcr.hpp29 struct y_t {}; struct
39 struct y_t {}; struct
50 ycbcr_601_color_space::y_t,
58 ycbcr_709_color_space::y_t,
129 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t())); in convert()
159 double y = get_color( src, y_t() ); in convert()
201 get_color( dst, y_t() ) = (dst_channel_t) y; in operator ()()
229 get_color( dst, y_t() ) = (dst_channel_t) y; in operator ()()
249 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t()) ); in operator ()()
H A Dxyz.hpp24 struct y_t {}; struct
34 xyz_color_space::y_t,
84 get_color( dst, y_t() ) = in operator ()()
123 float32_t y( channel_convert<float32_t>( get_color( src, y_t() ) ) ); in operator ()()
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/extension/toolbox/color_spaces/
H A Dycbcr.hpp29 struct y_t {}; struct
39 struct y_t {}; struct
50 ycbcr_601_color_space::y_t,
58 ycbcr_709_color_space::y_t,
129 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t())); in convert()
159 double y = get_color( src, y_t() ); in convert()
201 get_color( dst, y_t() ) = (dst_channel_t) y; in operator ()()
229 get_color( dst, y_t() ) = (dst_channel_t) y; in operator ()()
249 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t()) ); in operator ()()
H A Dxyz.hpp24 struct y_t {}; struct
34 xyz_color_space::y_t,
84 get_color( dst, y_t() ) = in operator ()()
123 float32_t y( channel_convert<float32_t>( get_color( src, y_t() ) ) ); in operator ()()
/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 Dycbcr.hpp28 struct y_t {};
38 struct y_t {};
47 typedef boost::mpl::vector3< ycbcr_601_color_space::y_t, ycbcr_601_color_space::cb_t, ycbcr_601_col… in operator ()()
48 typedef boost::mpl::vector3< ycbcr_709_color_space::y_t, ycbcr_709_color_space::cb_t, ycbcr_709_col…
114 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t()));
144 double y = get_color( src, y_t() ); in operator ()()
186 get_color( dst, y_t() ) = (dst_channel_t) y;
214 get_color( dst, y_t() ) = (dst_channel_t) y;
234 src_channel_t y = channel_convert<src_channel_t>( get_color(src, y_t()) );
/dports/science/dynare/dynare-4.6.4/dynare++/doc/
H A Ddynare++-ramsey.tex45 they form are conditioned on the set $I_t$. Let $y_t$ denote a vector
51 E_t^I\left[f(y_{t-1},y_t,y_{t+1},u_t)\right] = 0.
57 y_t=g(y_{t-1},u_t,c_{t|t},c_{t+1|t},\ldots,c_{t+k|t},\ldots),
71 respect to all $y_t$ given the constraints \eqref{constr}. If the
72 planner's objective is $b(y_{t-1},y_t,y_{t+1},u_t)$ with a discount rate
101 derivative wrt $y_t$ and putting it to zero yields the first order
104 E^J_t\left[\vphantom{\frac{\int^(_)}{\int^(\_)}}\right.&\frac{\partial}{\partial y_t}b(y_{t-1},y_t,…
105 \beta L^{+1}\frac{\partial}{\partial y_{t-1}}b(y_{t-1},y_t,y_{t+1},u_t)\notag\\
138 E^J_t\left[\vphantom{\frac{\int^(_)}{\int^(\_)}}\right.&\frac{\partial}{\partial y_t}b(y_{t-1},y_t,…
141 &+\lambda_t^T\frac{\partial}{\partial y_{t}}f(y_{t-1},y_t,y_{t+1},u_t)\notag\\
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/fwd/mat/fun/
H A Dunit_vector_constrain.hpp24 Matrix<T, R, C> y_t(y.size()); in unit_vector_constrain() local
26 y_t.coeffRef(k) = y.coeff(k).val_; in unit_vector_constrain()
28 Matrix<T, R, C> unit_vector_y_t = unit_vector_constrain(y_t); in unit_vector_constrain()
33 T squared_norm = dot_self(y_t); in unit_vector_constrain()
37 = divide(tcrossprod(y_t), -norm * squared_norm); in unit_vector_constrain()
/dports/math/py-statsmodels/statsmodels-0.13.1/examples/python/
H A Dstatespace_custom_models.py98 y_t = d + beta_x * x_t + beta_w * w_t + eps
99 return y_t, x_t, w_t, beta_x, beta_w
102 y_t, x_t, w_t, beta_x, beta_w = gen_data_for_model1()
103 _ = plt.plot(y_t)
107 def __init__(self, y_t, x_t, w_t):
110 super(TVRegression, self).__init__(endog=y_t,
173 mod = TVRegression(y_t, x_t, w_t)
346 def __init__(self, y_t, x_t, w_t):
423 mod = TVRegressionExtended(y_t, x_t, w_t)
794 plt.plot(y_t)
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_fmaxl_test.c18 twords x_t, y_t, crt_value_t, libm_value_t; in test__compiler_rt_fmaxl() local
20 y_t.all = toRep(y); in test__compiler_rt_fmaxl()
27 (unsigned long long)y_t.s.high, (unsigned long long)y_t.s.low, in test__compiler_rt_fmaxl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_fmaxl_test.c18 twords x_t, y_t, crt_value_t, libm_value_t; in test__compiler_rt_fmaxl() local
20 y_t.all = toRep(y); in test__compiler_rt_fmaxl()
27 (unsigned long long)y_t.s.high, (unsigned long long)y_t.s.low, in test__compiler_rt_fmaxl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_fmaxl_test.c18 twords x_t, y_t, crt_value_t, libm_value_t; in test__compiler_rt_fmaxl() local
20 y_t.all = toRep(y); in test__compiler_rt_fmaxl()
27 (unsigned long long)y_t.s.high, (unsigned long long)y_t.s.low, in test__compiler_rt_fmaxl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_fmaxl_test.c18 twords x_t, y_t, crt_value_t, libm_value_t; in test__compiler_rt_fmaxl() local
20 y_t.all = toRep(y); in test__compiler_rt_fmaxl()
27 (unsigned long long)y_t.s.high, (unsigned long long)y_t.s.low, in test__compiler_rt_fmaxl()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_fmaxl_test.c18 twords x_t, y_t, crt_value_t, libm_value_t; in test__compiler_rt_fmaxl() local
20 y_t.all = toRep(y); in test__compiler_rt_fmaxl()
27 (unsigned long long)y_t.s.high, (unsigned long long)y_t.s.low, in test__compiler_rt_fmaxl()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/pcbnew_utils/
H A Dboard_construction_utils.cpp80 const auto y_t = aPos.y + aSize.y / 2; in DrawRect() local
85 const auto yin_t = y_t - aRadius; in DrawRect()
91 DrawSegment( aFootprint, { { xin_l, y_t }, { xin_r, y_t } }, aWidth, aLayer ); in DrawRect()
104 DrawArc( aFootprint, { xin_l, yin_t }, { xin_l, y_t }, 90, aWidth, aLayer ); in DrawRect()

12345678910>>...13