Home
last modified time | relevance | path

Searched refs:alpha_d (Results 1 – 25 of 44) sorted by relevance

12

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/rev/mat/fun/
H A Dlog_softmax.hpp67 Matrix<double, Dynamic, 1> alpha_d(alpha.size()); in log_softmax() local
68 for (int i = 0; i < alpha_d.size(); ++i) in log_softmax()
69 alpha_d(i) = alpha(i).val(); in log_softmax()
77 double max_v = alpha_d.maxCoeff(); in log_softmax()
80 for (int i = 0; i < alpha_d.size(); ++i) { in log_softmax()
81 softmax_alpha_d(i) = std::exp(alpha_d(i) - max_v); in log_softmax()
85 for (int i = 0; i < alpha_d.size(); ++i) in log_softmax()
89 for (int i = 0; i < alpha_d.size(); ++i) in log_softmax()
90 log_softmax_alpha_d(i) = (alpha_d(i) - max_v) - log_sum; in log_softmax()
95 vari::operator new(sizeof(double) * alpha_d.size())); in log_softmax()
[all …]
/dports/math/libflame/libflame-5.2.0/src/base/flamec/blis/1/
H A Dbl1_dot2s.c43 scomplex alpha_d = *alpha; in bl1_cdot2s() local
63 alpha_d.real * dotxy.real - alpha_d.imag * dotxy.imag + in bl1_cdot2s()
66 alpha_d.real * dotxy.imag + alpha_d.imag * dotxy.real + in bl1_cdot2s()
74 dcomplex alpha_d = *alpha; in bl1_zdot2s() local
94 alpha_d.real * dotxy.real - alpha_d.imag * dotxy.imag + in bl1_zdot2s()
97 alpha_d.real * dotxy.imag + alpha_d.imag * dotxy.real + in bl1_zdot2s()
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/TemplateModels/
H A DRNA16A5 {"gamma","gamma","gamma","0","","","beta","gamma","","alpha_d","","alpha_s","beta","","beta","gamma…
8 {"","","gamma","beta","gamma","gamma","0","gamma","","beta","gamma","beta","alpha_d","","alpha_s","…
11 {"","gamma","","alpha_d","","gamma","beta","","gamma","0","gamma","alpha_s","beta","gamma","beta","…
14 {"gamma","","","beta","gamma","","alpha_d","","gamma","beta","","beta","0","gamma","alpha_s","gamma…
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_draw32.c479 unsigned int alpha_d = dr_alpha; in R_DrawTranslucentColumn_32() local
480 unsigned int alpha_r = 255 - alpha_d; in R_DrawTranslucentColumn_32()
782 unsigned int alpha_d = dr_alpha; in R_DrawTranslucentSpan_32() local
783 unsigned int alpha_r = 255 - alpha_d; in R_DrawTranslucentSpan_32()
833 unsigned int alpha_d = dr_alpha; in R_DrawFogSpan_32() local
844 register unsigned int fb = fogcolor.pix32.b * alpha_d; in R_DrawFogSpan_32()
845 register unsigned int fg = fogcolor.pix32.g * alpha_d; in R_DrawFogSpan_32()
846 register unsigned int fr = fogcolor.pix32.r * alpha_d; in R_DrawFogSpan_32()
864 unsigned int alpha_d = dr_alpha; in R_DrawFogColumn_32() local
916 register unsigned int fb = fogcolor.pix32.b * alpha_d; in R_DrawFogColumn_32()
[all …]
H A Dr_draw24.c466 unsigned int alpha_d = dr_alpha; in R_DrawTranslucentColumn_24() local
467 unsigned int alpha_r = 255 - alpha_d; in R_DrawTranslucentColumn_24()
771 unsigned int alpha_d = dr_alpha; in R_DrawTranslucentSpan_24() local
772 unsigned int alpha_r = 255 - alpha_d; in R_DrawTranslucentSpan_24()
823 unsigned int alpha_d = dr_alpha; in R_DrawFogSpan_24() local
833 register int fb = fogcolor.pix32.b * alpha_d; in R_DrawFogSpan_24()
834 register int fg = fogcolor.pix32.g * alpha_d; in R_DrawFogSpan_24()
835 register int fr = fogcolor.pix32.r * alpha_d; in R_DrawFogSpan_24()
853 unsigned int alpha_d = dr_alpha; in R_DrawFogColumn_24() local
905 register unsigned int fb = fogcolor.pix32.b * alpha_d; in R_DrawFogColumn_24()
[all …]
H A Dr_draw16.c460 unsigned int alpha_d = dr_alpha >> 3; // 5 bit alpha in R_DrawTranslucentColumn_16() local
461 unsigned int alpha_r = 31 - alpha_d; in R_DrawTranslucentColumn_16()
797 unsigned int alpha_d = dr_alpha; in R_DrawTranslucentSpan_16() local
801 alpha_d >>= 3; // 5 bit alpha in R_DrawTranslucentSpan_16()
802 alpha_r = 31 - alpha_d; in R_DrawTranslucentSpan_16()
851 unsigned int alpha_d = dr_alpha >> 3; // 5 bit alpha in R_DrawFogSpan_16() local
852 unsigned int alpha_r = (31 - alpha_d) * 0.84; // cloudy fog in R_DrawFogSpan_16()
857 fogcolor_rb = ((fc & mask_r) | (fc & mask_b)) * alpha_d; in R_DrawFogSpan_16()
858 fogcolor_g = (fc & mask_g) * alpha_d; in R_DrawFogSpan_16()
888 unsigned int alpha_d = dr_alpha >> 3; // 5 bit alpha in R_DrawFogColumn_16() local
[all …]
/dports/www/wt/wt-4.6.1/src/web/
H A DColorUtils.C141 double alpha_d = Utils::stod(boost::trim_copy(arguments[3])); in parseCssColor() local
142 if (alpha_d < 0.0 || alpha_d > 1.0) in parseCssColor()
144 alpha = static_cast<int>(std::round(alpha_d * 255.)); in parseCssColor()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_overlay.c409 uint8_t alpha_d = d[da]; in blend_image() local
410 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in blend_image()
464 uint8_t alpha_d = *d; in blend_image() local
465 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in blend_image()
525 uint8_t alpha_d; in blend_image() local
527 alpha_d = (d[0] + d[src->linesize[3]] + in blend_image()
534 alpha_d = (alpha_v + alpha_h) >> 1; in blend_image()
536 alpha_d = d[0]; in blend_image()
537 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in blend_image()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_overlay.c409 uint8_t alpha_d = d[da]; in blend_image() local
410 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in blend_image()
464 uint8_t alpha_d = *d; in blend_image() local
465 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in blend_image()
525 uint8_t alpha_d; in blend_image() local
527 alpha_d = (d[0] + d[src->linesize[3]] + in blend_image()
534 alpha_d = (alpha_v + alpha_h) >> 1; in blend_image()
536 alpha_d = d[0]; in blend_image()
537 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in blend_image()
/dports/multimedia/pitivi/pitivi-0.999/build/flatpak/bad/
H A D0001-compositor-Add-support-for-crossfade-blending.patch667 +.temp 8 alpha_d
709 +# calc the final global alpha_d = alpha_d + (alpha_s * (alpha / 255))
714 +x4 convubw alpha_d, a
715 +x4 addw alpha_d, alpha_d, alpha_s
720 +x4 convwb a, alpha_d
728 @@ -221,3 +290,76 @@ x4 convwb a, alpha_d
745 +.temp 8 alpha_d
789 +# calc the final global alpha_d = alpha_d + (alpha_s * (alpha / 255))
795 +x4 convubw alpha_d, a
796 +x4 addw alpha_d, alpha_d, alpha_s
[all …]
/dports/math/openturns/openturns-1.18/python/src/
H A DInverseBoxCoxTransform_doc.i.in14 The :math:`(\alpha_1, \dots, \alpha_d)` parameter.
16 Default is :math:`(\alpha_1, \dots, \alpha_d)=(0, \dots, 0)`.
H A DBoxCoxTransform_doc.i.in16 The :math:`(\alpha_1, \dots, \alpha_d)` parameter.
18 Default is :math:`(\alpha_1, \dots, \alpha_d)=(0, \dots, 0)`.
/dports/graphics/R-cran-farver/farver/src/
H A Dencode.cpp69 double* alpha_d = NULL; in encode_impl() local
80 alpha_d = REAL(alpha); in encode_impl()
81 if (!R_finite(alpha_d[0])) { in encode_impl()
84 first_alpha = double2int(alpha_d[0]); in encode_impl()
140 num = double2int(alpha_d[i]); in encode_impl()
175 double* alpha_d = NULL; in encode_impl() local
186 alpha_d = REAL(alpha); in encode_impl()
187 if (!R_finite(alpha_d[0])) { in encode_impl()
190 first_alpha = double2int(alpha_d[0]); in encode_impl()
238 num = double2int(alpha_d[i]); in encode_impl()
[all …]
/dports/x11/polybar/polybar-3.5.7/include/utils/
H A Dcolor.hpp27 double alpha_d() const;
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_overlay.c402 uint8_t alpha_d = d[da]; in blend_slice_packed_rgb() local
403 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in blend_slice_packed_rgb()
519 uint8_t alpha_d; in blend_plane() local
521 alpha_d = (da[0] + da[dst->linesize[3]] + in blend_plane()
528 alpha_d = (alpha_v + alpha_h) >> 1; in blend_plane()
530 alpha_d = da[0]; in blend_plane()
531 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in blend_plane()
580 uint8_t alpha_d = *d; in alpha_composite() local
581 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in alpha_composite()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_overlay.c402 uint8_t alpha_d = d[da]; in blend_slice_packed_rgb() local
403 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in blend_slice_packed_rgb()
519 uint8_t alpha_d; in blend_plane() local
521 alpha_d = (da[0] + da[dst->linesize[3]] + in blend_plane()
528 alpha_d = (alpha_v + alpha_h) >> 1; in blend_plane()
530 alpha_d = da[0]; in blend_plane()
531 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in blend_plane()
580 uint8_t alpha_d = *d; in alpha_composite() local
581 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in alpha_composite()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_overlay.c394 uint8_t alpha_d = d[da]; in blend_slice_packed_rgb() local
395 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in blend_slice_packed_rgb()
517 … uint8_t alpha_d; \
519alpha_d = (da[0] + da[dst->linesize[3]] + \
526alpha_d = (alpha_v + alpha_h) >> 1; \
528alpha_d = da[0]; \
529 … alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); \
593 … uint8_t alpha_d = *d; \
594 … alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); \
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_overlay.c394 uint8_t alpha_d = d[da]; in blend_slice_packed_rgb() local
395 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in blend_slice_packed_rgb()
517 … uint8_t alpha_d; \
519alpha_d = (da[0] + da[dst->linesize[3]] + \
526alpha_d = (alpha_v + alpha_h) >> 1; \
528alpha_d = da[0]; \
529 … alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); \
593 … uint8_t alpha_d = *d; \
594 … alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_overlay.c394 uint8_t alpha_d = d[da]; in blend_slice_packed_rgb() local
395 alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); in blend_slice_packed_rgb()
517 … uint8_t alpha_d; \
519alpha_d = (da[0] + da[dst->linesize[3]] + \
526alpha_d = (alpha_v + alpha_h) >> 1; \
528alpha_d = da[0]; \
529 … alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); \
593 … uint8_t alpha_d = *d; \
594 … alpha = UNPREMULTIPLY_ALPHA(alpha, alpha_d); \
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcb_calculator/transline/
H A Dmicrostrip.cpp357 double alpha_d; in dielectric_losses() local
362 alpha_d = ( 20.0 * M_PI / log( 10.0 ) ) * ( m_parameters[FREQUENCY_PRM] / C0 ) in dielectric_losses()
366 return alpha_d; in dielectric_losses()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dpointset.cpp647 int alpha_d; in computeConvexHullOrientedBoundingBox() local
691 for ( alpha_d = 0; alpha_d < 90; alpha_d++ ) in computeConvexHullOrientedBoundingBox()
693 alpha = alpha_d * M_PI / 180.0; in computeConvexHullOrientedBoundingBox()
/dports/x11/polybar/polybar-3.5.7/include/cairo/
H A Dcontext.hpp73 cairo_set_source_rgba(m_c, f.red_d(), f.green_d(), f.blue_d(), f.alpha_d()); in operator <<()
108 …_color_stop_rgba(pattern, offset, color.red_d(), color.green_d(), color.blue_d(), color.alpha_d()); in operator <<()
/dports/x11/polybar/polybar-3.5.7/src/utils/
H A Dcolor.cpp106 double rgba::alpha_d() const { in alpha_d() function in rgba
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dpointset.cpp717 int alpha_d; in computeConvexHullOrientedBoundingBox() local
761 for ( alpha_d = 0; alpha_d < 90; alpha_d++ ) in computeConvexHullOrientedBoundingBox()
763 alpha = alpha_d * M_PI / 180.0; in computeConvexHullOrientedBoundingBox()
/dports/x11/polybar/polybar-3.5.7/tests/unit_tests/utils/
H A Dcolor.cpp95 EXPECT_EQ(0xCC / 255.0, rgba{0xCC112233}.alpha_d()); in TEST()

12