Home
last modified time | relevance | path

Searched refs:Rint (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/bsim4v5/
H A Db4v5geo.c165 double Rint=0.0, Rend = 0.0; in BSIM4v5RdseffGeo() local
174 Rint = 0.0; in BSIM4v5RdseffGeo()
176 Rint = Rsh * DMCG / ( Weffcj * nuIntS); in BSIM4v5RdseffGeo()
180 Rint = 0.0; in BSIM4v5RdseffGeo()
239 Rint = 0.0; in BSIM4v5RdseffGeo()
241 Rint = Rsh * DMCG / (Weffcj * (nf - 2.0)); in BSIM4v5RdseffGeo()
245 Rint = Rsh * DMCG / (Weffcj * nf); in BSIM4v5RdseffGeo()
256 Rint = 0.0; in BSIM4v5RdseffGeo()
265 if (Rint <= 0.0) in BSIM4v5RdseffGeo()
268 *Rtot = Rint; in BSIM4v5RdseffGeo()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/bsim4/
H A Db4geo.c211 double Rint=0.0, Rend = 0.0; in BSIM4RdseffGeo() local
220 Rint = 0.0; in BSIM4RdseffGeo()
222 Rint = Rsh * DMCG / ( Weffcj * nuIntS); in BSIM4RdseffGeo()
226 Rint = 0.0; in BSIM4RdseffGeo()
285 Rint = 0.0; in BSIM4RdseffGeo()
287 Rint = Rsh * DMCG / (Weffcj * (nf - 2.0)); in BSIM4RdseffGeo()
291 Rint = Rsh * DMCG / (Weffcj * nf); in BSIM4RdseffGeo()
302 Rint = 0.0; in BSIM4RdseffGeo()
311 if (Rint <= 0.0) in BSIM4RdseffGeo()
314 *Rtot = Rint; in BSIM4RdseffGeo()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/bsim4v7/
H A Db4v7geo.c163 double Rint=0.0, Rend = 0.0; in BSIM4v7RdseffGeo() local
172 Rint = 0.0; in BSIM4v7RdseffGeo()
174 Rint = Rsh * DMCG / ( Weffcj * nuIntS); in BSIM4v7RdseffGeo()
178 Rint = 0.0; in BSIM4v7RdseffGeo()
237 Rint = 0.0; in BSIM4v7RdseffGeo()
239 Rint = Rsh * DMCG / (Weffcj * (nf - 2.0)); in BSIM4v7RdseffGeo()
243 Rint = Rsh * DMCG / (Weffcj * nf); in BSIM4v7RdseffGeo()
254 Rint = 0.0; in BSIM4v7RdseffGeo()
263 if (Rint <= 0.0) in BSIM4v7RdseffGeo()
266 *Rtot = Rint; in BSIM4v7RdseffGeo()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/bsim4v6/
H A Db4v6geo.c155 double Rint = 0.0, Rend = 0.0; in BSIM4v6RdseffGeo() local
164 Rint = 0.0; in BSIM4v6RdseffGeo()
166 Rint = Rsh * DMCG / ( Weffcj * nuIntS); in BSIM4v6RdseffGeo()
170 Rint = 0.0; in BSIM4v6RdseffGeo()
229 Rint = 0.0; in BSIM4v6RdseffGeo()
231 Rint = Rsh * DMCG / (Weffcj * (nf - 2.0)); in BSIM4v6RdseffGeo()
235 Rint = Rsh * DMCG / (Weffcj * nf); in BSIM4v6RdseffGeo()
246 Rint = 0.0; in BSIM4v6RdseffGeo()
255 if (Rint <= 0.0) in BSIM4v6RdseffGeo()
258 *Rtot = Rint; in BSIM4v6RdseffGeo()
[all …]
/dports/graphics/gmt/gmt-6.3.0/test/grdview/
H A Ddenver.sh10 gmt grdmath -Rint.nc 104.9903W 39.7392N SDIST = r.nc
16 gmt psscale -Ct.cpt -Rint.nc -J -DJCB+w4i/0.2i+h+o0/0.5i -p -O -Baf >> $ps
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/muparser/src/
H A DmuParser.cpp117 value_type Parser::Rint(value_type v) { return MathImpl<value_type>::Rint(v); } in Rint() function in mu::Parser
304 DefineFun(_T("rint"), Rint); in InitFun()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/muparser_v2_2_4/src/
H A DmuParser.cpp118 value_type Parser::Rint(value_type v) { return MathImpl<value_type>::Rint(v); } in Rint() function in mu::Parser
303 DefineFun(_T("rint"), Rint); in InitFun()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/muparser_v225/src/
H A DmuParser.cpp118 value_type Parser::Rint(value_type v) { return MathImpl<value_type>::Rint(v); } in Rint() function in mu::Parser
303 DefineFun(_T("rint"), Rint); in InitFun()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/function/
H A DRint.java28 public class Rint implements UnivariateFunction { class
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/linear/
H A DSparseRealVectorTest.java33 import org.apache.commons.math3.analysis.function.Rint;
146 new Floor(), new Rint(), new Signum() in createFunctions()
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/
H A DSymbolicParserMuParser.cxx57 static mu::value_type Rint(mu::value_type v);
192 DefineFun(_T("rint"), Rint); // modified in MuParser()
289 value_type MuParser::Rint(value_type v) in Rint() function in MuParser
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/qmuparser/
H A Dqmuparser.cpp256 qreal QmuParser::Rint(qreal v) in Rint() function in qmu::QmuParser
264 return Rint(v*10.0)/10.0; in R2CM()
478 DefineFun(QStringLiteral("rint"), Rint); in InitFun()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/muparser/
H A DmuParser.cpp75 value_type Parser::Rint(value_type v) { return floor(v + (value_type)0.5); } in Rint() function in mu::Parser
238 DefineFun(_T("rint"), Rint); in InitFun()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/muparser/
H A DmuParser.h93 static value_type Rint(value_type);
/dports/science/madness/madness-ebb3fd7/src/madness/external/muParser/
H A DmuParser.cpp77 value_type Parser::Rint(value_type v) { return floor(v + (value_type)0.5); } in Rint() function in mu::Parser
266 DefineFun(_T("rint"), Rint); in InitFun()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Math/
H A DRint.java30 public class Rint { class
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/Math/
H A DRint.java30 public class Rint { class
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/muparser_v225/include/
H A DmuParser.h96 static value_type Rint(value_type);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Math/
H A DRint.java30 public class Rint { class
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/Math/
H A DRint.java30 public class Rint { class
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/Math/
H A DRint.java30 public class Rint { class
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/Math/
H A DRint.java30 public class Rint { class
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/Math/
H A DRint.java30 public class Rint { class
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/Math/
H A DRint.java30 public class Rint { class
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/muparser/include/
H A DmuParser.h102 static value_type Rint(value_type);

123456789