/dports/net/freerdp/freerdp-2.5.0/libfreerdp/primitives/ |
H A D | prim_alphaComp.c | 32 #define ALPHA(_k_) (((_k_)&0xFF000000U) >> 24) argument 33 #define RED(_k_) (((_k_)&0x00FF0000U) >> 16) argument 34 #define GRN(_k_) (((_k_)&0x0000FF00U) >> 8) argument 35 #define BLU(_k_) (((_k_)&0x000000FFU)) argument
|
/dports/math/R/R-4.1.2/src/nmath/ |
H A D | rmultinom.c | 42 #define ML_WARN_ret_NAN(_k_) {ML_WARNING(ME_DOMAIN, "rmultinom"); rN[_k_]=-1; return;} argument 44 #define ML_WARN_ret_NAN(_k_) {ML_WARNING(ME_DOMAIN, "rmultinom"); rN[_k_]=NA_INTEGER; return;} argument
|
/dports/math/libRmath/R-4.1.1/src/nmath/ |
H A D | rmultinom.c | 42 #define ML_WARN_ret_NAN(_k_) {ML_WARNING(ME_DOMAIN, "rmultinom"); rN[_k_]=-1; return;} argument 44 #define ML_WARN_ret_NAN(_k_) {ML_WARNING(ME_DOMAIN, "rmultinom"); rN[_k_]=NA_INTEGER; return;} argument
|
/dports/biology/vt/vt-0.57721/lib/Rmath/ |
H A D | rmultinom.c | 42 #define ML_ERR_ret_NAN(_k_) {ML_ERROR(ME_DOMAIN, "rmultinom"); rN[_k_]=-1; return;} argument 44 #define ML_ERR_ret_NAN(_k_) {ML_ERROR(ME_DOMAIN, "rmultinom"); rN[_k_]=NA_INTEGER; return;} argument
|
/dports/math/py-rvlib/rvlib-0.0.6/src/ |
H A D | rmultinom.c | 42 #define ML_ERR_ret_NAN(_k_) {ML_ERROR(ME_DOMAIN, "rmultinom"); rN[_k_]=-1; return;} argument 44 #define ML_ERR_ret_NAN(_k_) {ML_ERROR(ME_DOMAIN, "rmultinom"); rN[_k_]=NA_INTEGER; return;} argument
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/ |
H A D | spdbuggy.c | 545 #define KEY(_k_,_action_) \ argument 546 if (keyboard_pressed(KEYCODE_##_k_)) { while (keyboard_pressed(KEYCODE_##_k_)); _action_ } 547 #define KEY_SHIFT(_k_,_action_) \ argument 549 keyboard_pressed(KEYCODE_##_k_) ) { while (keyboard_pressed(KEYCODE_##_k_)); _action_ } 550 #define KEY_FAST(_k_,_action_) \ argument 551 if (keyboard_pressed(KEYCODE_##_k_)) { _action_ }
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/ |
H A D | spdbuggy.c | 545 #define KEY(_k_,_action_) \ argument 546 if (keyboard_pressed(KEYCODE_##_k_)) { while (keyboard_pressed(KEYCODE_##_k_)); _action_ } 547 #define KEY_SHIFT(_k_,_action_) \ argument 549 keyboard_pressed(KEYCODE_##_k_) ) { while (keyboard_pressed(KEYCODE_##_k_)); _action_ } 550 #define KEY_FAST(_k_,_action_) \ argument 551 if (keyboard_pressed(KEYCODE_##_k_)) { _action_ }
|
/dports/lang/ghc/ghc-8.10.7/libraries/text/src/Data/Text/ |
H A D | Array.hs | 50 # define CHECK_BOUNDS(_func_,_len_,_k_) \ 51 if (_k_) < 0 || (_k_) >= (_len_) then error ("Data.Text.Array." ++ (_func_) ++ ": bounds error, off… 53 # define CHECK_BOUNDS(_func_,_len_,_k_)
|
/dports/lang/ghc/ghc-8.10.7/libraries/text/benchmarks/src/Data/Text/ |
H A D | Array.hs | 50 # define CHECK_BOUNDS(_func_,_len_,_k_) \ 51 if (_k_) < 0 || (_k_) >= (_len_) then error ("Data.Text.Array." ++ (_func_) ++ ": bounds error, off… 53 # define CHECK_BOUNDS(_func_,_len_,_k_)
|
/dports/lang/ghc/ghc-8.10.7/libraries/text/tests/src/Data/Text/ |
H A D | Array.hs | 50 # define CHECK_BOUNDS(_func_,_len_,_k_) \ 51 if (_k_) < 0 || (_k_) >= (_len_) then error ("Data.Text.Array." ++ (_func_) ++ ": bounds error, off… 53 # define CHECK_BOUNDS(_func_,_len_,_k_)
|
/dports/lang/elm/compiler-0.19.1/_cabal_deps/text-1.2.3.2/Data/Text/ |
H A D | Array.hs | 50 # define CHECK_BOUNDS(_func_,_len_,_k_) \ 51 if (_k_) < 0 || (_k_) >= (_len_) then error ("Data.Text.Array." ++ (_func_) ++ ": bounds error, off… 53 # define CHECK_BOUNDS(_func_,_len_,_k_)
|
/dports/math/R/R-4.1.2/src/library/stats/src/ |
H A D | Trunmed.c | 168 #define Rm_PR(_F_,_A_, _k_) for(int j = 0; j <= _k_; j++) Rprintf(_F_, _A_) in inittree() argument 169 #define RgPRINT_j(A_J, _k_) Rm_PR("% 6.4g", A_J, _k_); Rprintf("\n") in inittree() argument 170 #define RdPRINT_j(A_J, _k_) Rm_PR("% 6d" , A_J, _k_); Rprintf("\n") in inittree() argument 172 #define RwwPRINTj(A_J, _k_) \ in inittree() argument 173 for(int j = 0; j <= _k_; j++) { \ in inittree()
|
/dports/math/libRmath/R-4.1.1/src/library/stats/src/ |
H A D | Trunmed.c | 168 #define Rm_PR(_F_,_A_, _k_) for(int j = 0; j <= _k_; j++) Rprintf(_F_, _A_) in inittree() argument 169 #define RgPRINT_j(A_J, _k_) Rm_PR("% 6.4g", A_J, _k_); Rprintf("\n") in inittree() argument 170 #define RdPRINT_j(A_J, _k_) Rm_PR("% 6d" , A_J, _k_); Rprintf("\n") in inittree() argument 172 #define RwwPRINTj(A_J, _k_) \ in inittree() argument 173 for(int j = 0; j <= _k_; j++) { \ in inittree()
|
/dports/devel/ode/ode-0.13/GIMPACT/include/GIMPACT/ |
H A D | gim_memory.h | 954 GUINT32 _k_, _ecount_= (array_data).m_element_count; \ 958 for (_k_ = 0; _k_ < _ecount_; _k_++) \ 960 _source_vert_ = GIM_BUFFER_ARRAY_POINTER(type, array_data, _k_); \ 983 GUINT32 _k_, _ecount_= (array_data).m_element_count; \ 987 for (_k_ = 0; _k_ < _ecount_; _k_++) \ 989 _dest_vert_ = GIM_BUFFER_ARRAY_POINTER(type, array_data, _k_); \
|
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/ |
H A D | wecleman.c | 106 #define KEY(_k_,_action_) \ argument 107 if (keyboard_pressed(KEYCODE_##_k_)) { while (keyboard_pressed(KEYCODE_##_k_)); _action_ } 108 #define KEY_SHIFT(_k_,_action_) \ argument 110 keyboard_pressed(KEYCODE_##_k_) ) { while (keyboard_pressed(KEYCODE_##_k_)); _action_ } 111 #define KEY_FAST(_k_,_action_) \ argument 112 if (keyboard_pressed(KEYCODE_##_k_)) { _action_ }
|
/dports/biology/hyphy/hyphy-2.5.33/tests/hbltests/libv3/ |
H A D | FADE.wbf | 45 utility.ForEachPair (test.expected_positives, "_k_","_v_", 47 assert (Abs (_v_) == 0, "Failed to detect some expected sites for residue " + _k_)
|
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/tinyspline_lib/ |
H A D | tinyspline.h | 744 tsBSpline* _result_, size_t* _k_ ); 793 tsBSpline* _split_, size_t* _k_ );
|
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/Event/ |
H A D | Array.hs | 47 #define CHECK_BOUNDS(_func_,_len_,_k_) \ 48 if (_k_) < 0 || (_k_) >= (_len_) then errorWithoutStackTrace ("GHC.Event.Array." ++ (_func_) ++ ": … 50 #define CHECK_BOUNDS(_func_,_len_,_k_)
|
/dports/biology/hyphy/hyphy-2.5.33/tests/tuning/ |
H A D | iterators.bf | 16 ForEachPair (array_in, '_k_', '_v_', 'array_out[_k_]=_v_^2');
|
/dports/devel/sope/SOPE/sope-appserver/WEExtensions/ |
H A D | WEComponentValue.m | 94 #define _assign(_v_, _k_) \ 99 [comp takeValue:_v_ forKey:_k_]; \
|
/dports/devel/sope2/SOPE/sope-appserver/WEExtensions/ |
H A D | WEComponentValue.m | 94 #define _assign(_v_, _k_) \ 99 [comp takeValue:_v_ forKey:_k_]; \
|
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/_smoothers/ |
H A D | _classical.pyx.in | 17 as model._k_* 21 model._k_* 40 always defined as model._k_* 42 model._k_* if the array is defined in the Statespace object, otherwise
|
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/docs/_posts/ |
H A D | 2014-09-12-cuckoo.markdown | 50 To insert any new key _k_, we compute hashes of the key _h1(k), ..., __hn__(k)_. We insert the key … 52 …ctions. The source nodes are the possible hash locations for the given key _k_ and destination is … 54 To retrieve a key _k_, we compute hashes, _h1(k), ..., __hn__(k)_ and the key must be present in on…
|
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/docs/_posts/ |
H A D | 2014-09-12-cuckoo.markdown | 50 To insert any new key _k_, we compute hashes of the key _h1(k), ..., __hn__(k)_. We insert the key … 52 …ctions. The source nodes are the possible hash locations for the given key _k_ and destination is … 54 To retrieve a key _k_, we compute hashes, _h1(k), ..., __hn__(k)_ and the key must be present in on…
|
/dports/databases/rocksdb-lite/rocksdb-6.26.1/docs/_posts/ |
H A D | 2014-09-12-cuckoo.markdown | 50 To insert any new key _k_, we compute hashes of the key _h1(k), ..., __hn__(k)_. We insert the key … 52 …ctions. The source nodes are the possible hash locations for the given key _k_ and destination is … 54 To retrieve a key _k_, we compute hashes, _h1(k), ..., __hn__(k)_ and the key must be present in on…
|