Home
last modified time | relevance | path

Searched refs:vec_n (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/libart_lgpl/libart_lgpl-2.3.21/
H A Dart_vpath_bpath.c261 int vec_n, vec_n_max; in art_bez_path_to_vec() local
265 vec_n = 0; in art_bez_path_to_vec()
287 if (vec_n >= vec_n_max) in art_bez_path_to_vec()
296 vec[vec_n].code = bez[bez_index].code; in art_bez_path_to_vec()
297 vec[vec_n].x = x; in art_bez_path_to_vec()
298 vec[vec_n].y = y; in art_bez_path_to_vec()
299 vec_n++; in art_bez_path_to_vec()
302 vec[vec_n].code = bez[bez_index].code; in art_bez_path_to_vec()
303 vec[vec_n].x = 0; in art_bez_path_to_vec()
304 vec[vec_n].y = 0; in art_bez_path_to_vec()
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/renderPM/libart_lgpl/
H A Dart_vpath_bpath.c261 int vec_n, vec_n_max; in art_bez_path_to_vec() local
265 vec_n = 0; in art_bez_path_to_vec()
287 if (vec_n >= vec_n_max) in art_bez_path_to_vec()
296 vec[vec_n].code = bez[bez_index].code; in art_bez_path_to_vec()
297 vec[vec_n].x = x; in art_bez_path_to_vec()
298 vec[vec_n].y = y; in art_bez_path_to_vec()
299 vec_n++; in art_bez_path_to_vec()
302 vec[vec_n].code = bez[bez_index].code; in art_bez_path_to_vec()
303 vec[vec_n].x = 0; in art_bez_path_to_vec()
304 vec[vec_n].y = 0; in art_bez_path_to_vec()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/random/detail/
H A Dqrng_base.hpp111 boost::uintmax_t vec_n = z / dimension_value; in discard() local
114 vec_n += carry / dimension_value; in discard()
119 const bool corr = (!carry) & static_cast<bool>(vec_n); in discard()
122 discard_vector(vec_n - static_cast<boost::uintmax_t>(corr)); in discard()
/dports/devel/R-cran-BH/BH/inst/include/boost/random/detail/
H A Dqrng_base.hpp111 boost::uintmax_t vec_n = z / dimension_value; in discard() local
114 vec_n += carry / dimension_value; in discard()
119 const bool corr = (!carry) & static_cast<bool>(vec_n); in discard()
122 discard_vector(vec_n - static_cast<boost::uintmax_t>(corr)); in discard()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/random/detail/
H A Dqrng_base.hpp111 boost::uintmax_t vec_n = z / dimension_value; in discard() local
114 vec_n += carry / dimension_value; in discard()
119 const bool corr = (!carry) & static_cast<bool>(vec_n); in discard()
122 discard_vector(vec_n - static_cast<boost::uintmax_t>(corr)); in discard()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/random/detail/
H A Dqrng_base.hpp111 boost::uintmax_t vec_n = z / dimension_value; in discard() local
114 vec_n += carry / dimension_value; in discard()
119 const bool corr = (!carry) & static_cast<bool>(vec_n); in discard()
122 discard_vector(vec_n - static_cast<boost::uintmax_t>(corr)); in discard()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/random/detail/
H A Dqrng_base.hpp111 boost::uintmax_t vec_n = z / dimension_value; in discard() local
114 vec_n += carry / dimension_value; in discard()
119 const bool corr = (!carry) & static_cast<bool>(vec_n); in discard()
122 discard_vector(vec_n - static_cast<boost::uintmax_t>(corr)); in discard()
/dports/devel/boost-libs/boost_1_72_0/boost/random/detail/
H A Dqrng_base.hpp111 boost::uintmax_t vec_n = z / dimension_value; in discard() local
114 vec_n += carry / dimension_value; in discard()
119 const bool corr = (!carry) & static_cast<bool>(vec_n); in discard()
122 discard_vector(vec_n - static_cast<boost::uintmax_t>(corr)); in discard()
/dports/devel/boost-python-libs/boost_1_72_0/boost/random/detail/
H A Dqrng_base.hpp111 boost::uintmax_t vec_n = z / dimension_value; in discard() local
114 vec_n += carry / dimension_value; in discard()
119 const bool corr = (!carry) & static_cast<bool>(vec_n); in discard()
122 discard_vector(vec_n - static_cast<boost::uintmax_t>(corr)); in discard()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/random/detail/
H A Dqrng_base.hpp111 boost::uintmax_t vec_n = z / dimension_value; in discard() local
114 vec_n += carry / dimension_value; in discard()
119 const bool corr = (!carry) & static_cast<bool>(vec_n); in discard()
122 discard_vector(vec_n - static_cast<boost::uintmax_t>(corr)); in discard()
/dports/devel/hyperscan/boost_1_75_0/boost/random/detail/
H A Dqrng_base.hpp111 boost::uintmax_t vec_n = z / dimension_value; in discard() local
114 vec_n += carry / dimension_value; in discard()
119 const bool corr = (!carry) & static_cast<bool>(vec_n); in discard()
122 discard_vector(vec_n - static_cast<boost::uintmax_t>(corr)); in discard()
/dports/science/afni/afni-AFNI_21.3.16/src/svm/
H A Dsvm_common.c191 void add_vector_ns(double *vec_n, WORD *vec_s, double faktor) in add_vector_ns() argument
196 vec_n[ai->wnum]+=(faktor*ai->weight); in add_vector_ns()
201 double sprod_ns(double *vec_n, WORD *vec_s) in sprod_ns() argument
207 sum+=(vec_n[ai->wnum]*ai->weight); in sprod_ns()
/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_encoding_conversion.cpp66 R_len_t vec_n = vec_cont.get_n(); in stri_enc_fromutf32() local
70 for (R_len_t i=0; i<vec_n; ++i) { in stri_enc_fromutf32()
79 STRI__PROTECT(ret = Rf_allocVector(STRSXP, vec_n)); in stri_enc_fromutf32()
81 for (R_len_t i=0; i<vec_n; ++i) { in stri_enc_fromutf32()
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dvc.cpp639 vector<string> &vec_rs, vector<size_t> &vec_n, in ReadFile_cor() argument
645 vec_n.clear(); in ReadFile_cor()
743 vec_n.push_back(n_total); in ReadFile_cor()
1123 (1 - 1.0 / (double)vec_n[ns_total]) * d2; in ReadFile_cor()
1125 d2 * d2 / ((double)vec_n[ns_total] * (double)vec_n[ns_total]); in ReadFile_cor()
1128 (1 - 1.0 / (double)vec_n[ns_total]) * d2; in ReadFile_cor()
1131 mat_S[0][0] += (1 - 1.0 / (double)vec_n[ns_total]) * d2; in ReadFile_cor()
1133 d2 * d2 / ((double)vec_n[ns_total] * (double)vec_n[ns_total]); in ReadFile_cor()
1135 mat3d_Sbin[0][0][0] += (1 - 1.0 / (double)vec_n[ns_total]) * d2; in ReadFile_cor()
1156 1.0 / (double)min(vec_n[ns_total], vec_n[ns_total + n_nb + 1]); in ReadFile_cor()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/gfx/image/
H A Dart.cpp445 int vec_n, vec_n_max; in art_bez_path_to_vec() local
449 vec_n = 0; in art_bez_path_to_vec()
462 if (vec_n >= vec_n_max) in art_bez_path_to_vec()
470 vec[vec_n].code = bez[bez_index].code; in art_bez_path_to_vec()
471 vec[vec_n].x = x; in art_bez_path_to_vec()
472 vec[vec_n].y = y; in art_bez_path_to_vec()
473 vec_n++; in art_bez_path_to_vec()
476 vec[vec_n].code = bez[bez_index].code; in art_bez_path_to_vec()
477 vec[vec_n].x = 0; in art_bez_path_to_vec()
478 vec[vec_n].y = 0; in art_bez_path_to_vec()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/gfx/image/
H A Dart.cpp446 int vec_n, vec_n_max; in art_bez_path_to_vec() local
450 vec_n = 0; in art_bez_path_to_vec()
463 if (vec_n >= vec_n_max) in art_bez_path_to_vec()
471 vec[vec_n].code = bez[bez_index].code; in art_bez_path_to_vec()
472 vec[vec_n].x = x; in art_bez_path_to_vec()
473 vec[vec_n].y = y; in art_bez_path_to_vec()
474 vec_n++; in art_bez_path_to_vec()
477 vec[vec_n].code = bez[bez_index].code; in art_bez_path_to_vec()
478 vec[vec_n].x = 0; in art_bez_path_to_vec()
479 vec[vec_n].y = 0; in art_bez_path_to_vec()
[all …]
/dports/science/py-ase/ase-3.22.0/ase/dft/
H A Dwannier.py591 vec_n = self.V_knw[k, :, index]
593 vec_n = np.dot(self.V_knw[k], index)
596 for n, coeff in enumerate(vec_n):
/dports/science/clipper/clipper-2.1/clipper/core/
H A Dspacegroup.cpp71 Vec3<> vec_n( 0.5, 0.5, 0.5 ); variable
218 else if ( trans[i][k] == 'n' ) vec = vec + vec_n; in init_hall()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DDW_OpenVDBRasterizePoints.cmd221 opparm length1 signature ( default ) vec ( 1 1 1 ) vec_p ( 1 1 1 ) vec_n ( 1 1 1 ) vec_v4 ( 1 1 1 1…
235 opparm split signature ( default ) vec ( 0 0 0 ) vec_p ( 0 0 0 ) vec_n ( 0 0 0 ) vec_c ( 0 0 0 ) ve…
949 opparm vectofloat3 signature ( default ) vec ( 0 0 0 ) vec_p ( 0 0 0 ) vec_n ( 0 0 0 ) vec_c ( 0 0 …
1126 opparm positive_quadrant signature ( default ) vec ( 0 0 0 ) vec_p ( 0 0 0 ) vec_n ( 0 0 0 ) vec_c …
1242 opparm length1 signature ( default ) vec ( 1 1 1 ) vec_p ( 1 1 1 ) vec_n ( 1 1 1 ) vec_v4 ( 1 1 1 1…
1551 opparm vectofloat1 signature ( default ) vec ( 0 0 0 ) vec_p ( 0 0 0 ) vec_n ( 0 0 0 ) vec_c ( 0 0 …
2060 opparm length2 signature ( default ) vec ( 1 1 1 ) vec_p ( 1 1 1 ) vec_n ( 1 1 1 ) vec_v4 ( 1 1 1 1…
2367 opparm length3 signature ( default ) vec ( 1 1 1 ) vec_p ( 1 1 1 ) vec_n ( 1 1 1 ) vec_v4 ( 1 1 1 1…
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/cohomo/
H A Dcohomo.cc4098 std::vector<int> av=support1(a), vec, vec_n; in stellarsub() local
4111 vec_n.push_back(vert); in stellarsub()
4118 vec=vecUnion(lk[i], vec_n); in stellarsub()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc3395 size_t par_n = 0, vec_n = 0; in do_chain_mode() local
3399 else if(str[i] == LEFT_VECTOR_WRAP_CH) vec_n++; in do_chain_mode()
3400 else if(vec_n > 0 && str[i] == RIGHT_VECTOR_WRAP_CH) vec_n--; in do_chain_mode()
3402 if(par_n > 0 || vec_n > 0) return false; in do_chain_mode()