Home
last modified time | relevance | path

Searched refs:Smax (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Substances/Solids/
H A DSolidHPLandau.cpp24 auto Smax = transProp[1]; in thermoPropertiesHPLandau() local
30 if ( Smax <= 0) in thermoPropertiesHPLandau()
31 Smax = 1.0e-20; in thermoPropertiesHPLandau()
38 Tcr = Tcr0 + Vmax/Smax * (Pbar); in thermoPropertiesHPLandau()
47 dQq = - TK*Vmax/(4.*pow((1.+TK/Tcr),0.75)*pow(Tcr,2.)*Smax); in thermoPropertiesHPLandau()
62 auto smq = Smax * Tcr0 *( pow(Q298,2.) - pow(Q298,6.)/3. ); in thermoPropertiesHPLandau()
68 …tps.gibbs_energy += ( smq - TK*Smax*pow(Q298,2.) + ivdp + Smax*((TK-Tcr)*pow(Qq_,2.) + Tcr*pow(Qq_… in thermoPropertiesHPLandau()
71 …tps.volume = ( v_bis + 2.*Smax*(TK-Tcr)*Qq_*dQq_ - Smax*pow(Qq_,2.)*Vmax/Smax + Tcr*pow(Qq_… in thermoPropertiesHPLandau()
75 …tps.gibbs_energy += ( smq - TK*Smax*pow(Q298,2.) + ivdp + Smax*((TK-Tcr)*pow(Qq,2.) + Tcr*pow(Qq,6… in thermoPropertiesHPLandau()
78 …tps.volume = ( v_bis + 2.*Smax*(TK-Tcr)*Qq*dQq - Smax*pow(Qq,2.)*Vmax/Smax + Tcr*pow(Qq,2.)… in thermoPropertiesHPLandau()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/Utils/
H A Drelplot.pl29 my $Smax = ($opt_p || $opt_a || $opt_s) ? 1 : 0;
32 $Smax = $_ if $_>$Smax;
34 $Smax = ($Smax>0.2) ? sprintf("%3.1f", $Smax) : 0.2 ;
42 /Smax $Smax def
/dports/math/gravity/Gravity-da941e9/examples/Optimization/NonLinear/Power/CPXOPF/
H A DCPXOPF_main.cpp94 auto Smax = grid.Smax.in(arcs); in main() local
127 var<Cpx> S_from("S_from", -1*Smax,Smax); in main()
128 var<Cpx> S_to("S_to", -1*Smax,Smax); in main()
175 Thermal_Limit_from = sqrmag(S_from) - sqrmag(Smax); in main()
179 Thermal_Limit_to = sqrmag(S_to) - sqrmag(Smax); in main()
/dports/benchmarks/nosqlbench/nosqlbench-0.0.20151214/sources/
H A Dnb_stat.c237 s->Smax = max; in nb_history_init()
262 long long epoch = t * s->Smax / 1000000; in nb_history_add()
265 if (e_start < epoch - s->Smax) in nb_history_add()
266 e_start = epoch - s->Smax; in nb_history_add()
268 long long pos = e % s->Smax; in nb_history_add()
277 long long pos = epoch % s->Smax; in nb_history_add()
291 long long epoch = t * s->Smax / 1000000; in nb_history_avg()
292 long long min_epoch = epoch - s->Smax + 1; in nb_history_avg()
297 for (; i < s->Smax; i++) { in nb_history_avg()
307 total_time += 1. / s->Smax; in nb_history_avg()
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/QGLViewer/VRender/
H A DPrimitivePositioning.cpp422 vector<int>& signs,vector<double>& zvals,int& Smin,int& Smax,double I_EPS) in getsigns() argument
430 Smax = -1 ; in getsigns()
460 if(Smax < signs[j]) Smax = signs[j] ; in getsigns()
473 int Smax = -1 ; in split() local
475 getsigns(P,v,C,Signs,Zvals,Smin,Smax,_EPS) ; in split()
479 …if((Smin == 0)&&(Smax == 0)){ P_moins = P ; P_plus = nullptr ; return ; } // Polygone inclus dans … in split()
481 if(Smax == -1) { P_plus = nullptr ; P_moins = P ; return ; } // Polygone tout negatif in split()
604 int Smax = -1 ; in split() local
606 getsigns(S,v,C,Signs,Zvals,Smin,Smax,_EPS) ; in split()
610 …if((Smin == 0)&&(Smax == 0)) { P_moins = S ; P_plus = nullptr ; return ; } // Polygone inclus dan… in split()
[all …]
H A DBSPSortMethod.cpp319 int Smax = -1; in Classify() local
337 if(Smax < Signs[i]) Smax = Signs[i]; in Classify()
342 if((Smin == 0)&&(Smax == 0)) in Classify()
360 if(Smax == -1) in Classify()
367 if((Smin == -1)&&(Smax == 0)) in Classify()
374 if((Smin == 0)&&(Smax == 1)) in Classify()
/dports/math/octomap/octomap-1.9.7/octovis/src/extern/QGLViewer/VRender/
H A DPrimitivePositioning.cpp422 vector<int>& signs,vector<double>& zvals,int& Smin,int& Smax,double I_EPS) in getsigns() argument
430 Smax = -1 ; in getsigns()
460 if(Smax < signs[j]) Smax = signs[j] ; in getsigns()
473 int Smax = -1 ; in split() local
475 getsigns(P,v,C,Signs,Zvals,Smin,Smax,_EPS) ; in split()
479 …if((Smin == 0)&&(Smax == 0)){ P_moins = P ; P_plus = NULL ; return ; } // Polygone inclus dans le … in split()
481 if(Smax == -1) { P_plus = NULL ; P_moins = P ; return ; } // Polygone tout negatif in split()
604 int Smax = -1 ; in split() local
606 getsigns(S,v,C,Signs,Zvals,Smin,Smax,_EPS) ; in split()
610 …if((Smin == 0)&&(Smax == 0)) { P_moins = S ; P_plus = NULL ; return ; } // Polygone inclus dans l… in split()
[all …]
H A DBSPSortMethod.cpp319 int Smax = -1; in Classify() local
337 if(Smax < Signs[i]) Smax = Signs[i]; in Classify()
342 if((Smin == 0)&&(Smax == 0)) in Classify()
360 if(Smax == -1) in Classify()
367 if((Smin == -1)&&(Smax == 0)) in Classify()
374 if((Smin == 0)&&(Smax == 1)) in Classify()
/dports/science/qmcpack/qmcpack-3.11.0/src/Particle/LongRange/
H A DLRBreakup.h152 Smax = std::max(S[i], Smax); in DoBreakup()
278 Smax = std::max(S[i], Smax); in DoGradBreakup()
526 mRealType Smax = S[0]; in DoBreakup() local
528 Smax = std::max(S[i], Smax); in DoBreakup()
698 Smax = std::max(S[i], Smax); in DoGradBreakup()
868 Smax = std::max(S[i], Smax); in DoStrainBreakup()
1133 Smax = std::max(S[i], Smax); in DoAllBreakup()
1150 Smax = Sf[0]; in DoAllBreakup()
1152 Smax = std::max(Sf[i], Smax); in DoAllBreakup()
1169 Smax = Ss[0]; in DoAllBreakup()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.in.poly/
H A Dgetformat.c12 short Smin, Smax; in getformat() local
60 Smax = (short)max; in getformat()
62 if (Smin == min && Smax == max) in getformat()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Datomic_rmw_op.rs32 Smax, enumerator
48 AtomicRmwOp::Smax => "smax", in fmt()
68 "smax" => Ok(AtomicRmwOp::Smax), in from_str()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Datomic_rmw_op.rs32 Smax, enumerator
48 AtomicRmwOp::Smax => "smax", in fmt()
68 "smax" => Ok(AtomicRmwOp::Smax), in from_str()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Datomic_rmw_op.rs32 Smax, enumerator
48 AtomicRmwOp::Smax => "smax", in fmt()
68 "smax" => Ok(AtomicRmwOp::Smax), in from_str()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Datomic_rmw_op.rs32 Smax, enumerator
48 AtomicRmwOp::Smax => "smax", in fmt()
68 "smax" => Ok(AtomicRmwOp::Smax), in from_str()
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/maple/
H A Dcommon-procedures.mpl458 Smax:=abs(S):
459 Smin:=Smax:
472 if abs(coeff(poly,x,i)) < xmax*Smax # may be improved to xmax*Smax/2
474 printf(" coeff=%1.20e, xmax*Smax=%1.20e" , abs(coeff(poly,x,i)), xmax*Smax ):
481 Smax := Snorm + deltap:
483 deltap, Smin, Smax:
530 Smax:=abs(S):
531 Smin:=Smax:
545 if abs(coeff(poly,x,i)) < xmax*Smax # may be improved to xmax*Smax/2
553 Smax := Snorm + deltap:
[all …]
/dports/math/crlibm/crlibm-1.0beta4/maple/
H A Dcommon-procedures.mpl458 Smax:=abs(S):
459 Smin:=Smax:
472 if abs(coeff(poly,x,i)) < xmax*Smax # may be improved to xmax*Smax/2
474 printf(" coeff=%1.20e, xmax*Smax=%1.20e" , abs(coeff(poly,x,i)), xmax*Smax ):
481 Smax := Snorm + deltap:
483 deltap, Smin, Smax:
530 Smax:=abs(S):
531 Smin:=Smax:
545 if abs(coeff(poly,x,i)) < xmax*Smax # may be improved to xmax*Smax/2
553 Smax := Snorm + deltap:
[all …]
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/KabylakeSiliconPkg/Pch/PchInit/Dxe/
H A DPchScs.c1166 UINT8 Smax; in EmmcRxHs400Tuning() local
1309 Smax = DllCount; in EmmcRxHs400Tuning()
1313 Smax = DllCount; in EmmcRxHs400Tuning()
1320 Smax = DllCount - 1; in EmmcRxHs400Tuning()
1346 Sopt = (Smax - Smin) / 2 + Smin; in EmmcRxHs400Tuning()
1396 UINT8 Smax; in EmmcTxHs400Tuning() local
1408 Smax = TX_DATA_DLL_TAP_MAX_MEPT; in EmmcTxHs400Tuning()
1526 Smax = DllCount; in EmmcTxHs400Tuning()
1540 Smax = DllCount - 1; in EmmcTxHs400Tuning()
1563 N = Smax - Smin; in EmmcTxHs400Tuning()
[all …]
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/maple/
H A Dcommon-procedures.mpl479 Smax:=abs(S):
480 Smin:=Smax:
493 if abs(coeff(poly,x,i)) < xmax*Smax # may be improved to xmax*Smax/2
495 printf(" coeff=%1.20e, xmax*Smax=%1.20e" , abs(coeff(poly,x,i)), xmax*Smax ):
502 Smax := Snorm + deltap:
504 deltap, Smin, Smax:
551 Smax:=abs(S):
552 Smin:=Smax:
566 if abs(coeff(poly,x,i)) < xmax*Smax # may be improved to xmax*Smax/2
574 Smax := Snorm + deltap:
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dinst_common.rs74 Smax, enumerator
91 ir::AtomicRmwOp::Smax => AtomicRmwOp::Smax, in from()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dinst_common.rs74 Smax, enumerator
91 ir::AtomicRmwOp::Smax => AtomicRmwOp::Smax, in from()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/machinst/
H A Dinst_common.rs74 Smax, enumerator
91 ir::AtomicRmwOp::Smax => AtomicRmwOp::Smax, in from()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dinst_common.rs74 Smax, enumerator
91 ir::AtomicRmwOp::Smax => AtomicRmwOp::Smax, in from()
/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dvertex_colors.cc81 Smax = maxcolor.saturation, in vertex_colors() local
82 Sdiff = Smax-Smin, in vertex_colors()
96 *c = HSV(Hmax-k*Hdiff, Smax-k*Sdiff, Vmax-k*Vdiff); in vertex_colors()
/dports/math/R-cran-irlba/irlba/src/
H A Dutility.c77 convtests (int Bsz, int n, double tol, double svtol, double Smax, in convtests() argument
83 if ((fabs (residuals[j]) < tol * Smax) && (svratio[j] < svtol)) in convtests()
/dports/math/R-cran-irlba/irlba/R/
H A Dirlba.R439 Smax <- 1 # Max value of all computed singular values of functionVar
638 Smax <- Bsvd$d[1]
643 Smax <- max(Smax, Bsvd$d[1])
646 Smax <- max(eps23, Smax)
647 if (! reorth && Smin / Smax < sqrteps)
663 ct <- convtests(Bsz, tol, k_org, Bsvd, abs(R), k, Smax, lastsv, svtol, maxritz, work, S)
680 if (smallest && (Smin / Smax > sqrteps))

12345678