Home
last modified time | relevance | path

Searched refs:old_alpha (Results 1 – 25 of 49) sorted by relevance

12

/dports/x11/mlterm/mlterm-3.9.1/tool/mlconfig/
H A Dmc_alpha.c21 static char *old_alpha = NULL; variable
46 new_alpha = strdup(old_alpha = mc_get_str_value("alpha")); in mc_alpha_config_widget_new()
57 if (strcmp(new_alpha, old_alpha)) { in mc_update_alpha()
63 free(old_alpha); in mc_update_alpha()
64 old_alpha = strdup(new_alpha); in mc_update_alpha()
/dports/japanese/mecab/mecab-0.996/src/
H A Dlearner.cpp71 std::vector<double> old_alpha; in run() local
86 dic_charset, &old_alpha, param); in run()
143 old_alpha.resize(psize); in run()
144 alpha = old_alpha; in run()
223 const double penalty = (alpha[i] - old_alpha[i]); in run()
/dports/games/crack-attack/crack-attack-1.1.14/src/
H A DString.cxx347 int old_alpha = texture[(t * texture_width + cursor + s) * 4 + 3]; in fillStringTexture() local
350 if (new_alpha + old_alpha >= 255) in fillStringTexture()
354 = (GLubyte) (new_alpha + old_alpha); in fillStringTexture()
362 float result = (255.0f * color) + (old_alpha * (1.0f / 255.0f)) in fillStringTexture()
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dsearch_full.cpp253 int old_alpha; in full_root() local
280 old_alpha = alpha; in full_root()
316 list->value[i] = old_alpha; in full_root()
356 if (UseTrans && best_value > old_alpha && best_value < beta) { in full_root()
371 int old_alpha; in full_search() local
487 old_alpha = alpha; in full_search()
716 trans_min_value = (best_value > old_alpha) ? value_to_trans(best_value,height) : -ValueInf; in full_search()
811 int old_alpha; in full_quiescence() local
887 old_alpha = alpha; in full_quiescence()
924 if (UseDelta && beta == old_alpha+1) { in full_quiescence()
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dsearch_full.cpp262 int old_alpha; in full_root() local
296 old_alpha = alpha; in full_root()
332 old_alpha = -ValueInf; in full_root()
353 list->value[i] = old_alpha; in full_root()
394 …if (UseTrans && best_value[SearchCurrent->multipv] > old_alpha && best_value[SearchCurrent->multip… in full_root()
410 int old_alpha; in full_search() local
540 old_alpha = alpha; in full_search()
836 trans_min_value = (best_value > old_alpha) ? value_to_trans(best_value,height) : -ValueInf; in full_search()
939 int old_alpha; in full_quiescence() local
1021 old_alpha = alpha; in full_quiescence()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Ddecal.cpp121 float old_alpha = sqrtf(m_sprite_timer.get_timeleft() / m_sprite_timer.get_period()); in update() local
123 m_fade_sprite.get()->set_alpha(old_alpha); in update()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/shader/
H A Dfragment.glsl221 float old_alpha = max(c.a, 0.00001);
222 float new_alpha = texture2D(tex_filter, vec2(old_alpha, 0.0)).a;
223 c = vec4(texture2D(tex_filter, vec2(c.r / old_alpha, 0.0)).r * new_alpha,
224 texture2D(tex_filter, vec2(c.g / old_alpha, 0.0)).g * new_alpha,
225 texture2D(tex_filter, vec2(c.b / old_alpha, 0.0)).b * new_alpha,
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/minibar/
H A DMiniBar.java333 int old_alpha;
339 old_alpha = splash.getAlpha();
340 if ( old_alpha != 255 ){
348 if ( old_alpha != 255 ){
349 splash.setAlpha( old_alpha );
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DTransparent.cc259 int old_alpha = m_alpha; in setSource() local
293 allocAlpha(old_alpha); in setSource()
/dports/x11/fbdesk/fbdesk-1.4.1/src/FbTk/
H A DTransparent.cc251 unsigned char old_alpha = m_alpha; in setSource() local
280 allocAlpha(old_alpha); in setSource()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/sdl/
H A Dsdlgraphics.cpp165 int old_alpha; in drawImage() local
170 old_alpha = srcImage->format->alpha; in drawImage()
181 SDL_SetAlpha(srcImage, SDL_SRCALPHA, old_alpha); in drawImage()
/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dmpc.cpp109 const T old_alpha = alpha(r); in solve_qp_box_using_smo() local
116 const T delta = old_alpha-alpha(r); in solve_qp_box_using_smo()
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dmpc.cpp109 const T old_alpha = alpha(r); in solve_qp_box_using_smo() local
116 const T delta = old_alpha-alpha(r); in solve_qp_box_using_smo()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/src/
H A DQuad_Model.cpp929 NOMAD::Point ** old_alpha = new NOMAD::Point * [m] , ** tmp_alpha; in construct_WP_model() local
931 old_alpha[i] = ( _alpha[i] ) ? in construct_WP_model()
992 *(old_alpha[i]) = *(_alpha[i]); in construct_WP_model()
1006 _alpha = old_alpha; in construct_WP_model()
1007 old_alpha = tmp_alpha; in construct_WP_model()
1016 delete old_alpha[i]; in construct_WP_model()
1017 delete [] old_alpha; in construct_WP_model()
/dports/science/py-dlib/dlib-19.22/dlib/optimization/
H A Doptimization_solve_qp_using_smo.h487 const T old_alpha = alpha(r);
494 const T delta = old_alpha-alpha(r);
805 const T old_alpha = alpha(r);
812 const T delta = old_alpha-alpha(r);
/dports/science/dlib-cpp/dlib-19.22/dlib/optimization/
H A Doptimization_solve_qp_using_smo.h487 const T old_alpha = alpha(r);
494 const T delta = old_alpha-alpha(r);
805 const T old_alpha = alpha(r);
812 const T delta = old_alpha-alpha(r);
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/linear_model/tests/
H A Dtest_least_angle.py484 old_alpha = 0
490 np.testing.assert_array_less(old_alpha, lars_cv.alpha_)
491 old_alpha = lars_cv.alpha_
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/intrusive/
H A Dsgtree.hpp835 float old_alpha = this->get_alpha_traits().get_alpha(); in balance_factor() local
838 if(new_alpha < old_alpha){ in balance_factor()
/dports/databases/xtrabackup/boost_1_59_0/boost/intrusive/
H A Dsgtree.hpp835 float old_alpha = this->get_alpha_traits().get_alpha(); in balance_factor() local
838 if(new_alpha < old_alpha){ in balance_factor()
/dports/databases/percona57-server/boost_1_59_0/boost/intrusive/
H A Dsgtree.hpp835 float old_alpha = this->get_alpha_traits().get_alpha(); in balance_factor() local
838 if(new_alpha < old_alpha){ in balance_factor()
/dports/databases/percona57-client/boost_1_59_0/boost/intrusive/
H A Dsgtree.hpp835 float old_alpha = this->get_alpha_traits().get_alpha(); in balance_factor() local
838 if(new_alpha < old_alpha){ in balance_factor()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/intrusive/
H A Dsgtree.hpp835 float old_alpha = this->get_alpha_traits().get_alpha(); in balance_factor() local
838 if(new_alpha < old_alpha){ in balance_factor()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/intrusive/
H A Dsgtree.hpp835 float old_alpha = this->get_alpha_traits().get_alpha(); in balance_factor() local
838 if(new_alpha < old_alpha){ in balance_factor()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/intrusive/
H A Dsgtree.hpp834 float old_alpha = this->get_alpha_traits().get_alpha(); in balance_factor() local
836 if(new_alpha < old_alpha){ in balance_factor()
/dports/devel/boost-docs/boost_1_72_0/boost/intrusive/
H A Dsgtree.hpp928 float old_alpha = this->get_alpha_traits().get_alpha(); in balance_factor() local
930 if(new_alpha < old_alpha){ in balance_factor()

12