Home
last modified time | relevance | path

Searched refs:pairup (Results 1 – 25 of 51) sorted by relevance

123

/dports/lang/swi-pl/swipl-8.2.3/packages/chr/
H A Dpairlist.pl17 pairup/3,
31 pairup([],[],[]).
32 pairup([X|Xs],[Y|Ys],[X-Y|XYs]) :-
33 pairup(Xs,Ys,XYs).
H A Dchr_compiler_utility.pl279 pairup(Keys,List,Pairs),
281 once(pairup(_,SortedList,SortedPairs)).
/dports/lang/yap/yap-6.2.2/packages/chr/
H A Dpairlist.pl17 pairup/3,
31 pairup([],[],[]).
32 pairup([X|Xs],[Y|Ys],[X-Y|XYs]) :-
33 pairup(Xs,Ys,XYs).
H A Dchr_compiler_utility.pl271 pairup(Keys,List,Pairs),
273 once(pairup(_,SortedList,SortedPairs)).
/dports/devel/ga/ga-5.8/tcgmsg/tests/
H A Djacobi.F174 call pairup(nn, me, iter, ip)
190 call pairup(nn, me, iter, ip)
201 subroutine pairup(n, me, iter, ipair) subroutine
/dports/devel/ga/ga-5.8/tcgmsg/examples/
H A Djacobi.f172 call pairup(nn, me, iter, ip)
188 call pairup(nn, me, iter, ip)
199 subroutine pairup(n, me, iter, ipair) subroutine
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/peigs/src/f77/
H A Dpairup.f34 subroutine pairup(n, me, iter, ipair) subroutine
H A DMakefile.proto32 EOBJ = xerbl2.o ilaenv1.o menode.o pairup.o xstop.o
H A DMakefile.nwchem35 EOBJ = xerbl2.o ilaenv1.o menode.o pairup.o xstop.o
H A DMakeFile21 $(OBJDIR)\pairup.obj \
H A DGNUmakefile40 EOBJ = xerbl2.o menode.o pairup.o xstop.o
/dports/science/nwchem-data/nwchem-7.0.2-release/src/fft/pfft1.0/pfft/
H A Dpairup.F34 subroutine pairup(n, me, iter, ipair) subroutine
H A DGNUmakefile54 pairup.o \
H A DMakeFile14 $(OBJDIR)\pairup.obj \
/dports/science/nwchem-data/nwchem-7.0.2-release/src/peigs/src/f77/
H A Dpairup.f34 subroutine pairup(n, me, iter, ipair) subroutine
H A DMakefile.proto32 EOBJ = xerbl2.o ilaenv1.o menode.o pairup.o xstop.o
H A DMakefile.nwchem35 EOBJ = xerbl2.o ilaenv1.o menode.o pairup.o xstop.o
H A DMakeFile21 $(OBJDIR)\pairup.obj \
H A DGNUmakefile40 EOBJ = xerbl2.o menode.o pairup.o xstop.o
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/fft/pfft1.0/pfft/
H A Dpairup.F34 subroutine pairup(n, me, iter, ipair) subroutine
H A DGNUmakefile54 pairup.o \
H A DMakeFile14 $(OBJDIR)\pairup.obj \
/dports/science/nwchem-data/nwchem-7.0.2-release/src/peigs/h/
H A Dblas_lapackf.h64 #define pairup PAIRUP macro
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Ddata_parser.cc55 void data_parser::pairup(data_parser::schema_id_t *schema, in pairup() function in data_parser
76 this->pairup(nullptr, group_pairs, *iter->e_sub_elements, in pairup()
609 this->pairup(&this->dp_schema_id, in parse()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-core-1.6.18/src/Yesod/Core/
H A DHandler.hs590 enlist = pairup . S.split W8._nul
591 pairup [] = [] function
592 pairup [_] = [] function
593 pairup (s:v:xs) = (decode s, preEscapedToHtml (decode v)) : pairup xs function

123