Home
last modified time | relevance | path

Searched refs:GetLocal (Results 26 – 50 of 1149) sorted by relevance

12345678910>>...46

/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/decomp/SVD/
H A DThresholded.hpp194 s.SetLocal( iLoc, 0, Sqrt(s.GetLocal(iLoc,0)) ); in TallAbsoluteThresholded()
214 const Real sigma = s_MR_STAR.GetLocal( jLoc, 0 ); in TallAbsoluteThresholded()
250 const Real sigma = Sqrt(s_STAR_STAR.GetLocal(i,0)); in TallRelativeThresholded()
279 const Real sigma = s_MR_STAR.GetLocal( jLoc, 0 ); in TallRelativeThresholded()
344 s.SetLocal( i, 0, Sqrt(s.GetLocal(i,0)) ); in TallAbsoluteThresholded()
361 const Real sigma = s.GetLocal( j, 0 ); in TallAbsoluteThresholded()
401 const Real sigma = Sqrt(s.GetLocal(i,0)); in TallRelativeThresholded()
428 const Real sigma = s.GetLocal( j, 0 ); in TallRelativeThresholded()
620 s.SetLocal( iLoc, 0, Sqrt(s.GetLocal(iLoc,0)) ); in WideAbsoluteThresholded()
638 const Real sigma = s_MR_STAR.GetLocal( jLoc, 0 ); in WideAbsoluteThresholded()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/click/model/
H A Dipv4-l3-click-protocol.cc162 if ((*i)->GetAddress (j).GetLocal () == address) in GetInterfaceForAddress()
186 if ((*i)->GetAddress (j).GetLocal ().CombineMask (mask) == address.CombineMask (mask)) in GetInterfaceForPrefix()
220 if (address == iaddr.GetLocal ()) in IsDestinationAddress()
261 if (address == iaddr.GetLocal ()) in IsDestinationAddress()
464 return GetAddress (interfaceIdx, 0).GetLocal (); in SourceAddressSelection()
470 Ipv4Address candidate = GetAddress (interfaceIdx, 0).GetLocal (); in SourceAddressSelection()
474 if (test.GetLocal ().CombineMask (test.GetMask ()) == dest.CombineMask (test.GetMask ())) in SourceAddressSelection()
478 return test.GetLocal (); in SourceAddressSelection()
511 return iaddr.GetLocal (); in SelectSourceAddress()
515 addr = iaddr.GetLocal (); in SelectSourceAddress()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/solve/
H A DMultiShiftHessSolve.hpp240 W.Update( 0, jLoc, -shifts.GetLocal(jLoc,0) ); in LN()
266 X.SetLocal( k, jLoc, X.GetLocal(k,jLoc)/lambdakk ); in LN()
273 const F mu = shifts.GetLocal( jLoc, 0 ); in LN()
274 const F xc = X.GetLocal(k,jLoc)*c; in LN()
275 const F xs = X.GetLocal(k,jLoc)*s; in LN()
348 W.Update( m-1, jLoc, -shifts.GetLocal(jLoc,0) ); in UN()
374 X.SetLocal( k, jLoc, X.GetLocal(k,jLoc)/rhokk ); in UN()
381 const F mu = shifts.GetLocal( jLoc, 0 ); in UN()
382 const F xc = X.GetLocal(k,jLoc)*c; in UN()
383 const F xs = X.GetLocal(k,jLoc)*s; in UN()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/
H A DLambdaCompiler.Binary.cs360 LocalBuilder locLeft = GetLocal(type); in EmitLiftedRelational()
361 LocalBuilder locRight = GetLocal(type); in EmitLiftedRelational()
392 LocalBuilder locLeft = GetLocal(type); in EmitLiftedToNullRelational()
393 LocalBuilder locRight = GetLocal(type); in EmitLiftedToNullRelational()
428 LocalBuilder locLeft = GetLocal(leftType); in EmitLiftedBinaryArithmetic()
429 LocalBuilder locRight = GetLocal(rightType); in EmitLiftedBinaryArithmetic()
430 LocalBuilder locResult = GetLocal(resultType); in EmitLiftedBinaryArithmetic()
509 LocalBuilder locLeft = GetLocal(type); in EmitLiftedBooleanAnd()
510 LocalBuilder locRight = GetLocal(type); in EmitLiftedBooleanAnd()
540 LocalBuilder locLeft = GetLocal(type); in EmitLiftedBooleanOr()
[all …]
H A DCompilerScope.Storage.cs52 … _local = compiler.GetLocal(variable.IsByRef ? variable.Type.MakeByRefType() : variable.Type); in LocalStorage()
126 LocalBuilder value = Compiler.GetLocal(Variable.Type); in EmitStore()
168 _boxLocal = compiler.GetLocal(boxType); in LocalBoxStorage()
185 LocalBuilder value = Compiler.GetLocal(Variable.Type); in EmitStore()
H A DLambdaCompiler.Address.cs161 LocalBuilder temp = GetLocal(GetMemberType(member)); in EmitMemberAddress()
224 LocalBuilder tmp = GetLocal(type); in EmitExpressionAddress()
292 LocalBuilder valueLocal = GetLocal(node.Type); in AddressOfWriteBackCore()
344 LocalBuilder argLocal = GetLocal(arg.Type); in AddressOfWriteBackCore()
354 LocalBuilder valueLocal = GetLocal(node.Type); in AddressOfWriteBackCore()
382 return GetLocal(instanceLocalType); in GetInstanceLocal()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/
H A Dseqid_guesser.cpp53 if ((*id)->GetLocal().IsId()) { in BEGIN_SCOPE()
54 local = NStr::NumericToString((*id)->GetLocal().GetId()); in BEGIN_SCOPE()
56 local = (*id)->GetLocal().GetStr(); in BEGIN_SCOPE()
139 if ((*id)->GetLocal().IsId()) { in GetIdStrings()
140 local = NStr::NumericToString((*id)->GetLocal().GetId()); in GetIdStrings()
142 local = (*id)->GetLocal().GetStr(); in GetIdStrings()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/edit/
H A Dseqid_guesser.cpp53 if ((*id)->GetLocal().IsId()) { in BEGIN_SCOPE()
54 local = NStr::NumericToString((*id)->GetLocal().GetId()); in BEGIN_SCOPE()
56 local = (*id)->GetLocal().GetStr(); in BEGIN_SCOPE()
139 if ((*id)->GetLocal().IsId()) { in GetIdStrings()
140 local = NStr::NumericToString((*id)->GetLocal().GetId()); in GetIdStrings()
142 local = (*id)->GetLocal().GetStr(); in GetIdStrings()
/dports/graphics/opendx/dx-4.4.4/help/
H A Ddxall85424 Data Explorer. GetGlobal differs from GetLocal in that GetLocal and SetLocal
30 course maintained by both GetLocal and GetGlobal. #!N #!I0 #!N #!N
51 using GetLocal, rather than GetGlobal with the First module supplying the
53 using GetLocal will ensure that all previous results of the macro
H A Ddxall94015 should always be used with GetGlobal, not with GetLocal. Note: The
27 GetLocal, GetGlobal, SetLocal, and SetGlobal modules can be found in #!Lstates,dxall269 h Preservi…
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/model/
H A Dipv4-interface-address.cc74 Ipv4InterfaceAddress::GetLocal (void) const in GetLocal() function in ns3::Ipv4InterfaceAddress
83 return GetLocal (); in GetAddress()
161 os << "m_local=" << addr.GetLocal () << "; m_mask=" << in operator <<()
H A Dipv4-static-routing.cc267 rtentry->SetSource (m_ipv4->GetAddress (m_ipv4->GetInterfaceForDevice (oif), 0).GetLocal ()); in LookupStatic()
626 if (m_ipv4->GetAddress (i,j).GetLocal () != Ipv4Address () && in NotifyInterfaceUp()
630 …AddNetworkRouteTo (m_ipv4->GetAddress (i,j).GetLocal ().CombineMask (m_ipv4->GetAddress (i,j).GetM… in NotifyInterfaceUp()
658 NS_LOG_FUNCTION (this << interface << " " << address.GetLocal ()); in NotifyAddAddress()
664 Ipv4Address networkAddress = address.GetLocal ().CombineMask (address.GetMask ()); in NotifyAddAddress()
666 if (address.GetLocal () != Ipv4Address () && in NotifyAddAddress()
676 NS_LOG_FUNCTION (this << interface << " " << address.GetLocal ()); in NotifyRemoveAddress()
681 Ipv4Address networkAddress = address.GetLocal ().CombineMask (address.GetMask ()); in NotifyRemoveAddress()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Didmapper_gcassembly.cpp264 (*it)->GetPrivate().GetLocal().GetStr(); in x_AddAliasMappings()
299 if (id.IsLocal() && id.GetLocal().IsStr() && in x_AddAliasMappings()
300 id.GetLocal().GetStr().find("_random") != string::npos && in x_AddAliasMappings()
309 lcl->SetLocal().SetStr(id.GetLocal().GetStr()); in x_AddAliasMappings()
312 if ( !NStr::StartsWith(id.GetLocal().GetStr(), "chr") ) { in x_AddAliasMappings()
314 chr_lcl->SetLocal().SetStr("chr" + id.GetLocal().GetStr()); in x_AddAliasMappings()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Didmapper_gcassembly.cpp264 (*it)->GetPrivate().GetLocal().GetStr(); in x_AddAliasMappings()
299 if (id.IsLocal() && id.GetLocal().IsStr() && in x_AddAliasMappings()
300 id.GetLocal().GetStr().find("_random") != string::npos && in x_AddAliasMappings()
309 lcl->SetLocal().SetStr(id.GetLocal().GetStr()); in x_AddAliasMappings()
312 if ( !NStr::StartsWith(id.GetLocal().GetStr(), "chr") ) { in x_AddAliasMappings()
314 chr_lcl->SetLocal().SetStr("chr" + id.GetLocal().GetStr()); in x_AddAliasMappings()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/dsdv/model/
H A Ddsdv-routing-protocol.cc419 if (origin == iface.GetLocal ()) in RouteInput()
429 if (m_ipv4->GetInterfaceForAddress (iface.GetLocal ()) == iif) in RouteInput()
536 Ipv4Address addr = j->second.GetLocal (); in LoopbackRoute()
547 rt->SetSource (j->second.GetLocal ()); in LoopbackRoute()
563 Ipv4Address receiver = m_socketAddresses[socket].GetLocal (); in RecvDsdv()
580 if (dsdvHeader.GetDst () == interface.GetLocal ()) in RecvDsdv()
846 dsdvHeader.SetDst (m_ipv4->GetAddress (1, 0).GetLocal ()); in SendTriggeredUpdate()
975 NS_LOG_FUNCTION (this << m_ipv4->GetAddress (i, 0).GetLocal () in NotifyInterfaceUp()
979 if (iface.GetLocal () == Ipv4Address ("127.0.0.1")) in NotifyInterfaceUp()
999 m_mainAddress = iface.GetLocal (); in NotifyInterfaceUp()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/cd_utils/
H A DcuUtils.cpp142 if (SeqID->GetLocal().IsId()) { in Make_SeqID_String()
143 Str = SeqID->GetLocal().GetId(); in Make_SeqID_String()
144 } else if (SeqID->GetLocal().IsStr()) { in Make_SeqID_String()
145 Str = SeqID->GetLocal().GetStr(); in Make_SeqID_String()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/
H A Dbed_writer.cpp107 || !feature.GetId().GetLocal().IsId()) { in AddFeature()
132 int featId = feature.GetId().GetLocal().GetId(); in AddFeature()
139 !pXref->GetId().GetLocal().IsId()) { in AddFeature()
142 int featId = pXref->GetId().GetLocal().GetId(); in AddFeature()
343 || !feature.GetId().GetLocal().IsId()) { in xFindExistingRecord()
346 int featId = feature.GetId().GetLocal().GetId(); in xFindExistingRecord()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/props/Pseudospectrum/
H A DAnalytic.hpp81 const C shift = shifts.GetLocal(jLoc,0); in Analytic()
82 Real minDist = Abs(shift-w_STAR_STAR.GetLocal(0,0)); in Analytic()
85 const Real dist = Abs(shift-w_STAR_STAR.GetLocal(k,0)); in Analytic()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level2/
H A DSyr.hpp90 const T beta = x_MR_STAR.GetLocal(jLoc,0); in Syr()
104 const T beta = x_MR_STAR.GetLocal(jLoc,0); in Syr()
131 const T beta = x_STAR_MR.GetLocal(0,jLoc); in Syr()
145 const T beta = x_STAR_MR.GetLocal(0,jLoc); in Syr()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/props/Norm/
H A DOne.hpp96 myPartialColSums[jLoc] += Abs(A.GetLocal(iLoc,jLoc)); in OneNorm()
146 Abs(A.GetLocal(iLoc,jLoc)); in HermitianOneNorm()
155 Abs(A.GetLocal(iLoc,jLoc)); in HermitianOneNorm()
190 myPartialLowerColSums[jLoc] += Abs(A.GetLocal(iLoc,jLoc)); in HermitianOneNorm()
199 Abs(A.GetLocal(iLoc,jLoc)); in HermitianOneNorm()
/dports/ftp/lftp/lftp-4.9.2/src/
H A DpgetJob.cc125 if(size==NO_SIZE || (c->put && c->put->GetLocal()==0)) in Do()
129 if(c->put && c->put->GetLocal()==0) in Do()
145 if(c->put->GetLocal()->getfd()==-1) in Do()
171 const Ref<FDStream>& local=c->put->GetLocal(); in Do()
336 const Ref<FDStream>& local=c->put->GetLocal(); in pgetJob()
355 const Ref<FDStream>& local=c->put->GetLocal(); in NewChunk()
420 if(stat(c->put->GetLocal()->full_name,&st)==-1) in LoadStatus0()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/aodv/model/
H A Daodv-routing-protocol.cc672 NS_LOG_FUNCTION (this << m_ipv4->GetAddress (i, 0).GetLocal ()); in NotifyInterfaceUp()
679 if (iface.GetLocal () == Ipv4Address ("127.0.0.1")) in NotifyInterfaceUp()
690 socket->Bind (InetSocketAddress (iface.GetLocal (), AODV_PORT)); in NotifyInterfaceUp()
741 NS_LOG_FUNCTION (this << m_ipv4->GetAddress (i, 0).GetLocal ()); in NotifyInterfaceDown()
796 if (iface.GetLocal () == Ipv4Address ("127.0.0.1")) in NotifyAddAddress()
910 if (src == iface.GetLocal ()) in IsMyOwnAddress()
947 Ipv4Address addr = j->second.GetLocal (); in LoopbackRoute()
958 rt->SetSource (j->second.GetLocal ()); in LoopbackRoute()
1056 rreqHeader.SetOrigin (iface.GetLocal ()); in SendRequest()
1057 m_rreqIdCache.IsDuplicate (iface.GetLocal (), m_requestId); in SendRequest()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/asmjs/
H A DWasmIR.h81 GetLocal, enumerator
189 GetLocal, enumerator
239 GetLocal, enumerator
297 GetLocal, enumerator
345 GetLocal, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Compiler/
H A DLambdaCompiler.Logical.cs113 LocalBuilder loc = GetLocal(b.Left.Type); in EmitNullableCoalesce()
163 LocalBuilder loc = GetLocal(b.Left.Type); in EmitLambdaReferenceCoalesce()
229 LocalBuilder locLeft = GetLocal(type); in EmitLiftedAndAlso()
230 LocalBuilder locRight = GetLocal(type); in EmitLiftedAndAlso()
289 LocalBuilder locLeft = GetLocal(b.Left.Type); in EmitMethodAndAlso()
294 LocalBuilder locRight = GetLocal(b.Right.Type); in EmitMethodAndAlso()
345 LocalBuilder locLeft = GetLocal(type); in EmitLiftedOrElse()
346 LocalBuilder locRight = GetLocal(type); in EmitLiftedOrElse()
416 LocalBuilder locLeft = GetLocal(b.Left.Type); in EmitMethodOrElse()
421 LocalBuilder locRight = GetLocal(b.Right.Type); in EmitMethodOrElse()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level1/
H A DMax.hpp96 const Real value = x.GetLocal(iLoc,0); in VectorMax()
112 const Real value = x.GetLocal(0,jLoc); in VectorMax()
197 const Real value = A.GetLocal(iLoc,jLoc); in Max()
311 const Real value = A.GetLocal(iLoc,jLoc); in SymmetricMax()
330 const Real value = A.GetLocal(iLoc,jLoc); in SymmetricMax()

12345678910>>...46