Home
last modified time | relevance | path

Searched refs:upperT (Results 1 – 11 of 11) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dborderarcstroker.cpp271 qreal upperT = 1; in tAtLength() local
275 const qreal t = lowerT + (upperT - lowerT) / 2; in tAtLength()
285 upperT = t; in tAtLength()
308 qreal upperT = 1; in tAtIntersection() local
314 const qreal t = lowerT + (upperT - lowerT) / 2; in tAtIntersection()
324 upperT = t; in tAtIntersection()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.cpp297 float upperT; in xRayCrossesMonotonicCubic() local
302 upperT = 1; in xRayCrossesMonotonicCubic()
305 upperT = 0; in xRayCrossesMonotonicCubic()
309 float t = 0.5f * (upperT + lowerT); in xRayCrossesMonotonicCubic()
314 upperT = t; in xRayCrossesMonotonicCubic()
/dports/math/R-cran-survey/survey/R/
H A Dnewsvyquantile.R237 upperT <- max(x) - iqr/100 functionVar
240 …qlow<- uniroot(scoretest, interval = c(lowerT, upperT), qlimit = qcrit(alpha/2, lower.tail = FALSE…
241 …qup<-uniroot(scoretest, interval = c(lowerT, upperT), qlimit = qcrit(alpha/2, lower.tail = TRUE), …
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/
H A DThermoParameters.h15 double upperT, lowerT, upperP, lowerP; member
H A DReaction.h128 auto upperT( ) const -> double;
H A DSubstance.h140 auto upperT() const -> double;
H A DSubstance.cpp259 auto Substance::upperT( ) const -> double in upperT() function in ThermoFun::Substance
H A DGlobalVariables.h731 static const char * upperT = "limitsTP.upperT"; variable
H A DReaction.cpp307 auto Reaction::upperT( ) const -> double in upperT() function in ThermoFun::Reaction
/dports/science/thermofun/thermofun-0.3.8/python/pyThermoFun/
H A DpyReaction.cpp64 … .def("upperT", &Reaction::upperT,"Return lower temperature limit of the correction method (K)") in exportReaction()
H A DpySubstance.cpp66 … .def("upperT", &Substance::upperT, "Return lower temperature limit of the correction method (K)") in exportSubstance()