Home
last modified time | relevance | path

Searched refs:Pa (Results 1 – 25 of 5342) sorted by relevance

12345678910>>...214

/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/data/currency/
H A Dtop.desktop5 Name=Tongan Pa'anga
7 Name[ast]=Pa'anga tonganu
12 Name[ca]=Pa'anga de Tonga
15 Name[csb]=Pa'anga
17 Name[de]=Paʻanga
21 Name[es]=Pa'anga tongano
28 Name[ga]=Pa'anga Tonga
36 Name[ia]=Tongan Pa'anga
37 Name[id]=Pa'anga Tonga
49 Name[nl]=Tonga Pa'anga
[all …]
/dports/lang/fpc-source/fpc-3.2.2/rtl/inc/
H A Dfexpand.inc187 if (Length (Pa) >= 1) and (Pa [1] = '~') and
208 Pa := S + Copy (Pa, 3, Length (Pa) - 2)
210 Pa := S + Copy (Pa, 2, Pred (Length (Pa)));
375 Pa := TmpS + Pa;
383 Pa := TmpS + Pa;
392 Pa := S + Pa
397 Pa := S + Copy (Pa, 2, Pred (Length (Pa)))
421 Pa := S + Pa
436 Pa := TmpS + Pa;
576 Pa := Copy (Pa, 1, PathStart);
[all …]
/dports/lang/fpc/fpc-3.2.2/rtl/inc/
H A Dfexpand.inc187 if (Length (Pa) >= 1) and (Pa [1] = '~') and
208 Pa := S + Copy (Pa, 3, Length (Pa) - 2)
210 Pa := S + Copy (Pa, 2, Pred (Length (Pa)));
375 Pa := TmpS + Pa;
383 Pa := TmpS + Pa;
392 Pa := S + Pa
397 Pa := S + Copy (Pa, 2, Pred (Length (Pa)))
421 Pa := S + Pa
436 Pa := TmpS + Pa;
576 Pa := Copy (Pa, 1, PathStart);
[all …]
/dports/lang/fpc-utils/fpc-3.2.2/rtl/inc/
H A Dfexpand.inc187 if (Length (Pa) >= 1) and (Pa [1] = '~') and
208 Pa := S + Copy (Pa, 3, Length (Pa) - 2)
210 Pa := S + Copy (Pa, 2, Pred (Length (Pa)));
375 Pa := TmpS + Pa;
383 Pa := TmpS + Pa;
392 Pa := S + Pa
397 Pa := S + Copy (Pa, 2, Pred (Length (Pa)))
421 Pa := S + Pa
436 Pa := TmpS + Pa;
576 Pa := Copy (Pa, 1, PathStart);
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/rtl/inc/
H A Dfexpand.inc187 if (Length (Pa) >= 1) and (Pa [1] = '~') and
208 Pa := S + Copy (Pa, 3, Length (Pa) - 2)
210 Pa := S + Copy (Pa, 2, Pred (Length (Pa)));
375 Pa := TmpS + Pa;
383 Pa := TmpS + Pa;
392 Pa := S + Pa
397 Pa := S + Copy (Pa, 2, Pred (Length (Pa)))
421 Pa := S + Pa
436 Pa := TmpS + Pa;
576 Pa := Copy (Pa, 1, PathStart);
[all …]
/dports/finance/skrooge/skrooge-2.26.1/skgbankmodeler/currency/
H A Dtop.desktop5 Name=Tongan Pa'anga
6 Name[ca]=Pa'anga de Tonga
9 Name[de]=Paʻanga
10 Name[en_GB]=Tongan Pa'anga
11 Name[es]=Pa'anga tongano
14 Name[fr]=Tongan Pa'anga
15 Name[gl]=Pa'anga tongana
16 Name[ia]=Tongan Pa'anga
17 Name[it]=Paʻanga tongano
20 Name[nl]=Tonga Pa'anga
[all …]
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/
H A Dproperties.h30 arma::mat mulliken_charges(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb);
35 void mulliken_analysis(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb);
40 arma::mat lowdin_charges(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb);
45 void lowdin_analysis(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb);
67 void nuclear_analysis(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb);
72 arma::mat becke_charges(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb, double …
77 void becke_analysis(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb, double tol=…
117 void bader_analysis(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb, double tol=…
127 void voronoi_analysis(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb, double to…
154 arma::mat bond_order(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb);
[all …]
H A Dproperties.cpp166 return bond_order(basis,Pa+Pb)+bond_order(basis,Pa-Pb); in bond_order()
224 arma::mat PaS=Pa*S; in mulliken_charges()
267 arma::mat q=lowdin_charges(basis,Pa,Pb); in lowdin_analysis()
322 arma::mat SPaS=Sh*Pa*Sh; in lowdin_charges()
622 hirshi.compute_load(basis,Pa+Pb,tol); in iterative_hirshfeld_charges()
680 Stockholder stock(basis,Pa+Pb); in stockholder_charges()
733 intgrid.construct_bader(Pa+Pb,tol); in bader_charges()
736 q.col(0)=intgrid.nuclear_charges(Pa); in bader_charges()
783 q.col(0)=intgrid.nuclear_charges(Pa); in voronoi_charges()
822 mulliken_analysis(basis,Pa,Pb); in population_analysis()
[all …]
H A Deriscreen.cpp380 if(Pa.n_rows != Nbf || Pa.n_cols != Nbf) { in calcK()
404 p[i][0]=new KDigestor(Pa); in calcK()
426 if(Pa.n_rows != Nbf || Pa.n_cols != Nbf) { in calcK()
450 p[i][0]=new cxKDigestor(Pa); in calcK()
554 if(Pa.n_rows != Nbf || Pa.n_cols != Nbf) { in calcJK()
578 p[i][0]=new JDigestor(Pa+Pb); in calcJK()
579 p[i][1]=new KDigestor(Pa); in calcJK()
603 if(Pa.n_rows != Nbf || Pa.n_cols != Nbf) { in calcJK()
628 p[i][1]=new cxKDigestor(Pa); in calcJK()
785 if(Pa.n_rows != Nbf || Pa.n_cols != Nbf) { in forceK()
[all …]
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/
H A Dproperties.h30 arma::mat mulliken_charges(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb);
35 void mulliken_analysis(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb);
40 arma::mat lowdin_charges(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb);
45 void lowdin_analysis(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb);
67 void nuclear_analysis(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb);
72 arma::mat becke_charges(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb, double …
77 void becke_analysis(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb, double tol=…
117 void bader_analysis(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb, double tol=…
127 void voronoi_analysis(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb, double to…
154 arma::mat bond_order(const BasisSet & basis, const arma::mat & Pa, const arma::mat & Pb);
[all …]
H A Dproperties.cpp166 return bond_order(basis,Pa+Pb)+bond_order(basis,Pa-Pb); in bond_order()
224 arma::mat PaS=Pa*S; in mulliken_charges()
267 arma::mat q=lowdin_charges(basis,Pa,Pb); in lowdin_analysis()
322 arma::mat SPaS=Sh*Pa*Sh; in lowdin_charges()
622 hirshi.compute_load(basis,Pa+Pb,tol); in iterative_hirshfeld_charges()
680 Stockholder stock(basis,Pa+Pb); in stockholder_charges()
733 intgrid.construct_bader(Pa+Pb,tol); in bader_charges()
736 q.col(0)=intgrid.nuclear_charges(Pa); in bader_charges()
783 q.col(0)=intgrid.nuclear_charges(Pa); in voronoi_charges()
822 mulliken_analysis(basis,Pa,Pb); in population_analysis()
[all …]
/dports/net/rpki-client/rpki-client-portable-7.6/patches/
H A D0002-Apply-placeholders-for-portability-shim.patch28 -.Pa /var/cache/rpki-client .
29 +.Pa @RPKI_BASE_DIR@ .
43 -.Pa /etc/rpki .
44 +.Pa @RPKI_TAL_DIR@ .
52 -.Pa /var/db/rpki-client/ .
53 +.Pa @RPKI_OUT_DIR@ .
62 -.It Pa /etc/rpki/*.tal
64 +.It Pa @RPKI_TAL_DIR@/*.tal
68 -.It Pa /var/cache/rpki-client
69 +.It Pa @RPKI_BASE_DIR@
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/demos/datafit/
H A Dellipse.dem.sce24 Pa = [a b C(1) C(2) tilt];
29 x = Pa(1)*(cosd(Theta) + grand(Theta, "unf",-0.07, 0.07));
30 y = Pa(2)*(sind(Theta) + grand(Theta, "unf",-0.07, 0.07));
32 A = Pa(5);
34 xe = C*x + y*S + Pa(3);
35 ye = -S*x + y*C + Pa(4);
62 if (P(5)*Pa(5))<0 & abs(-P(5)/Pa(5)-1)<0.3 & P(5)>5 then
74 xt = Pa(1) * cosd(Theta);
75 yt = Pa(2) * sind(Theta);
76 At = Pa(5);
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Digest-SHA/src/
H A Dsha.c129 M12(Pa, K2, A1( 5)); M13(Pa, K2, A1( 6)); M14(Pa, K2, A1( 7)); in sha1()
130 M15(Pa, K2, A1( 8)); M11(Pa, K2, A1( 9)); M12(Pa, K2, A1(10)); in sha1()
131 M13(Pa, K2, A1(11)); M14(Pa, K2, A1(12)); M15(Pa, K2, A1(13)); in sha1()
132 M11(Pa, K2, A1(14)); M12(Pa, K2, A1(15)); M13(Pa, K2, A1( 0)); in sha1()
133 M14(Pa, K2, A1( 1)); M15(Pa, K2, A1( 2)); M11(Pa, K2, A1( 3)); in sha1()
134 M12(Pa, K2, A1( 4)); M13(Pa, K2, A1( 5)); M14(Pa, K2, A1( 6)); in sha1()
142 M11(Pa, K4, A1(12)); M12(Pa, K4, A1(13)); M13(Pa, K4, A1(14)); in sha1()
143 M14(Pa, K4, A1(15)); M15(Pa, K4, A1( 0)); M11(Pa, K4, A1( 1)); in sha1()
144 M12(Pa, K4, A1( 2)); M13(Pa, K4, A1( 3)); M14(Pa, K4, A1( 4)); in sha1()
145 M15(Pa, K4, A1( 5)); M11(Pa, K4, A1( 6)); M12(Pa, K4, A1( 7)); in sha1()
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Digest-SHA/src/
H A Dsha.c129 M12(Pa, K2, A1( 5)); M13(Pa, K2, A1( 6)); M14(Pa, K2, A1( 7)); in sha1()
130 M15(Pa, K2, A1( 8)); M11(Pa, K2, A1( 9)); M12(Pa, K2, A1(10)); in sha1()
131 M13(Pa, K2, A1(11)); M14(Pa, K2, A1(12)); M15(Pa, K2, A1(13)); in sha1()
132 M11(Pa, K2, A1(14)); M12(Pa, K2, A1(15)); M13(Pa, K2, A1( 0)); in sha1()
133 M14(Pa, K2, A1( 1)); M15(Pa, K2, A1( 2)); M11(Pa, K2, A1( 3)); in sha1()
134 M12(Pa, K2, A1( 4)); M13(Pa, K2, A1( 5)); M14(Pa, K2, A1( 6)); in sha1()
142 M11(Pa, K4, A1(12)); M12(Pa, K4, A1(13)); M13(Pa, K4, A1(14)); in sha1()
143 M14(Pa, K4, A1(15)); M15(Pa, K4, A1( 0)); M11(Pa, K4, A1( 1)); in sha1()
144 M12(Pa, K4, A1( 2)); M13(Pa, K4, A1( 3)); M14(Pa, K4, A1( 4)); in sha1()
145 M15(Pa, K4, A1( 5)); M11(Pa, K4, A1( 6)); M12(Pa, K4, A1( 7)); in sha1()
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Digest-SHA/src/
H A Dsha.c129 M12(Pa, K2, A1( 5)); M13(Pa, K2, A1( 6)); M14(Pa, K2, A1( 7)); in sha1()
130 M15(Pa, K2, A1( 8)); M11(Pa, K2, A1( 9)); M12(Pa, K2, A1(10)); in sha1()
131 M13(Pa, K2, A1(11)); M14(Pa, K2, A1(12)); M15(Pa, K2, A1(13)); in sha1()
132 M11(Pa, K2, A1(14)); M12(Pa, K2, A1(15)); M13(Pa, K2, A1( 0)); in sha1()
133 M14(Pa, K2, A1( 1)); M15(Pa, K2, A1( 2)); M11(Pa, K2, A1( 3)); in sha1()
134 M12(Pa, K2, A1( 4)); M13(Pa, K2, A1( 5)); M14(Pa, K2, A1( 6)); in sha1()
142 M11(Pa, K4, A1(12)); M12(Pa, K4, A1(13)); M13(Pa, K4, A1(14)); in sha1()
143 M14(Pa, K4, A1(15)); M15(Pa, K4, A1( 0)); M11(Pa, K4, A1( 1)); in sha1()
144 M12(Pa, K4, A1( 2)); M13(Pa, K4, A1( 3)); M14(Pa, K4, A1( 4)); in sha1()
145 M15(Pa, K4, A1( 5)); M11(Pa, K4, A1( 6)); M12(Pa, K4, A1( 7)); in sha1()
[all …]
/dports/security/p5-Digest-SHA/Digest-SHA-6.02/src/
H A Dsha.c129 M12(Pa, K2, A1( 5)); M13(Pa, K2, A1( 6)); M14(Pa, K2, A1( 7)); in sha1()
130 M15(Pa, K2, A1( 8)); M11(Pa, K2, A1( 9)); M12(Pa, K2, A1(10)); in sha1()
131 M13(Pa, K2, A1(11)); M14(Pa, K2, A1(12)); M15(Pa, K2, A1(13)); in sha1()
132 M11(Pa, K2, A1(14)); M12(Pa, K2, A1(15)); M13(Pa, K2, A1( 0)); in sha1()
133 M14(Pa, K2, A1( 1)); M15(Pa, K2, A1( 2)); M11(Pa, K2, A1( 3)); in sha1()
134 M12(Pa, K2, A1( 4)); M13(Pa, K2, A1( 5)); M14(Pa, K2, A1( 6)); in sha1()
142 M11(Pa, K4, A1(12)); M12(Pa, K4, A1(13)); M13(Pa, K4, A1(14)); in sha1()
143 M14(Pa, K4, A1(15)); M15(Pa, K4, A1( 0)); M11(Pa, K4, A1( 1)); in sha1()
144 M12(Pa, K4, A1( 2)); M13(Pa, K4, A1( 3)); M14(Pa, K4, A1( 4)); in sha1()
145 M15(Pa, K4, A1( 5)); M11(Pa, K4, A1( 6)); M12(Pa, K4, A1( 7)); in sha1()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Digest-SHA/src/
H A Dsha.c129 M12(Pa, K2, A1( 5)); M13(Pa, K2, A1( 6)); M14(Pa, K2, A1( 7)); in sha1()
130 M15(Pa, K2, A1( 8)); M11(Pa, K2, A1( 9)); M12(Pa, K2, A1(10)); in sha1()
131 M13(Pa, K2, A1(11)); M14(Pa, K2, A1(12)); M15(Pa, K2, A1(13)); in sha1()
132 M11(Pa, K2, A1(14)); M12(Pa, K2, A1(15)); M13(Pa, K2, A1( 0)); in sha1()
133 M14(Pa, K2, A1( 1)); M15(Pa, K2, A1( 2)); M11(Pa, K2, A1( 3)); in sha1()
134 M12(Pa, K2, A1( 4)); M13(Pa, K2, A1( 5)); M14(Pa, K2, A1( 6)); in sha1()
142 M11(Pa, K4, A1(12)); M12(Pa, K4, A1(13)); M13(Pa, K4, A1(14)); in sha1()
143 M14(Pa, K4, A1(15)); M15(Pa, K4, A1( 0)); M11(Pa, K4, A1( 1)); in sha1()
144 M12(Pa, K4, A1( 2)); M13(Pa, K4, A1( 3)); M14(Pa, K4, A1( 4)); in sha1()
145 M15(Pa, K4, A1( 5)); M11(Pa, K4, A1( 6)); M12(Pa, K4, A1( 7)); in sha1()
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/lt_LT/
H A Dmailmanspip.lang2 MailmanSpipSetup=Paštininkas SPIP ir Nustatymų modulis
3 MailmanTitle=Paštininko pašto sistemos sąrašas
4 TestSubscribe=Bandyti prisijungimą prie Paštininko sąrašų
5 TestUnSubscribe=Bandyti atsijungimą iš Paštininko sąrašų
8 SynchroMailManEnabled=Paštininko atnaujinimas bus atliekamas
10 DescADHERENT_MAILMAN_ADMINPW=Paštininko administratoriaus slaptažodis
11 DescADHERENT_MAILMAN_URL=URL Paštininko prisijungimai
12 DescADHERENT_MAILMAN_UNSUB_URL=URL Paštininko prisijungimams
22 DeleteIntoSpip=Pašalinti iš SPIP
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/langs/lt_LT/
H A Dmailmanspip.lang2 MailmanSpipSetup=Paštininkas SPIP ir Nustatymų modulis
3 MailmanTitle=Paštininko pašto sistemos sąrašas
4 TestSubscribe=Bandyti prisijungimą prie Paštininko sąrašų
5 TestUnSubscribe=Bandyti atsijungimą iš Paštininko sąrašų
8 SynchroMailManEnabled=Paštininko atnaujinimas bus atliekamas
10 DescADHERENT_MAILMAN_ADMINPW=Paštininko administratoriaus slaptažodis
11 DescADHERENT_MAILMAN_URL=URL Paštininko prisijungimai
12 DescADHERENT_MAILMAN_UNSUB_URL=URL Paštininko prisijungimams
22 DeleteIntoSpip=Pašalinti iš SPIP
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/xc/
H A Dqna.py162 self.Pa = LFC(gd, spline_j)
165 self.Pa.set_positions(spos_ac)
179 self.Pa.add(mu_g, mu_a)
180 self.Pa.add(beta_g, beta_a)
181 self.Pa.add(denominator, eye_a)
210 self.Pa.add(mu_g, mu_a)
211 self.Pa.add(beta_g, beta_a)
212 self.Pa.add(denominator, eye_a)
220 self.Pa.derivative(part1, c_axiv)
225 self.Pa.derivative(part2, c_axiv)
[all …]
/dports/devel/erlang-gproc/gproc-0.8.0/test/
H A Dgproc_dist_tests.erl435 Pa = t_spawn_reg(A, Na),
441 ?assertMatch(Pa, t_call(Pb, {apply, gproc, give_away, [Na, Pa]})),
453 Pa = t_spawn_reg(A, Na),
466 Pa = t_spawn_reg(A, Na),
484 ?assertMatch({gproc,{failover,Pa},Ref,Na}, got_msg(Pa, gproc)),
499 ok = t_call(Pa, die).
526 ok = no_msg(Pa, 500),
536 Pa = t_spawn_reg(A, Na),
587 Pa = t_spawn_reg(A, Na),
602 Pa = t_spawn_reg(A, Na),
[all …]
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/contrib/
H A Ddumpxc.cpp124 arma::mat Pa, Pb; in main() local
125 chkpt.read("Pa",Pa); in main()
129 grid.construct(Pa,Pb,dft.gridtol,dft.x_func,dft.c_func); in main()
135 grid.eval_Fxc(dft.x_func,dft.c_func,Pa,Pb,Fa,Fb,Exc,Nel); in main()
138 grid.print_density(Pa,Pb); in main()
140 grid.print_potential(dft.x_func,Pa,Pb,"Vx.dat"); in main()
141 grid.check_potential(dft.x_func,Pa,Pb,"Vx_nan.dat"); in main()
144 grid.print_potential(dft.c_func,Pa,Pb,"Vc.dat"); in main()
145 grid.check_potential(dft.c_func,Pa,Pb,"Vc_nan.dat"); in main()
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/contrib/
H A Ddumpxc.cpp125 arma::mat Pa, Pb; in main() local
126 chkpt.read("Pa",Pa); in main()
130 grid.construct(Pa,Pb,gridtol,x_func,c_func); in main()
134 grid.print_density(Pa,Pb); in main()
136 grid.print_potential(x_func,Pa,Pb,"Vx.dat"); in main()
137 grid.check_potential(x_func,Pa,Pb,"Vx_nan.dat"); in main()
140 grid.print_potential(c_func,Pa,Pb,"Vc.dat"); in main()
141 grid.check_potential(c_func,Pa,Pb,"Vc_nan.dat"); in main()
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/HPCombi/tests/
H A Dtest_epu.cpp339 EPU8_EQUAL(permutation_of(Pa, Pa), epu8id); in BOOST_FIXTURE_TEST_CASE()
534 BOOST_TEST(is_transformation(Pa)); in BOOST_FIXTURE_TEST_CASE()
535 BOOST_TEST(is_transformation(Pa, 6)); in BOOST_FIXTURE_TEST_CASE()
536 BOOST_TEST(is_transformation(Pa, 5)); in BOOST_FIXTURE_TEST_CASE()
556 BOOST_TEST(is_partial_permutation(Pa)); in BOOST_FIXTURE_TEST_CASE()
584 BOOST_TEST(is_permutation(Pa)); in BOOST_FIXTURE_TEST_CASE()
585 BOOST_TEST(is_permutation(Pa, 6)); in BOOST_FIXTURE_TEST_CASE()
586 BOOST_TEST(is_permutation(Pa, 5)); in BOOST_FIXTURE_TEST_CASE()
587 BOOST_TEST(not is_permutation(Pa, 4)); in BOOST_FIXTURE_TEST_CASE()
588 BOOST_TEST(not is_permutation(Pa, 1)); in BOOST_FIXTURE_TEST_CASE()
[all …]

12345678910>>...214