Home
last modified time | relevance | path

Searched refs:shallow_ (Results 1 – 14 of 14) sorted by relevance

/dports/math/lapack++/lapackpp-2.5.4/matrix/src/
H A Dgmd.cc51 , shallow_(0) in LaGenMatDouble()
86 shallow_ = 0; // do not perpeturate shallow copies, otherwise in LaGenMatDouble()
94 if (X.shallow_) in LaGenMatDouble()
153 shallow_ = 0; in init()
170 shallow_ = 0; in ref()
H A Dgmf.cc74 shallow_ = 0; // do not perpeturate shallow copies, otherwise in LaGenMatFloat()
77 if (X.shallow_) in LaGenMatFloat()
116 shallow_ = 0; in init()
133 shallow_ = 0; in ref()
H A Dgmi.cc74 shallow_ = 0; // do not perpeturate shallow copies, otherwise in LaGenMatInt()
77 if (X.shallow_) in LaGenMatInt()
116 shallow_ = 0; in init()
133 shallow_ = 0; in ref()
H A Dgmli.cc74 shallow_ = 0; // do not perpeturate shallow copies, otherwise in LaGenMatLongInt()
77 if (X.shallow_) in LaGenMatLongInt()
116 shallow_ = 0; in init()
133 shallow_ = 0; in ref()
H A Dgmc.cc73 shallow_ = 0; // do not perpeturate shallow copies, otherwise in LaGenMatComplex()
76 if (X.shallow_) in LaGenMatComplex()
125 shallow_ = 0; in init()
175 shallow_ = 0; in ref()
/dports/math/lapack++/lapackpp-2.5.4/include/
H A Dgmd.h122 int shallow_; // set flag to '0' in order to return matrices variable
539 return shallow_; in shallow()
569 << "addr: " << addr() << " shallow:" << shallow_ << std::endl; in Info()
730 shallow_ = 1; in shallow_assign()
H A Dgmi.h115 int shallow_; // set flag to '0' in order to return matrices variable
514 return shallow_; in shallow()
708 shallow_ = 1; in shallow_assign()
H A Dgmf.h100 int shallow_; // set flag to '0' in order to return matrices variable
347 return shallow_; in shallow()
525 shallow_ = 1; in shallow_assign()
H A Dgmli.h115 int shallow_; // set flag to '0' in order to return matrices variable
514 return shallow_; in shallow()
708 shallow_ = 1; in shallow_assign()
H A Dgmc.h134 int shallow_; // set flag to '0' in order to return matrices variable
599 return shallow_; in shallow()
820 shallow_ = 1; in shallow_assign()
/dports/cad/iverilog/verilog-11.0/
H A Dt-dll-expr.cc500 expr_->u_.shallow_.dest = expr1; in expr_scopy()
501 expr_->u_.shallow_.src = expr2; in expr_scopy()
H A Dt-dll.h262 } shallow_; member
H A Dt-dll-api.cc522 return net->u_.shallow_.dest; in ivl_expr_oper1()
551 return net->u_.shallow_.src; in ivl_expr_oper2()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/datastore/
H A Ddatastore_v3_pb.py663 shallow_ = 0 variable in Query
780 def shallow(self): return self.shallow_
784 self.shallow_ = x
789 self.shallow_ = 0
1171 if self.has_shallow_ and self.shallow_ != x.shallow_: return 0
1445 out.putBoolean(self.shallow_)
1541 out.putBoolean(self.shallow_)
1667 if self.has_shallow_: res+=prefix+("shallow: %s\n" % self.DebugFormatBool(self.shallow_))