Home
last modified time | relevance | path

Searched refs:w_new (Results 1 – 25 of 137) sorted by relevance

123456

/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/Motif/
H A DXmHTML.c2481 ATTR_HTML(w_new, nframes) = _XmHTMLCheckForFrames(w_new, in SetValues()
2554 ATTR_HTML(w_new, default_font) = _XmHTMLSelectFontCache(w_new, True); in SetValues()
2577 XmHTMLTkaRecomputeColors(w_new, ATTR_HTML(w_new, body_bg)); in SetValues()
2640 XmHTMLTkaRecomputeColors(w_new, ATTR_HTML(w_new, body_bg)); in SetValues()
2802 ATTR_CORE(w_new, width), ATTR_CORE(w_new, height), False); in SetValues()
2829 XmHTMLTkaRecomputeColors(w_new, ATTR_HTML(w_new, body_bg)); in SetValues()
2931 _XmHTMLLoadBodyImage(w_new, ATTR_HTML(w_new, body_image_url)); in SetValues()
2962 XmHTMLTkaRecomputeHighlightColor(w_new, ATTR_HTML(w_new, body_bg)); in SetValues()
3017 if(ATTR_HTML(w_new, vsb) && XtIsManaged(ATTR_HTML(w_new, vsb))) in SetValues()
3020 if(ATTR_HTML(w_new, hsb) && XtIsManaged(ATTR_HTML(w_new, hsb))) in SetValues()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/Motif/
H A DXmHTML.c2481 ATTR_HTML(w_new, nframes) = _XmHTMLCheckForFrames(w_new, in SetValues()
2554 ATTR_HTML(w_new, default_font) = _XmHTMLSelectFontCache(w_new, True); in SetValues()
2577 XmHTMLTkaRecomputeColors(w_new, ATTR_HTML(w_new, body_bg)); in SetValues()
2640 XmHTMLTkaRecomputeColors(w_new, ATTR_HTML(w_new, body_bg)); in SetValues()
2802 ATTR_CORE(w_new, width), ATTR_CORE(w_new, height), False); in SetValues()
2829 XmHTMLTkaRecomputeColors(w_new, ATTR_HTML(w_new, body_bg)); in SetValues()
2931 _XmHTMLLoadBodyImage(w_new, ATTR_HTML(w_new, body_image_url)); in SetValues()
2962 XmHTMLTkaRecomputeHighlightColor(w_new, ATTR_HTML(w_new, body_bg)); in SetValues()
3017 if(ATTR_HTML(w_new, vsb) && XtIsManaged(ATTR_HTML(w_new, vsb))) in SetValues()
3020 if(ATTR_HTML(w_new, hsb) && XtIsManaged(ATTR_HTML(w_new, hsb))) in SetValues()
[all …]
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/gtk/
H A DXmHTML.c2812 ATTR_HTML(w_new, nframes) = _XmHTMLCheckForFrames(w_new, in SetValues()
2885 ATTR_HTML(w_new, default_font) = _XmHTMLSelectFontCache(w_new, True); in SetValues()
2907 XmHTMLTkaRecomputeColors(w_new, ATTR_HTML(w_new, body_bg)); in SetValues()
2974 XmHTMLTkaRecomputeColors(w_new, ATTR_HTML(w_new, body_bg)); in SetValues()
3136 ATTR_CORE(w_new, width), ATTR_CORE(w_new, height), False); in SetValues()
3167 XmHTMLTkaRecomputeColors(w_new, ATTR_HTML(w_new, body_bg)); in SetValues()
3269 _XmHTMLLoadBodyImage(w_new, ATTR_HTML(w_new, body_image_url)); in SetValues()
3300 XmHTMLTkaRecomputeHighlightColor(w_new, ATTR_HTML(w_new, body_bg)); in SetValues()
3355 if(ATTR_HTML(w_new, vsb) && XtIsManaged(ATTR_HTML(w_new, vsb))) in SetValues()
3358 if(ATTR_HTML(w_new, hsb) && XtIsManaged(ATTR_HTML(w_new, hsb))) in SetValues()
[all …]
/dports/multimedia/vmaf/vmaf-2.3.0/python/vmaf/core/
H A Dadm_dwt2_cy.pyx39 cdef int h_new, w_new
101 w_new = (w + 1) // 2
104 w_new_strided = ALIGN_CEIL(w_new * sizeof(np_float)) // sizeof(np_float)
111 # print("h_new={}, w_new={}".format(h_new, w_new))
122 out_a = np.empty((h_new, w_new)).astype(np.float64)
123 out_v = np.empty((h_new, w_new)).astype(np.float64)
124 out_h = np.empty((h_new, w_new)).astype(np.float64)
125 out_d = np.empty((h_new, w_new)).astype(np.float64)
127 out_a[...] = np.asarray(<np.float64_t[:h_new, :w_new_strided]> aa_dwt2.band_a)[:, :w_new]
128 out_v[...] = np.asarray(<np.float64_t[:h_new, :w_new_strided]> aa_dwt2.band_v)[:, :w_new]
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_HostThreadTeam.cpp222 const pair_int_t w_new(w.first + 1, w.second); in get_work_stealing() local
224 w = Kokkos::atomic_compare_exchange(&m_work_range, w, w_new); in get_work_stealing()
230 attempt = !(w_new.first == w.first + 1 && w_new.second == w.second); in get_work_stealing()
255 const pair_int_t w_new(w.first, w.second - 1); in get_work_stealing() local
257 w = Kokkos::atomic_compare_exchange(steal_range, w, w_new); in get_work_stealing()
263 attempt = !(w_new.first == w.first && w_new.second == w.second - 1); in get_work_stealing()
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_HostThreadTeam.cpp222 const pair_int_t w_new(w.first + 1, w.second); in get_work_stealing() local
224 w = Kokkos::atomic_compare_exchange(&m_work_range, w, w_new); in get_work_stealing()
230 attempt = !(w_new.first == w.first + 1 && w_new.second == w.second); in get_work_stealing()
255 const pair_int_t w_new(w.first, w.second - 1); in get_work_stealing() local
257 w = Kokkos::atomic_compare_exchange(steal_range, w, w_new); in get_work_stealing()
263 attempt = !(w_new.first == w.first && w_new.second == w.second - 1); in get_work_stealing()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_HostThreadTeam.cpp222 const pair_int_t w_new(w.first + 1, w.second); in get_work_stealing() local
224 w = Kokkos::atomic_compare_exchange(&m_work_range, w, w_new); in get_work_stealing()
230 attempt = !(w_new.first == w.first + 1 && w_new.second == w.second); in get_work_stealing()
255 const pair_int_t w_new(w.first, w.second - 1); in get_work_stealing() local
257 w = Kokkos::atomic_compare_exchange(steal_range, w, w_new); in get_work_stealing()
263 attempt = !(w_new.first == w.first && w_new.second == w.second - 1); in get_work_stealing()
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h61 VectorType w_new(precond.solve(v_new)); // initialize w_new in minres()
63 RealScalar beta_new2(v_new.dot(w_new)); in minres()
68 w_new /= beta_new; in minres()
96 w = w_new; // update in minres()
101 w_new = precond.solve(v_new); // overwrite w_new in minres()
102 beta_new2 = v_new.dot(w_new); // compute beta_new in minres()
106 w_new /= beta_new; // overwrite w_new for next iteration in minres()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h61 VectorType w_new(precond.solve(v_new)); // initialize w_new in minres()
63 RealScalar beta_new2(v_new.dot(w_new)); in minres()
68 w_new /= beta_new; in minres()
96 w = w_new; // update in minres()
101 w_new = precond.solve(v_new); // overwrite w_new in minres()
102 beta_new2 = v_new.dot(w_new); // compute beta_new in minres()
106 w_new /= beta_new; // overwrite w_new for next iteration in minres()
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h61 VectorType w_new(precond.solve(v_new)); // initialize w_new in minres()
63 RealScalar beta_new2(v_new.dot(w_new)); in minres()
68 w_new /= beta_new; in minres()
96 w = w_new; // update in minres()
101 w_new = precond.solve(v_new); // overwrite w_new in minres()
102 beta_new2 = v_new.dot(w_new); // compute beta_new in minres()
106 w_new /= beta_new; // overwrite w_new for next iteration in minres()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h61 VectorType w_new(precond.solve(v_new)); // initialize w_new in minres()
63 RealScalar beta_new2(v_new.dot(w_new)); in minres()
68 w_new /= beta_new; in minres()
96 w = w_new; // update in minres()
101 w_new = precond.solve(v_new); // overwrite w_new in minres()
102 beta_new2 = v_new.dot(w_new); // compute beta_new in minres()
106 w_new /= beta_new; // overwrite w_new for next iteration in minres()
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h61 VectorType w_new(precond.solve(v_new)); // initialize w_new in minres()
63 RealScalar beta_new2(v_new.dot(w_new)); in minres()
68 w_new /= beta_new; in minres()
96 w = w_new; // update in minres()
101 w_new = precond.solve(v_new); // overwrite w_new in minres()
102 beta_new2 = v_new.dot(w_new); // compute beta_new in minres()
106 w_new /= beta_new; // overwrite w_new for next iteration in minres()
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h61 VectorType w_new(precond.solve(v_new)); // initialize w_new in minres()
63 RealScalar beta_new2(v_new.dot(w_new)); in minres()
68 w_new /= beta_new; in minres()
96 w = w_new; // update in minres()
101 w_new = precond.solve(v_new); // overwrite w_new in minres()
102 beta_new2 = v_new.dot(w_new); // compute beta_new in minres()
106 w_new /= beta_new; // overwrite w_new for next iteration in minres()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h61 VectorType w_new(precond.solve(v_new)); // initialize w_new in minres()
63 RealScalar beta_new2(v_new.dot(w_new)); in minres()
68 w_new /= beta_new; in minres()
96 w = w_new; // update in minres()
101 w_new = precond.solve(v_new); // overwrite w_new in minres()
102 beta_new2 = v_new.dot(w_new); // compute beta_new in minres()
106 w_new /= beta_new; // overwrite w_new for next iteration in minres()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h61 VectorType w_new(precond.solve(v_new)); // initialize w_new in minres()
63 RealScalar beta_new2(v_new.dot(w_new)); in minres()
68 w_new /= beta_new; in minres()
96 w = w_new; // update in minres()
101 w_new = precond.solve(v_new); // overwrite w_new in minres()
102 beta_new2 = v_new.dot(w_new); // compute beta_new in minres()
106 w_new /= beta_new; // overwrite w_new for next iteration in minres()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h61 VectorType w_new(precond.solve(v_new)); // initialize w_new in minres()
63 RealScalar beta_new2(v_new.dot(w_new)); in minres()
68 w_new /= beta_new; in minres()
96 w = w_new; // update in minres()
101 w_new = precond.solve(v_new); // overwrite w_new in minres()
102 beta_new2 = v_new.dot(w_new); // compute beta_new in minres()
106 w_new /= beta_new; // overwrite w_new for next iteration in minres()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h61 VectorType w_new(precond.solve(v_new)); // initialize w_new in minres()
63 RealScalar beta_new2(v_new.dot(w_new)); in minres()
68 w_new /= beta_new; in minres()
96 w = w_new; // update in minres()
101 w_new = precond.solve(v_new); // overwrite w_new in minres()
102 beta_new2 = v_new.dot(w_new); // compute beta_new in minres()
106 w_new /= beta_new; // overwrite w_new for next iteration in minres()
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h61 VectorType w_new(precond.solve(v_new)); // initialize w_new in minres()
63 RealScalar beta_new2(v_new.dot(w_new)); in minres()
68 w_new /= beta_new; in minres()
96 w = w_new; // update in minres()
101 w_new = precond.solve(v_new); // overwrite w_new in minres()
102 beta_new2 = v_new.dot(w_new); // compute beta_new in minres()
106 w_new /= beta_new; // overwrite w_new for next iteration in minres()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/plugins/rssyl/
H A Dstrutils.c41 gchar *new, *w_new = NULL, *c; in rssyl_strreplace() local
79 w_new = new; in rssyl_strreplace()
87 *w_new = replacement[i]; in rssyl_strreplace()
88 w_new++; in rssyl_strreplace()
92 *w_new = *c; in rssyl_strreplace()
93 w_new++; in rssyl_strreplace()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/plugins/rssyl/
H A Dstrutils.c41 gchar *new, *w_new = NULL, *c; in rssyl_strreplace() local
79 w_new = new; in rssyl_strreplace()
87 *w_new = replacement[i]; in rssyl_strreplace()
88 w_new++; in rssyl_strreplace()
92 *w_new = *c; in rssyl_strreplace()
93 w_new++; in rssyl_strreplace()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/plugins/rssyl/
H A Dstrutils.c41 gchar *new, *w_new = NULL, *c; in rssyl_strreplace() local
79 w_new = new; in rssyl_strreplace()
87 *w_new = replacement[i]; in rssyl_strreplace()
88 w_new++; in rssyl_strreplace()
92 *w_new = *c; in rssyl_strreplace()
93 w_new++; in rssyl_strreplace()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/plugins/rssyl/
H A Dstrutils.c41 gchar *new, *w_new = NULL, *c; in rssyl_strreplace() local
79 w_new = new; in rssyl_strreplace()
87 *w_new = replacement[i]; in rssyl_strreplace()
88 w_new++; in rssyl_strreplace()
92 *w_new = *c; in rssyl_strreplace()
93 w_new++; in rssyl_strreplace()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/plugins/rssyl/
H A Dstrutils.c41 gchar *new, *w_new = NULL, *c; in rssyl_strreplace() local
79 w_new = new; in rssyl_strreplace()
87 *w_new = replacement[i]; in rssyl_strreplace()
88 w_new++; in rssyl_strreplace()
92 *w_new = *c; in rssyl_strreplace()
93 w_new++; in rssyl_strreplace()
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/plugins/rssyl/
H A Dstrutils.c41 gchar *new, *w_new = NULL, *c; in rssyl_strreplace() local
79 w_new = new; in rssyl_strreplace()
87 *w_new = replacement[i]; in rssyl_strreplace()
88 w_new++; in rssyl_strreplace()
92 *w_new = *c; in rssyl_strreplace()
93 w_new++; in rssyl_strreplace()
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/plugins/rssyl/
H A Dstrutils.c41 gchar *new, *w_new = NULL, *c; in rssyl_strreplace() local
79 w_new = new; in rssyl_strreplace()
87 *w_new = replacement[i]; in rssyl_strreplace()
88 w_new++; in rssyl_strreplace()
92 *w_new = *c; in rssyl_strreplace()
93 w_new++; in rssyl_strreplace()

123456