Home
last modified time | relevance | path

Searched refs:padB (Results 1 – 25 of 26) sorted by relevance

12

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_meander_skew_placer.cpp84 SOLID* padB = nullptr; in Start() local
86 m_tunedPathP = topo.AssembleTuningPath( m_originPair.PLine().GetLink( 0 ), &padA, &padB ); in Start()
93 if( padB ) in Start()
94 m_padToDieP += padB->GetPadToDie(); in Start()
96 m_tunedPathN = topo.AssembleTuningPath( m_originPair.NLine().GetLink( 0 ), &padA, &padB ); in Start()
103 if( padB ) in Start()
104 m_padToDieN += padB->GetPadToDie(); in Start()
H A Dpns_dp_meander_placer.cpp104 SOLID* padB = nullptr; in Start() local
106 m_tunedPathP = topo.AssembleTuningPath( m_originPair.PLine().GetLink( 0 ), &padA, &padB ); in Start()
113 if( padB ) in Start()
114 m_padToDieP += padB->GetPadToDie(); in Start()
116 m_tunedPathN = topo.AssembleTuningPath( m_originPair.NLine().GetLink( 0 ), &padA, &padB ); in Start()
123 if( padB ) in Start()
124 m_padToDieN += padB->GetPadToDie(); in Start()
H A Dpns_meander_placer.cpp76 SOLID* padB = nullptr; in Start() local
79 m_tunedPath = topo.AssembleTuningPath( m_initialSegment, &padA, &padB ); in Start()
86 if( padB ) in Start()
87 m_padToDieLength += padB->GetPadToDie(); in Start()
H A Dpns_topology.cpp310 PAD* padB = nullptr; in AssembleTuningPath() local
338 getPadFromJoint( joints.second, &padB, aEndPad ); in AssembleTuningPath()
340 if( !padA && !padB ) in AssembleTuningPath()
422 if( padB ) in AssembleTuningPath()
423 processPad( joints.second, padB ); in AssembleTuningPath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/
H A DVersionVector.java122 …compare(Comparable<?>[] vectorA, Comparable<?> padA, Comparable<?>[] vectorB, Comparable<?> padB) { in compare() argument
136 return (padB == null) ? 1 : compareReminder(top, vectorA, padA, padB); in compare()
139 return (padA == null) ? -1 : -compareReminder(top, vectorB, padB, padA); in compare()
142 return padA == null ? (padB == null ? 0 : -1) : (padB == null ? 1 : compareSegments(padA, padB)); in compare()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/rijndael/
H A DUglyBase64.cpp118 char * padB = szText.ptr() + oldL; in decode() local
120 while(padB < padE) in decode()
121 *padB++ = 0; in decode()
H A Dlibkvirijndael.cpp568 char * padB = plain.ptr() + oldL; in doEncryptECB() local
570 while(padB < padE) in doEncryptECB()
571 *padB++ = 0; in doEncryptECB()
608 char * padB = plain.ptr() + oldL; in doEncryptCBC() local
610 while(padB < padE) in doEncryptCBC()
611 *padB++ = 0; in doEncryptCBC()
/dports/misc/mnn/MNN-1.2.0/backupcode/cpubackend/
H A DCPULRN.cpp167 int halfLocalSize = mLocalSize / 2, padF = halfLocalSize + 1, padB = mLocalSize - padF; in executeWithInChannels() local
194 for (int pad = 0; pad < padB; ++pad) { in executeWithInChannels()
199 for (int pad = 0, wEnd = width + padB; pad < padB; ++pad) { in executeWithInChannels()
/dports/cad/veroroute/VeroRoute/Src/
H A DBoard.cpp186 MyPointF padB(pointB); // The pad centre for pB (pad radius will be set below) in CalcMIN_SEPARATION() local
190 padB.m_radius = 0.005 * GetPAD_MIL(); // No custom pad size for wires in CalcMIN_SEPARATION()
195 padB.m_radius = 0.005 * ( comp.GetCustomPads() ? comp.GetPadWidth() : GetPAD_MIL() ); in CalcMIN_SEPARATION()
198 padB += QPointF(0.01 * Xmil, 0.01 * Ymil); in CalcMIN_SEPARATION()
201 padB.m_radius = 0.005 * GetVIAPAD_MIL(); in CalcMIN_SEPARATION()
206 … CalcBlob(1, pointB, padB, GetPerimeterCode(pB), blobB, bHasPinB); // 1 ==> scale of 1 grid square in CalcMIN_SEPARATION()
211 if ( bPadA && bPadB ) polygonHelper.CalcSeparation(padA, padB); in CalcMIN_SEPARATION()
217 if ( bPadB ) for(const auto& a : blobA) polygonHelper.CalcSeparation(padB, a); in CalcMIN_SEPARATION()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/drc/
H A Ddrc_test_provider_courtyard_clearance.cpp285 for( const PAD* padB : fpB->Pads() ) in testCourtyardClearances() local
286 testPadAgainstCourtyards( padB, fpA ); in testCourtyardClearances()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/nvidia/
H A Dcudnn_pooling_impl.hpp67 && (pd->padL() < pd->padR() || pd->padT() < pd->padB() in init_common()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/nvidia/
H A Dcudnn_pooling_impl.hpp67 && (pd->padL() < pd->padR() || pd->padT() < pd->padB() in init_common()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/common/
H A Ddeconvolution_pd.hpp107 dim_t padB() const { in padB() function
H A Dpooling_pd.hpp105 dim_t padB() const { in padB() function
H A Dconvolution_pd.hpp122 dim_t padB() const { in padB() function
/dports/math/onednn/oneDNN-2.5.1/src/common/
H A Ddeconvolution_pd.hpp107 dim_t padB() const { in padB() function
H A Dpooling_pd.hpp105 dim_t padB() const { in padB() function
H A Dconvolution_pd.hpp122 dim_t padB() const { in padB() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Dip_convolution.hpp77 0, self->padBack(), self->padB(), self->padR()) in check_conv_ip()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Dip_convolution.hpp77 0, self->padBack(), self->padB(), self->padR()) in check_conv_ip()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/cdrom/
H A Dgdrom.c116 char padB[16]; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/cdrom/
H A Dgdrom.c116 char padB[16]; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/cdrom/
H A Dgdrom.c116 char padB[16]; member
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DAdaptiveLoopFilter.cpp717 const int padB = clipB ? 0 : MAX_ALF_PADDING_SIZE; in filterCTU() local
722 const Size paddedSize( w + padL + padR, h + padT + padB ); in filterCTU()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/Habana/
H A DHabana.cpp275 params->padB = pad[2]; in makeSynConvolutionParams()

12