Home
last modified time | relevance | path

Searched refs:cdel (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/textproc/p5-Regexp-Common/Regexp-Common-2017060201/lib/Regexp/Common/
H A Ddelimited.pm32 my $cdel = quotemeta substr ($cdels, $i, 1);
35 if ($cdel eq $esc) {
37 "(?k:$del)(?k:[^$cdel]*(?:(?:$cdel$cdel)[^$cdel]*)*)(?k:$cdel)";
41 "(?k:$del)(?k:[^$esc$cdel]*(?:$esc.[^$esc$cdel]*)*)(?k:$cdel)";
44 push @pat => "(?k:$del)(?k:[^$cdel]*)(?k:$cdel)";
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/BR/
H A DContact.pm257 my $cdel=$todo->del('associated_contacts');
259 …ts to del must be a ContactSet object') if (defined($cdel) && !Net::DRI::Util::isa_contactset($cde…
263 return unless (defined($cadd) || defined($cdel) || defined($resp));
267 push @n,['brorg:rem',build_contacts($cdel)] if defined($cdel);
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/
H A Dlcr_delay_1436.c54 LADSPA_Data *cdel; member
158 plugin->cdel = data; in connectPortLcrDelay()
267 const LADSPA_Data cdel = *(plugin_data->cdel); in runLcrDelay() local
348 cd_d = (cdel * fs * 0.001f - last_cd) * sc_r; in runLcrDelay()
416 const LADSPA_Data cdel = *(plugin_data->cdel); in runAddingLcrDelay() local
497 cd_d = (cdel * fs * 0.001f - last_cd) * sc_r; in runAddingLcrDelay()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xul/templates/
H A DnsTemplateRule.cpp288 nsTemplateCondition* cdel = mConditions; in ~nsTemplateRule() local
290 delete cdel; in ~nsTemplateRule()
305 nsTemplateCondition* cdel = mConditions; in SetCondition() local
307 delete cdel; in SetCondition()
/dports/comms/picocom/picocom-3.1/
H A Dfdio.c91 cdel (int fd) in cdel() function
134 cdel(fdo); in fd_readline()
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/PL/
H A DDomain.pm164 my $cdel=$todo->del('contact');
171 push @del,Net::DRI::Protocol::EPP::Util::build_core_contacts($epp,$cdel) if $cdel;
/dports/biology/bamutil/bamUtil-1.0.15/test/
H A DtestCigars.sh3 ../bin/bam findCigars --in testFiles/testRevert.sam --out results/cigarDel.sam --cdel --noph 2> res…
8 ../bin/bam findCigars --in testFiles/testRevert.sam --out results/cigarDelHard.sam --cdel --chard -…
/dports/science/gabedit/GabeditSrc251_300720/src/SemiEmpirical/
H A DSemiEmpiricalMD.c742 gdouble cdel[3]; in removeRotation() local
797 cdel[j] = atoms[i].coordinates[j]-cm[j]; in removeRotation()
798 xx += cdel[0]*cdel[0]*mass; in removeRotation()
799 xy += cdel[0]*cdel[1]*mass; in removeRotation()
800 xz += cdel[0]*cdel[2]*mass; in removeRotation()
801 yy += cdel[1]*cdel[1]*mass; in removeRotation()
802 yz += cdel[1]*cdel[2]*mass; in removeRotation()
803 zz += cdel[2]*cdel[2]*mass; in removeRotation()
826 cdel[j] = atoms[i].coordinates[j]-cm[j]; in removeRotation()
829 cdel[(j+1)%3]*vAng[(j+2)%3]- in removeRotation()
[all …]
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/CZ/
H A DDomain.pm287 my $cdel = $todo->del('contact');
296 push(@del, build_contacts($cdel)) if ($cdel);
H A DNSSET.pm431 my $cdel = $todo->del('contact');
441 push(@del, build_contacts($cdel)) if ($cdel);
/dports/science/gabedit/GabeditSrc251_300720/src/MolecularMechanics/
H A DMolecularDynamics.c594 gdouble cdel[3]; in removeRotation() local
649 cdel[j] = atoms[i].coordinates[j]-cm[j]; in removeRotation()
650 xx += cdel[0]*cdel[0]*mass; in removeRotation()
651 xy += cdel[0]*cdel[1]*mass; in removeRotation()
652 xz += cdel[0]*cdel[2]*mass; in removeRotation()
653 yy += cdel[1]*cdel[1]*mass; in removeRotation()
654 yz += cdel[1]*cdel[2]*mass; in removeRotation()
655 zz += cdel[2]*cdel[2]*mass; in removeRotation()
678 cdel[j] = atoms[i].coordinates[j]-cm[j]; in removeRotation()
681 cdel[(j+1)%3]*vAng[(j+2)%3]- in removeRotation()
[all …]
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/RRI/
H A DDomain.pm527 my $cdel = $todo->del('contact');
556 if (defined($cdel)) { foreach my $type ($cdel->types()) {
557 foreach my $c ($cdel->get($type))
/dports/math/wavelib/wavelib-f104d084be91cc7e59dc3253bedceb11ece77136/src/
H A Dcwt.c300 double den,cdel; in cdelta() local
364 cdel = sqrt(dt) * dj * mval[maxarr] / psi0; in cdelta()
374 return cdel; in cdelta()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubInvocationHandlerImpl.java106 CorbaClientDelegate cdel = (CorbaClientDelegate)delegate ; in isLocal() local
107 ContactInfoList cil = cdel.getContactInfoList() ; in isLocal()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubInvocationHandlerImpl.java106 CorbaClientDelegate cdel = (CorbaClientDelegate)delegate ; in isLocal() local
107 ContactInfoList cil = cdel.getContactInfoList() ; in isLocal()
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/CAT/
H A DDefensiveRegistration.pm401 my $cdel=$todo->del('contact');
406 push @del,build_contact_noregistrant($cdel) if $cdel;
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dtime.go823 cdel := int32(0)
857 cdel++
886 atomic.Xadd(&pp.deletedTimers, -cdel)
887 atomic.Xadd(&pp.numTimers, -cdel)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dtime.go823 cdel := int32(0)
857 cdel++
886 atomic.Xadd(&pp.deletedTimers, -cdel)
887 atomic.Xadd(&pp.numTimers, -cdel)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dtime.go823 cdel := int32(0)
857 cdel++
886 atomic.Xadd(&pp.deletedTimers, -cdel)
887 atomic.Xadd(&pp.numTimers, -cdel)
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dlogtrack.list29 BEGIN cdel 42 57
/dports/databases/db5/db-5.3.28/test/tcl/
H A Dlogtrack.list29 BEGIN cdel 42 57
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dtime.go863 cdel := int32(0)
893 cdel++
922 atomic.Xadd(&pp.deletedTimers, -cdel)
923 atomic.Xadd(&pp.numTimers, -cdel)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dtime.go898 cdel := int32(0)
932 cdel++
961 atomic.Xadd(&pp.deletedTimers, -cdel)
962 atomic.Xadd(&pp.numTimers, -cdel)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dtime.go891 cdel := int32(0)
921 cdel++
950 atomic.Xadd(&pp.deletedTimers, -cdel)
951 atomic.Xadd(&pp.numTimers, -cdel)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dtime.go900 cdel := int32(0)
934 cdel++
963 atomic.Xadd(&pp.deletedTimers, -cdel)
964 atomic.Xadd(&pp.numTimers, -cdel)

1234567