Home
last modified time | relevance | path

Searched +defs:model +defs:matrix (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DTransformation.cpp28 …nsformation::Transformation(const Mat4x4f& projection, const Mat4x4f& view, const Mat4x4f& model) { in Transformation()
43 …rmation::pushTransformation(const Mat4x4f& projection, const Mat4x4f& view, const Mat4x4f& model) { in pushTransformation()
65 void Transformation::pushModelMatrix(const Mat4x4f& matrix) { in pushModelMatrix()
70 void Transformation::replaceAndPushModelMatrix(const Mat4x4f& matrix) { in replaceAndPushModelMatrix()
81 void Transformation::loadProjectionMatrix(const Mat4x4f& matrix) { in loadProjectionMatrix()
86 void Transformation::loadModelViewMatrix(const Mat4x4f& matrix) { in loadModelViewMatrix()
/dports/cad/ldview/ldview-4.4/UnMirrorStuds/
H A DUnMirrorStuds.cpp272 bool UnMirrorStuds::modelIsStud(LDLModel *model) in modelIsStud()
277 bool UnMirrorStuds::checkModel(LDLModel *model, float *matrix, in checkModel()
344 float *matrix) in mirrorFilename()
372 void UnMirrorStuds::mirrorModel(LDLModel *model, float *matrix, in mirrorModel()
462 bool UnMirrorStuds::processModel(LDLModel *model, float *matrix) in processModel()
/dports/math/R-cran-car/car/R/
H A DlinearHypothesis.R170 linearHypothesis <- function (model, ...) argument
173 lht <- function (model, ...) argument
199 linearHypothesis.default <- function(model, hypothesis.matrix, rhs=NULL, argument
273 linearHypothesis.glm <- function(model, ...) argument
276 linearHypothesis.lm <- function(model, hypothesis.matrix, rhs=NULL, argument
325 linearHypothesis.mlm <- function(model, hypothesis.matrix, rhs=NULL, SSPE, V, argument
529 linearHypothesis.survreg <- function(model, hypothesis.matrix, rhs=NULL, argument
544 linearHypothesis.polr <- function (model, hypothesis.matrix, rhs=NULL, vcov., verbose=FALSE, ...){ argument
583 linearHypothesis.merMod <- function(model, hypothesis.matrix, rhs=NULL, argument
591 linearHypothesis.mer <- function(model, hypothesis.matrix, rhs=NULL, argument
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/ltra/
H A Dltraset.c14 LTRAsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *state) in LTRAsetup()
20 LTRAmodel *model = (LTRAmodel *) inModel; in LTRAsetup() local
225 LTRAmodel *model; in LTRAunsetup() local
262 LTRAmodel* model = (LTRAmodel*)gen_model; in LTRAmDelete() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/tra/
H A Dtrasetup.c18 TRAsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *state) in TRAsetup()
23 TRAmodel *model = (TRAmodel *)inModel; in TRAsetup() local
120 TRAmodel *model; in TRAunsetup() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/ccvs/
H A Dccvsset.c18 CCVSsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states) in CCVSsetup()
20 CCVSmodel *model = (CCVSmodel*)inModel; in CCVSsetup() local
71 CCVSmodel *model; in CCVSunsetup() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/ind/
H A Dindsetup.c14 INDsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states) in INDsetup()
19 INDmodel *model = (INDmodel*)inModel; in INDsetup() local
112 INDmodel *model; in INDunsetup() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/vcvs/
H A Dvcvsset.c19 VCVSsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states) in VCVSsetup()
21 VCVSmodel *model = (VCVSmodel *)inModel; in VCVSsetup() local
67 VCVSmodel *model; in VCVSunsetup() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/vsrc/
H A Dvsrcset.c15 VSRCsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *state) in VSRCsetup()
20 VSRCmodel *model = (VSRCmodel *)inModel; in VSRCsetup() local
64 VSRCmodel *model; in VSRCunsetup() local
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/res/
H A Dressetup.c17 RESsetup(matrix,inModel,ckt,state) in RESsetup() argument
27 RESmodel *model = (RESmodel *)inModel; local
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/cap/
H A Dcapsetup.c17 CAPsetup(matrix,inModel,ckt,states) in CAPsetup() argument
27 CAPmodel *model = (CAPmodel*)inModel; local
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/sw/
H A Dswsetup.c15 SWsetup(matrix,inModel,ckt,states) in SWsetup() argument
25 SWmodel *model = (SWmodel *)inModel; local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/mos6/
H A Dmos6set.c19 MOS6setup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, in MOS6setup()
22 MOS6model *model = (MOS6model *)inModel; in MOS6setup() local
227 MOS6model *model; in MOS6unsetup() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/hfet2/
H A Dhfet2setup.c15 int HFET2setup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states) in HFET2setup()
18 HFET2model *model = (HFET2model*)inModel; in HFET2setup() local
210 HFET2model *model; in HFET2unsetup() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/bjt/
H A Dbjtsetup.c24 BJTsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states) in BJTsetup()
29 BJTmodel *model = (BJTmodel*)inModel; in BJTsetup() local
530 BJTmodel *model; in BJTunsetup() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/bsim1/
H A Db1set.c15 B1setup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, in B1setup()
22 B1model *model = (B1model*)inModel; in B1setup() local
406 B1model *model; in B1unsetup() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/mos2/
H A Dmos2set.c16 MOS2setup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states) in MOS2setup()
21 MOS2model *model = (MOS2model *)inModel; in MOS2setup() local
240 MOS2model *model; in MOS2unsetup() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/vbic/
H A Dvbicsetup.c25 VBICsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states) in VBICsetup()
30 VBICmodel *model = (VBICmodel*)inModel; in VBICsetup() local
597 VBICmodel *model; in VBICunsetup() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/hicum2/
H A Dhicum2setup.c24 HICUMsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states) in HICUMsetup()
29 HICUMmodel *model = (HICUMmodel*)inModel; in HICUMsetup() local
801 HICUMmodel *model; in HICUMunsetup() local
868 HICUMmodel* model = (HICUMmodel*)gen_model; in HICUMmDelete() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/mos9/
H A Dmos9set.c19 MOS9setup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states) in MOS9setup()
25 register MOS9model *model = (MOS9model *)inModel; in MOS9setup() local
265 MOS9model *model; in MOS9unsetup() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/asrc/
H A Dasrcset.c24 int ASRCsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, in ASRCsetup()
28 ASRCmodel *model = (ASRCmodel*) inModel; in ASRCsetup() local
130 ASRCmodel *model = (ASRCmodel *) inModel; in ASRCunsetup() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/mos3/
H A Dmos3set.c19 MOS3setup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *states) in MOS3setup()
25 MOS3model *model = (MOS3model *)inModel; in MOS3setup() local
265 MOS3model *model; in MOS3unsetup() local
/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DFallingBlock.h36 IModel *model; variable
38 Matrix4 matrix; variable
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/bsim2/
H A Db2set.c19 B2setup(matrix,inModel,ckt,states) in B2setup() argument
29 register B2model *model = (B2model*)inModel; local
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/jfet/
H A Djfetset.c23 JFETsetup(matrix,inModel,ckt,states) in JFETsetup() argument
33 JFETmodel *model = (JFETmodel*)inModel; local

12345678910>>...21