Home
last modified time | relevance | path

Searched refs:rr (Results 11426 – 11450 of 36130) sorted by relevance

1...<<451452453454455456457458459460>>...1446

/dports/cad/feappv/feappv-4.1i/elements/
H A Dsld1d3.f48 real*8 cfac,lfac,sfac,dmas,lms,jacc ,rr local
75 call stra1d(d,xl,ul,tl,shp1(1,1,l),ndf,ndm,nel,rr,ta,eps)
134 call stra1d(d,xl,ul,tl,shp1(1,1,l),ndf,ndm,nel,rr,ta,eps)
362 call stra1d(d,xl,ul,tl,shp1(1,1,l),ndf,ndm,nel,rr,ta,eps)
379 & rr,(eps(i,1),i=1,3)
382 & rr,(eps(i,1),i=1,3)
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/lr1/report/
H A Dmod.rs63 let (sr, rr, conflict_map) = in report_lr_table_construction()
68 if (rr > 0) { in report_lr_table_construction()
69 writeln!(self.out, "{}reduce/reduce: {}", INDENT_STRING, rr)?; in report_lr_table_construction()
90 let mut rr: usize = 0; in process_conflicts() localVariable
95 Action::Reduce(_) => rr += 1, in process_conflicts()
102 (sr, rr, conflict_map) in process_conflicts()
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/RegAlloc/Graph/
H A DMain.hs341 [ (vr, rr)
343 , RegReal rr <- nonDetEltsUniqSet set]
357 | RegReal rr <- r1
359 = Color.addPreference (vr, classOfVirtualReg vr) rr graph
361 | RegReal rr <- r2
363 = Color.addPreference (vr, classOfVirtualReg vr) rr graph
/dports/math/R-cran-gss/gss/man/
H A Dsscox.Rd111 fit.rr <- sscox(Surv(futime,status)~age,data=stan)
112 est.rr <- predict(fit.rr,data.frame(age=c(35,40)),se=TRUE)
114 risk <- predict(fit.rr,stan)
119 \dontrun{rm(stan,fit.rr,est.rr,risk,fit.bh,tt,est.bh)}
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/loaders/nuts/
H A Dnuts.cc280 float *rr, *ii; in Read() local
281 rr = g_new (float, npts1); in Read()
284 READFLOAT (in, rr[i]); in Read()
287 re << rr[npts1 - 1]; in Read()
290 re << " " << rr[npts1 - i]; in Read()
293 g_free (rr); in Read()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dlinalg.h211 T rr; in ConjugateGradient() local
212 MatMul(r.data(), r.data(), 1, n, 1, &rr); // inner product in ConjugateGradient()
214 if (rr == 0) return; // The initial values were already optimal in ConjugateGradient()
224 alpha = rr / alpha; in ConjugateGradient()
232 T beta = rr2 / rr; in ConjugateGradient()
234 rr = rr2; in ConjugateGradient()
/dports/science/octopus/octopus-10.5/src/sternheimer/
H A Dsternheimer.F90339 logical function sternheimer_add_fxc(this) result(rr)
341 rr = this%add_fxc
346 logical function sternheimer_add_hartree(this) result(rr)
348 rr = this%add_hartree
353 logical function sternheimer_has_converged(this) result(rr)
355 rr = this%ok
/dports/math/mfem/mfem-4.3/miniapps/mtop/
H A Dmtop_integrators.cpp115 Vector rr(4); in AssembleElementVector() local
144 qfun.QResidual(Tr,ip,param, uu, rr); in AssembleElementVector()
146 B.Mult(rr,lvec); in AssembleElementVector()
257 Vector rr(1); in AssemblePrmElementVector() local
289 qfun.AQResidual(Tr, ip, param, uu, aa, rr); in AssemblePrmElementVector()
292 lvec0*=rr[0]; in AssemblePrmElementVector()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dlinalg.h210 T rr; in ConjugateGradient() local
211 MatMul(r.data(), r.data(), 1, n, 1, &rr); // inner product in ConjugateGradient()
213 if (rr == 0) return; // The initial values were already optimal in ConjugateGradient()
223 alpha = rr / alpha; in ConjugateGradient()
231 T beta = rr2 / rr; in ConjugateGradient()
233 rr = rr2; in ConjugateGradient()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/network/
H A Dlookup_name.c110 static int dns_parse_callback(void *c, int rr, const void *data, int len, const void *packet) in dns_parse_callback() argument
114 switch (rr) { in dns_parse_callback()
144 static const struct { int af; int rr; } afrr[2] = { in name_from_dns() member
145 { .af = AF_INET6, .rr = RR_A }, in name_from_dns()
146 { .af = AF_INET, .rr = RR_AAAA }, in name_from_dns()
151 qlens[nq] = __res_mkquery(0, name, 1, afrr[i].rr, in name_from_dns()
/dports/lang/php73/php-7.3.33/tests/lang/
H A DpassByReference_005.phpt30 function rr(&$ref1, &$ref2) {
66 function rr(&$ref1, &$ref2) {
92 rr($u1, $u2);
115 C::rr($u1, $u2);
141 $c->rr($u1, $u2);
219 Deprecated: Non-static method C::rr() should not be called statically in %s on line 112
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/lr1/report/
H A Dmod.rs63 let (sr, rr, conflict_map) = in report_lr_table_construction()
68 if (rr > 0) { in report_lr_table_construction()
69 writeln!(self.out, "{}reduce/reduce: {}", INDENT_STRING, rr)?; in report_lr_table_construction()
90 let mut rr: usize = 0; in process_conflicts() localVariable
95 Action::Reduce(_) => rr += 1, in process_conflicts()
102 (sr, rr, conflict_map) in process_conflicts()
/dports/lang/php74/php-7.4.27/tests/lang/
H A DpassByReference_005.phpt30 function rr(&$ref1, &$ref2) {
66 function rr(&$ref1, &$ref2) {
92 rr($u1, $u2);
115 C::rr($u1, $u2);
141 $c->rr($u1, $u2);
219 Deprecated: Non-static method C::rr() should not be called statically in %s on line 112
/dports/lang/perl5.32/perl-5.32.1/cpan/Unicode-Collate/t/
H A Dloc_sq.t61 ok($objSq->lt("r", "rr"));
62 ok($objSq->lt("rz","rr"));
63 ok($objSq->gt("s", "rr"));
95 ok($objSq->eq("rr", "rR"));
129 ok($objSq->lt("rr", "rR"));
170 ok($objSq->gt("rr", "rR"));
/dports/www/mod_php73/php-7.3.33/tests/lang/
H A DpassByReference_005.phpt30 function rr(&$ref1, &$ref2) {
66 function rr(&$ref1, &$ref2) {
92 rr($u1, $u2);
115 C::rr($u1, $u2);
141 $c->rr($u1, $u2);
219 Deprecated: Non-static method C::rr() should not be called statically in %s on line 112
/dports/textproc/p5-Unicode-Collate/Unicode-Collate-1.31/t/
H A Dloc_sq.t56 ok($objSq->lt("r", "rr"));
57 ok($objSq->lt("rz","rr"));
58 ok($objSq->gt("s", "rr"));
90 ok($objSq->eq("rr", "rR"));
124 ok($objSq->lt("rr", "rR"));
165 ok($objSq->gt("rr", "rR"));
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/fontsrv/
H A Dmac.c69 Rectangle rr; in mac2r() local
71 rr.min.x = r.origin.x*size/unit; in mac2r()
72 rr.min.y = r.origin.y*size/unit; in mac2r()
73 rr.max.x = (r.origin.x+r.size.width)*size/unit + 0.99999999; in mac2r()
74 rr.max.y = (r.origin.x+r.size.width)*size/unit + 0.99999999; in mac2r()
75 return rr; in mac2r()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dlinalg.h210 T rr; in ConjugateGradient() local
211 MatMul(r.data(), r.data(), 1, n, 1, &rr); // inner product in ConjugateGradient()
213 if (rr == 0) return; // The initial values were already optimal in ConjugateGradient()
223 alpha = rr / alpha; in ConjugateGradient()
231 T beta = rr2 / rr; in ConjugateGradient()
233 rr = rr2; in ConjugateGradient()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/
H A Dcolortools.cpp42 double ru, rv, rr; in yuvColorWheel() local
63 rr = ru * ru / (w2 * w2) + rv * rv / (h2 * h2); in yuvColorWheel()
64 if (rr > 1) { in yuvColorWheel()
228 double rB, rR, rr; in yPbPrColorWheel() local
247 rr = rB * rB / (w2 * w2) + rR * rR / (h2 * h2); in yPbPrColorWheel()
248 if (rr > 1) { in yPbPrColorWheel()
/dports/games/libretro-mgba/mgba-6186d45/src/gba/
H A Dserialize.c79 if (gba->rr) { in GBASerialize()
80 gba->rr->stateSaved(gba->rr, state); in GBASerialize()
204 if (gba->rr) { in GBADeserialize()
205 gba->rr->stateLoaded(gba->rr, state); in GBADeserialize()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Unicode-Collate/t/
H A Dloc_sq.t56 ok($objSq->lt("r", "rr"));
57 ok($objSq->lt("rz","rr"));
58 ok($objSq->gt("s", "rr"));
90 ok($objSq->eq("rr", "rR"));
124 ok($objSq->lt("rr", "rR"));
165 ok($objSq->gt("rr", "rR"));
/dports/www/mod_php74/php-7.4.27/tests/lang/
H A DpassByReference_005.phpt30 function rr(&$ref1, &$ref2) {
66 function rr(&$ref1, &$ref2) {
92 rr($u1, $u2);
115 C::rr($u1, $u2);
141 $c->rr($u1, $u2);
219 Deprecated: Non-static method C::rr() should not be called statically in %s on line 112
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/python/test/sbml/
H A DTestReadFromFile7.py154 rr = m.getRule(2)
155 self.assert_( rr != None )
156 self.assert_( rr.getVariable() == "p3" )
157 self.assert_( rr.getSBOTerm() == 64 )
158 self.assert_( rr.getSBOTermID() == "SBO:0000064" )
159 ast = rr.getMath()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/python/test/sbml/
H A DTestReadFromFile7.py154 rr = m.getRule(2)
155 self.assert_( rr != None )
156 self.assert_( rr.getVariable() == "p3" )
157 self.assert_( rr.getSBOTerm() == 64 )
158 self.assert_( rr.getSBOTermID() == "SBO:0000064" )
159 ast = rr.getMath()
/dports/lang/php73/php-7.3.33/ext/simplexml/tests/
H A Dbug46003.phpt11 <xx rr='info' />
12 <yy rr='data' />

1...<<451452453454455456457458459460>>...1446