Home
last modified time | relevance | path

Searched refs:result_mod (Results 1 – 11 of 11) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/peers/
H A DPeerImpl.java494 RateLimiter[] result_mod = new RateLimiter[pos]; in getRateLimiters() local
496 System.arraycopy( result, 0, result_mod, 0, pos ); in getRateLimiters()
498 return( result_mod ); in getRateLimiters()
H A DPeerForeignDelegate.java155 RateLimiter[] result_mod = new RateLimiter[pos]; in PeerForeignDelegate()
157 System.arraycopy( result, 0, result_mod, 0, pos ); in PeerForeignDelegate()
159 return( result_mod ); in PeerForeignDelegate()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/extension/base/
H A Dops.py39 result_div, result_mod = op(s, other)
45 self.assert_series_equal(result_mod, expected_mod)
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/MojoShader/
H A Dmojoshader_assembler.c527 info->result_mod |= MOD_SATURATE; in parse_destination_token()
529 info->result_mod |= MOD_PP; in parse_destination_token()
531 info->result_mod |= MOD_CENTROID; in parse_destination_token()
609 ((((uint32) info->result_mod) & 0xF) << 20) | in parse_destination_token()
H A Dmojoshader.c1042 const char *pp_str = (arg->result_mod & MOD_PP) ? "_pp" : ""; in make_D3D_destarg_string()
1851 if (arg->result_mod & MOD_SATURATE)
1868 assert((arg->result_mod & MOD_CENTROID) == 0);
4234 if (arg->result_mod & MOD_SATURATE)
4247 if (arg->result_mod & MOD_PP)
4257 assert((arg->result_mod & MOD_CENTROID) == 0);
4329 if (arg->result_mod & MOD_SATURATE)
5563 assert(ctx->dest_arg.result_mod == 0);
5932 ctx->dest_arg.result_mod &= ~MOD_PP;
6756 if (ctx->dest_arg.result_mod != 0) in parse_args_DCL()
[all …]
H A Dmojoshader_internal.h397 int result_mod; member
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/contrib/amp/
H A Damp.py759 result_mod = BucketingModule.load_dict(sym_dict,
771 return result_mod
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/contrib/amp/
H A Damp.py759 result_mod = BucketingModule.load_dict(sym_dict,
771 return result_mod
/dports/math/librsb/librsb-1.2.0.10/
H A Dmergesort_macros.m4186 dnl rsb_coo_idx_t left_mod, rsb_coo_idx_t right_mod, rsb_coo_idx_t result_mod )dnl
245 dnl #define RESULT_ADVANCE result_index =( result_index+1)% result_mod;
/dports/devel/py-pint-pandas/Pint-Pandas-0.2/pint_pandas/testsuite/
H A Dtest_pandas_interface.py425 result_div, result_mod = op(s, other)
431 self.assert_series_equal(result_mod, expected_mod)
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc34349 string str, result_mod = ""; in on_menu_item_set_unknowns_activate() local
34355 if(!result_mod.empty()) { in on_menu_item_set_unknowns_activate()
34357 result_mod += " "; in on_menu_item_set_unknowns_activate()
34369 result_mod += "="; in on_menu_item_set_unknowns_activate()
34371 result_mod += "?"; in on_menu_item_set_unknowns_activate()
34373 result_mod += str; in on_menu_item_set_unknowns_activate()
34403 string result_mod = ""; in on_menu_item_set_unknowns_activate() local
34407 if(!result_mod.empty()) { in on_menu_item_set_unknowns_activate()
34409 result_mod += " "; in on_menu_item_set_unknowns_activate()
34412 result_mod += "="; in on_menu_item_set_unknowns_activate()
[all …]