Home
last modified time | relevance | path

Searched refs:is_global (Results 1 – 25 of 43) sorted by relevance

12

/external/python/cpython3/Lib/test/
Dtest_symtable.py89 self.assertTrue(self.spam.lookup("glob").is_global())
91 self.assertTrue(self.spam.lookup("bar").is_global())
93 self.assertFalse(self.internal.lookup("x").is_global())
94 self.assertFalse(self.Mine.lookup("instance_var").is_global())
141 self.assertFalse(st2.lookup('x').is_global())
Dtest_ipaddress.py1730 self.assertEqual(False, ipaddress.ip_network('100.64.0.0/10').is_global)
1735 ipaddress.ip_network('192.0.3.0/24').is_global)
1759 self.assertTrue(ipaddress.ip_address('192.0.7.1').is_global)
1760 self.assertFalse(ipaddress.ip_address('203.0.113.1').is_global)
1807 ipaddress.ip_network('200::1/128').is_global)
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h49 explicit CostModel(bool is_global) : is_global_(is_global) { in CostModel() argument
59 bool is_global() const { return is_global_; } in is_global() function
Dcostmodel.cc55 CHECK(!cm.is_global()); in MergeFromLocal()
79 CHECK_EQ(true, cm.is_global()); in MergeFromGlobal()
/external/python/cpython2/Lib/test/
Dtest_symtable.py98 self.assertTrue(self.spam.lookup("glob").is_global())
100 self.assertTrue(self.spam.lookup("bar").is_global())
102 self.assertFalse(self.internal.lookup("x").is_global())
103 self.assertFalse(self.Mine.lookup("instance_var").is_global())
/external/mesa3d/src/compiler/nir/
Dnir_opt_global_to_local.c35 assert(reg->is_global); in global_to_local()
87 reg->is_global = false; in global_to_local()
Dnir_validate.c151 if (!src->reg.reg->is_global) { in validate_reg_src()
264 if (!dest->reg->is_global) { in validate_reg_dest()
893 prevalidate_reg_decl(nir_register *reg, bool is_global, validate_state *state) in prevalidate_reg_decl() argument
895 validate_assert(state, reg->is_global == is_global); in prevalidate_reg_decl()
897 if (is_global) in prevalidate_reg_decl()
916 reg_state->where_defined = is_global ? NULL : state->impl; in prevalidate_reg_decl()
976 validate_var_decl(nir_variable *var, bool is_global, validate_state *state) in validate_var_decl() argument
980 validate_assert(state, is_global == nir_variable_is_global(var)); in validate_var_decl()
1003 if (!is_global) { in validate_var_decl()
Dnir_clone.c119 return _lookup_ptr(state, reg, reg->is_global); in remap_reg()
202 nreg->is_global = reg->is_global; in clone_register()
/external/llvm/test/CodeGen/NVPTX/
Disspacep.ll15 ; CHECK: is_global
16 define i1 @is_global(i8* %addr) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Disspacep.ll15 ; CHECK: is_global
16 define i1 @is_global(i8* %addr) {
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_valtable.cpp111 if (v.is_global()) in operator <<()
253 bool value::is_global() { in is_global() function in r600_sb::value
255 return chunk->is_global(); in is_global()
Dsb_shader.h112 bool is_global() { return flags & RCF_GLOBAL; } in is_global() function
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c84 int is_global[2] = { 0, 0 }; in build_inter_predictors() local
87 is_global[ref] = is_global_mv_block(mi, wm->wmtype); in build_inter_predictors()
170 warp_types.global_warp_allowed = is_global[ref]; in build_inter_predictors()
217 warp_types.global_warp_allowed = is_global[ref]; in build_inter_predictors()
Dblock.h203 int is_global[2]; member
/external/python/cpython3/Lib/
Dipaddress.py1031 def is_global(self): member in _BaseNetwork
1333 def is_global(self): member in IPv4Address
1546 def is_global(self): member in IPv4Network
1983 def is_global(self): member in IPv6Address
Dsymtable.py184 def is_global(self): member in Symbol
/external/python/cpython2/Lib/
Dsymtable.py189 def is_global(self): member in Symbol
/external/kernel-headers/original/uapi/rdma/
Dib_user_verbs.h516 __u8 is_global; member
665 __u8 is_global; member
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp103 bool is_global; member in __anonf80314cc0111::nir_visitor
189 this->is_global = true; in nir_visitor()
331 if (is_global) in visit()
514 this->is_global = false; in visit()
520 this->is_global = true; in visit()
/external/python/cpython3/Doc/library/
Dsymtable.rst143 .. method:: is_global()
Dipaddress.rst175 .. attribute:: is_global
249 .. attribute:: is_global
256 is_global
/external/python/cpython2/Doc/library/
Dsymtable.rst147 .. method:: is_global()
/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc1848 Node* const is_global = in RegExpPrototypeMatchBody() local
1852 Branch(is_global, &if_isglobal, &if_isnotglobal); in RegExpPrototypeMatchBody()
2878 Node* const is_global = FastFlagGetter(regexp, JSRegExp::kGlobal); in ReplaceSimpleStringFastPath() local
2879 GotoIfNot(is_global, &loop); in ReplaceSimpleStringFastPath()
2920 GotoIfNot(is_global, &if_nofurthermatches); in ReplaceSimpleStringFastPath()
2999 Node* const is_global = FastFlagGetter(regexp, JSRegExp::kGlobal); in TF_BUILTIN() local
3000 Branch(is_global, &if_isglobal, &if_isnotglobal); in TF_BUILTIN()
/external/libaom/libaom/aom_dsp/
Dvariance.c349 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_upsampled_pred_c() local
351 warp_types.global_warp_allowed = is_global; in aom_upsampled_pred_c()
941 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_highbd_upsampled_pred_c() local
943 warp_types.global_warp_allowed = is_global; in aom_highbd_upsampled_pred_c()
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c552 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_upsampled_pred_sse2() local
554 warp_types.global_warp_allowed = is_global; in aom_upsampled_pred_sse2()

12