Home
last modified time | relevance | path

Searched refs:x_copy (Results 1 – 25 of 127) sorted by relevance

123456

/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/nonparametric/
H A Dsmoothers_lowess_old.py118 out = np.array([x_copy, fitted]).T
124 def _lowess_initial_fit(x_copy, y_copy, k, n): argument
150 weights = np.zeros((n,k), dtype = x_copy.dtype)
158 left_width = x_copy[i] - x_copy[nn_indices[0]]
159 right_width = x_copy[nn_indices[1]-1] - x_copy[i]
163 x_copy[i], width)
167 X[:,1] = x_copy[nn_indices[0]:nn_indices[1]]
171 fitted[i] = beta[0] + beta[1]*x_copy[i]
173 _lowess_update_nn(x_copy, nn_indices, i+1)
256 fitted[i] = beta[0] + beta[1] * x_copy[i]
[all …]
/dports/math/libflame/libflame-5.2.0/src/base/flamec/blis/1/
H A Dbl1_axpyv.c31 scomplex* x_copy; in bl1_caxpyv() local
37 x_copy = x; in bl1_caxpyv()
42 x_copy = bl1_callocv( n ); in bl1_caxpyv()
48 x_copy, incx_copy ); in bl1_caxpyv()
53 x_copy, incx_copy, in bl1_caxpyv()
57 bl1_cfree( x_copy ); in bl1_caxpyv()
62 dcomplex* x_copy; in bl1_zaxpyv() local
68 x_copy = x; in bl1_zaxpyv()
73 x_copy = bl1_zallocv( n ); in bl1_zaxpyv()
84 x_copy, incx_copy, in bl1_zaxpyv()
[all …]
/dports/math/libflame/libflame-5.2.0/src/base/flamec/blis/2/
H A Dbl1_syr.c249 scomplex* x_copy; in bl1_csyr_blas() local
267 x_copy, 1 ); in bl1_csyr_blas()
278 x_copy, ldx, in bl1_csyr_blas()
282 bl1_cfree( x_copy ); in bl1_csyr_blas()
295 x_copy, 1 ); in bl1_csyr_blas()
309 bl1_cfree( x_copy ); in bl1_csyr_blas()
315 dcomplex* x_copy; in bl1_zsyr_blas() local
333 x_copy, 1 ); in bl1_zsyr_blas()
348 bl1_zfree( x_copy ); in bl1_zsyr_blas()
361 x_copy, 1 ); in bl1_zsyr_blas()
[all …]
H A Dbl1_symv.c251 scomplex* x_copy; in bl1_csymv_blas() local
271 x_copy, 1 ); in bl1_csymv_blas()
285 x_copy, ldx, in bl1_csymv_blas()
294 bl1_cfree( x_copy ); in bl1_csymv_blas()
310 x_copy, 1 ); in bl1_csymv_blas()
332 bl1_cfree( x_copy ); in bl1_csymv_blas()
339 dcomplex* x_copy; in bl1_zsymv_blas() local
359 x_copy, 1 ); in bl1_zsymv_blas()
382 bl1_zfree( x_copy ); in bl1_zsymv_blas()
398 x_copy, 1 ); in bl1_zsymv_blas()
[all …]
H A Dbl1_syr2.c255 scomplex* x_copy; in bl1_csyr2_blas() local
270 x_copy = bl1_callocv( m ); in bl1_csyr2_blas()
276 x_copy, 1 ); in bl1_csyr2_blas()
297 bl1_cfree( x_copy ); in bl1_csyr2_blas()
312 x_copy, 1 ); in bl1_csyr2_blas()
332 bl1_cfree( x_copy ); in bl1_csyr2_blas()
339 dcomplex* x_copy; in bl1_zsyr2_blas() local
360 x_copy, 1 ); in bl1_zsyr2_blas()
381 bl1_zfree( x_copy ); in bl1_zsyr2_blas()
396 x_copy, 1 ); in bl1_zsyr2_blas()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dpchip_test.cpp32 auto x_copy = x; in test_constant() local
70 auto x_copy = x; in test_linear() local
89 x_copy = x; in test_linear()
97 x_copy = x; in test_linear()
147 auto x_copy = x; in test_interpolation_condition() local
149 auto s = pchip(std::move(x_copy), std::move(y_copy)); in test_interpolation_condition()
155 x_copy = x; in test_interpolation_condition()
184 auto x_copy = x; in test_monotonicity() local
186 auto s = pchip(std::move(x_copy), std::move(y_copy)); in test_monotonicity()
209 x_copy = x; in test_monotonicity()
[all …]
H A Dmakima_test.cpp32 auto x_copy = x; in test_constant() local
34 auto akima = makima(std::move(x_copy), std::move(y_copy)); in test_constant()
69 auto x_copy = x; in test_linear() local
71 auto akima = makima(std::move(x_copy), std::move(y_copy)); in test_linear()
88 x_copy = x; in test_linear()
90 akima = makima(std::move(x_copy), std::move(y_copy)); in test_linear()
96 x_copy = x; in test_linear()
99 akima = makima(std::move(x_copy), std::move(y_copy), Real(1), Real(1)); in test_linear()
146 auto x_copy = x; in test_interpolation_condition() local
148 auto s = makima(std::move(x_copy), std::move(y_copy)); in test_interpolation_condition()
[all …]
/dports/math/libflame/libflame-5.2.0/src/base/flamec/wrappers/blas/2/external/
H A DFLA_Trmvsx_external.c15 FLA_Obj x_copy; in FLA_Trmvsx_external() local
22 FLA_Obj_create_conf_to( FLA_NO_TRANSPOSE, x, &x_copy ); in FLA_Trmvsx_external()
24 FLA_Copy_external( x, x_copy ); in FLA_Trmvsx_external()
26 FLA_Trmv_external( uplo, transa, diag, A, x_copy ); in FLA_Trmvsx_external()
30 FLA_Axpy_external( alpha, x_copy, y ); in FLA_Trmvsx_external()
32 FLA_Obj_free( &x_copy ); in FLA_Trmvsx_external()
H A DFLA_Trsvsx_external.c15 FLA_Obj x_copy; in FLA_Trsvsx_external() local
22 FLA_Obj_create_conf_to( FLA_NO_TRANSPOSE, x, &x_copy ); in FLA_Trsvsx_external()
24 FLA_Copy_external( x, x_copy ); in FLA_Trsvsx_external()
26 FLA_Trsv_external( uplo, transa, diag, A, x_copy ); in FLA_Trsvsx_external()
30 FLA_Axpy_external( alpha, x_copy, y ); in FLA_Trsvsx_external()
32 FLA_Obj_free( &x_copy ); in FLA_Trsvsx_external()
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/include/lcdf/
H A Dvector.cc68 T x_copy(x); in assign() local
69 return assign(n, x_copy); in assign()
82 T x_copy(x); in insert() local
83 return insert(it, x_copy); in insert()
135 T x_copy(*push_x); in reserve_and_push_back() local
136 return reserve_and_push_back(want, &x_copy); in reserve_and_push_back()
169 T x_copy(x); in resize() local
170 resize(n, x_copy); in resize()
/dports/print/typetools/lcdf-typetools-2.108/include/lcdf/
H A Dvector.cc68 T x_copy(x); in assign() local
69 return assign(n, x_copy); in assign()
82 T x_copy(x); in insert() local
83 return insert(it, x_copy); in insert()
135 T x_copy(*push_x); in reserve_and_push_back() local
136 return reserve_and_push_back(want, &x_copy); in reserve_and_push_back()
169 T x_copy(x); in resize() local
170 resize(n, x_copy); in resize()
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/include/lcdf/
H A Dvector.cc68 T x_copy(x); in assign() local
69 return assign(n, x_copy); in assign()
82 T x_copy(x); in insert() local
83 return insert(it, x_copy); in insert()
135 T x_copy(*push_x); in reserve_and_push_back() local
136 return reserve_and_push_back(want, &x_copy); in reserve_and_push_back()
169 T x_copy(x); in resize() local
170 resize(n, x_copy); in resize()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DHermiteInterpPolynomial.cpp82 int n2 = 2*interpPts.size(); Real x_copy = x, t1_val, t1_grad; in type1_value() local
84 &xGradDiffTab[0], &yT1GradDiffTab[i][0], 1, &x_copy, &t1_val, &t1_grad); in type1_value()
93 int n2 = 2*interpPts.size(); Real x_copy = x, t2_val, t2_grad; in type2_value() local
95 &xGradDiffTab[0], &yT2GradDiffTab[i][0], 1, &x_copy, &t2_val, &t2_grad); in type2_value()
104 int n2 = 2*interpPts.size(); Real x_copy = x, t1_val, t1_grad; in type1_gradient() local
106 &xGradDiffTab[0], &yT1GradDiffTab[i][0], 1, &x_copy, &t1_val, &t1_grad); in type1_gradient()
115 int n2 = 2*interpPts.size(); Real x_copy = x, t2_val, t2_grad; in type2_gradient() local
117 &xGradDiffTab[0], &yT2GradDiffTab[i][0], 1, &x_copy, &t2_val, &t2_grad); in type2_gradient()
/dports/dns/djbdns/djbdns-1.05/
H A Daxfr-get.c34 unsigned int x_copy(char *buf,unsigned int len,unsigned int pos,char *out,unsigned int outlen) in x_copy() function
143 pos = x_copy(buf,len,pos,data,10); in doit()
157 x_copy(buf,len,pos,data,20); in doit()
205 pos = x_copy(buf,len,pos,data,2); in doit()
217 x_copy(buf,len,pos,data,4); in doit()
229 pos = x_copy(buf,len,pos,data,1); in doit()
306 pos = x_copy(packet.s,packet.len,0,out,12); in main()
319 pos = x_copy(packet.s,packet.len,pos,out,10); in main()
323 pos = x_copy(packet.s,packet.len,pos,out,4); in main()
353 pos = x_copy(packet.s,packet.len,0,out,12); in main()
/dports/mail/qmail-conf/qmail-conf-0.60/djbdns-1.05/
H A Daxfr-get.c34 unsigned int x_copy(char *buf,unsigned int len,unsigned int pos,char *out,unsigned int outlen) in x_copy() function
143 pos = x_copy(buf,len,pos,data,10); in doit()
157 x_copy(buf,len,pos,data,20); in doit()
205 pos = x_copy(buf,len,pos,data,2); in doit()
217 x_copy(buf,len,pos,data,4); in doit()
229 pos = x_copy(buf,len,pos,data,1); in doit()
306 pos = x_copy(packet.s,packet.len,0,out,12); in main()
319 pos = x_copy(packet.s,packet.len,pos,out,10); in main()
323 pos = x_copy(packet.s,packet.len,pos,out,4); in main()
353 pos = x_copy(packet.s,packet.len,0,out,12); in main()
/dports/dns/djbdns-tools/djbdns-1.05/
H A Daxfr-get.c34 unsigned int x_copy(char *buf,unsigned int len,unsigned int pos,char *out,unsigned int outlen) in x_copy() function
143 pos = x_copy(buf,len,pos,data,10); in doit()
157 x_copy(buf,len,pos,data,20); in doit()
205 pos = x_copy(buf,len,pos,data,2); in doit()
217 x_copy(buf,len,pos,data,4); in doit()
229 pos = x_copy(buf,len,pos,data,1); in doit()
306 pos = x_copy(packet.s,packet.len,0,out,12); in main()
319 pos = x_copy(packet.s,packet.len,pos,out,10); in main()
323 pos = x_copy(packet.s,packet.len,pos,out,4); in main()
353 pos = x_copy(packet.s,packet.len,0,out,12); in main()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dexp3.c159 mpfr_t t, x_copy, tmp; in mpfr_exp_3() local
188 mpfr_init2 (x_copy, MPFR_PREC(x)); in mpfr_exp_3()
189 mpfr_set (x_copy, x, MPFR_RNDD); in mpfr_exp_3()
195 mpfr_div_2ui (x_copy, x, ttt, MPFR_RNDN); in mpfr_exp_3()
196 ttt = MPFR_GET_EXP (x_copy); in mpfr_exp_3()
228 mpfr_extract (uk, x_copy, 0); in mpfr_exp_3()
239 mpfr_extract (uk, x_copy, i); in mpfr_exp_3()
336 mpfr_clear (x_copy); in mpfr_exp_3()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/scripts/common/check/
H A Dcheck_make_cfg.sh737 x_copy="$x_src_dir/$x_app.ini"
738 test -f $x_copy && cp -f "$x_copy" "$x_path"
741 x_copy="$x_src_dir/$i"
742 if test -f "$x_copy" -o -d "$x_copy" ; then
745 cp -rf "$x_copy" "$x_path"
747 cp -prf "$x_copy" "$x_path"
751 echo "Warning: \"$x_copy\" must be file or directory!"
H A Dcheck_make_unix.sh963 x_copy="$x_src_dir/$x_app.ini"
964 test -f $x_copy && cp -pf "$x_copy" "$x_work_dir"
968 x_copy="$x_src_dir/$i"
969 if test -f "$x_copy" -o -d "$x_copy"; then
970 cp -prf "$x_copy" "$x_work_dir"
973 echo "Warning: The copied object \"$x_copy\" should be a file or directory!"
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/scripts/common/check/
H A Dcheck_make_cfg.sh730 x_copy="$x_src_dir/$x_app.ini"
731 test -f $x_copy && cp -f "$x_copy" "$x_path"
734 x_copy="$x_src_dir/$i"
735 if test -f "$x_copy" -o -d "$x_copy" ; then
738 cp -rf "$x_copy" "$x_path"
740 cp -prf "$x_copy" "$x_path"
744 echo "Warning: \"$x_copy\" must be file or directory!"
/dports/net/openmpi/openmpi-4.1.1/opal/class/
H A Dopal_interval_tree.c751 y->left->parent = x_copy; in left_rotate()
755 x_copy->parent = y; in left_rotate()
756 x_copy->right = y->left; in left_rotate()
757 x_copy->max = max (x_copy->high, max (x_copy->left->max, x_copy->left->max)); in left_rotate()
759 rp_publish (&y->left, x_copy); in left_rotate()
772 return x_copy; in left_rotate()
787 y->right->parent = x_copy; in right_rotate()
790 x_copy->left = y->right; in right_rotate()
791 x_copy->parent = y; in right_rotate()
793 rp_publish (&y->right, x_copy); in right_rotate()
[all …]
/dports/math/cppad/CppAD-20210000.8/include/cppad/utility/
H A Dcheck_simple_vector.hpp132 struct ok_if_S_same_as_T<Scalar, value_type> x_copy;
133 x_copy.value = x;
158 s[0] = x_copy.value;
/dports/math/SCIP/scip-7.0.3/src/cppad/utility/
H A Dcheck_simple_vector.hpp133 struct ok_if_S_same_as_T<Scalar, value_type> x_copy;
134 x_copy.value = x;
159 s[0] = x_copy.value;
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_ellpack_page.cu95 auto x_copy = x; in TEST() local
96 std::sort(x_copy.begin(), x_copy.end()); in TEST()
97 auto n_uniques = std::unique(x_copy.begin(), x_copy.end()) - x_copy.begin(); in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_ellpack_page.cu95 auto x_copy = x; in TEST() local
96 std::sort(x_copy.begin(), x_copy.end()); in TEST()
97 auto n_uniques = std::unique(x_copy.begin(), x_copy.end()) - x_copy.begin(); in TEST()

123456