Home
last modified time | relevance | path

Searched refs:matrixType (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/net-im/libquotient/libQuotient-0.6.8/lib/events/
H A Deventloader.h27 const QString& matrixType) in loadEvent() argument
29 if (auto e = EventFactory<BaseEventT>::make(json, matrixType)) in loadEvent()
54 inline event_ptr_tt<BaseEventT> loadEvent(const QString& matrixType, in loadEvent() argument
57 return _impl::loadEvent<BaseEventT>(basicEventJson(matrixType, content), in loadEvent()
58 matrixType); in loadEvent()
67 inline StateEventPtr loadStateEvent(const QString& matrixType,
72 basicStateEventJson(matrixType, content, stateKey), matrixType);
H A Dstateevent.cpp28 [](const QJsonObject& json, const QString& matrixType) -> StateEventPtr { in __anon7a154f860102() argument
32 if (auto e = StateEventBase::factory_t::make(json, matrixType)) in __anon7a154f860102()
38 StateEventBase::StateEventBase(Event::Type type, event_mtype_t matrixType, in StateEventBase() argument
41 : RoomEvent(type, basicStateEventJson(matrixType, contentJson, stateKey)) in StateEventBase()
H A Dstateevent.h27 inline QJsonObject basicStateEventJson(StrT matrixType,
31 return { { TypeKey, std::forward<StrT>(matrixType) },
42 StateEventBase(Type type, event_mtype_t matrixType,
101 explicit StateEvent(Type type, event_mtype_t matrixType, in StateEvent() argument
104 : StateEventBase(type, matrixType, stateKey) in StateEvent()
H A Droomevent.cpp30 RoomEvent::RoomEvent(Type type, event_mtype_t matrixType, in RoomEvent() argument
32 : Event(type, matrixType, contentJson) in RoomEvent()
126 CallEventBase::CallEventBase(Type type, event_mtype_t matrixType, in CallEventBase() argument
129 : RoomEvent(type, matrixType, in CallEventBase()
H A Devent.cpp54 Event::Event(Type type, event_mtype_t matrixType, const QJsonObject& contentJson) in Event() argument
55 : Event(type, basicEventJson(matrixType, contentJson)) in Event()
60 QString Event::matrixType() const { return fullJson()[TypeKeyL].toString(); } in matrixType() function in Event
H A Devent.h75 inline QJsonObject basicEventJson(StrT matrixType, const QJsonObject& content) in basicEventJson() argument
77 return { { TypeKey, std::forward<StrT>(matrixType) }, in basicEventJson()
171 const QString& matrixType) in make() argument
174 if (auto e = f(json, matrixType)) in make()
230 explicit Event(Type type, event_mtype_t matrixType,
238 QString matrixType() const;
266 dbg.noquote().nospace() << e.matrixType() << '(' << e.type() << "): ";
H A Droommessageevent.cpp58 QString matrixType; member
81 return it->matrixType; in msgTypeToJson()
86 MsgType jsonToMsgType(const QString& matrixType) in jsonToMsgType() argument
90 return mtd.matrixType == matrixType; in jsonToMsgType()
193 if (mt.matrixType == msgtype) { in RoomMessageEvent()
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/events/
H A Deventloader.h27 const QString& matrixType) in loadEvent() argument
29 if (auto e = EventFactory<BaseEventT>::make(json, matrixType)) in loadEvent()
54 inline event_ptr_tt<BaseEventT> loadEvent(const QString& matrixType, in loadEvent() argument
57 return _impl::loadEvent<BaseEventT>(basicEventJson(matrixType, content), in loadEvent()
58 matrixType); in loadEvent()
67 inline StateEventPtr loadStateEvent(const QString& matrixType,
72 basicStateEventJson(matrixType, content, stateKey), matrixType);
H A Dstateevent.cpp28 [](const QJsonObject& json, const QString& matrixType) -> StateEventPtr { in __anonfcfe6bc40102() argument
32 if (auto e = StateEventBase::factory_t::make(json, matrixType)) in __anonfcfe6bc40102()
38 StateEventBase::StateEventBase(Event::Type type, event_mtype_t matrixType, in StateEventBase() argument
41 : RoomEvent(type, basicStateEventJson(matrixType, contentJson, stateKey)) in StateEventBase()
H A Dstateevent.h27 inline QJsonObject basicStateEventJson(StrT matrixType,
31 return { { TypeKey, std::forward<StrT>(matrixType) },
42 StateEventBase(Type type, event_mtype_t matrixType,
101 explicit StateEvent(Type type, event_mtype_t matrixType, in StateEvent() argument
104 : StateEventBase(type, matrixType, stateKey) in StateEvent()
H A Droomevent.cpp30 RoomEvent::RoomEvent(Type type, event_mtype_t matrixType, in RoomEvent() argument
32 : Event(type, matrixType, contentJson) in RoomEvent()
126 CallEventBase::CallEventBase(Type type, event_mtype_t matrixType, in CallEventBase() argument
129 : RoomEvent(type, matrixType, in CallEventBase()
H A Devent.cpp54 Event::Event(Type type, event_mtype_t matrixType, const QJsonObject& contentJson) in Event() argument
55 : Event(type, basicEventJson(matrixType, contentJson)) in Event()
60 QString Event::matrixType() const { return fullJson()[TypeKeyL].toString(); } in matrixType() function in Event
H A Devent.h75 inline QJsonObject basicEventJson(StrT matrixType, const QJsonObject& content) in basicEventJson() argument
77 return { { TypeKey, std::forward<StrT>(matrixType) }, in basicEventJson()
171 const QString& matrixType) in make() argument
174 if (auto e = f(json, matrixType)) in make()
230 explicit Event(Type type, event_mtype_t matrixType,
238 QString matrixType() const;
266 dbg.noquote().nospace() << e.matrixType() << '(' << e.type() << "): ";
H A Droommessageevent.cpp58 QString matrixType; member
81 return it->matrixType; in msgTypeToJson()
86 MsgType jsonToMsgType(const QString& matrixType) in jsonToMsgType() argument
90 return mtd.matrixType == matrixType; in jsonToMsgType()
193 if (mt.matrixType == msgtype) { in RoomMessageEvent()
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dpattern.cpp37 impl->matrixType = uint8_t(matrixType); in blPatternImplNew()
122 uint32_t matrixType = BL_MATRIX2D_TYPE_IDENTITY; in blPatternInitAs() local
126 matrixType = matrix->type(); in blPatternInitAs()
128 BLInternalPatternImpl* impl = blPatternImplNew(image, area, extendMode, matrixType, matrix); in blPatternInitAs()
173 selfI->matrixType = otherI->matrixType; in blPatternAssignDeep()
191 uint32_t matrixType = BL_MATRIX2D_TYPE_IDENTITY; in blPatternCreate() local
195 matrixType = matrix->type(); in blPatternCreate()
208 selfI->matrixType = uint8_t(matrixType); in blPatternCreate()
272 if (opType == 0 && selfI->matrixType == BL_MATRIX2D_TYPE_IDENTITY) in blPatternApplyMatrixOp()
279 selfI->matrixType = uint8_t(selfI->matrix.type()); in blPatternApplyMatrixOp()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/lua/
H A Dbitmap_statistics.lua31 matrixType = matrix:getType()
32 if matrixType.perspective then
34 elseif matrixType.affine then
36 elseif matrixType.scale then
43 elseif matrixType.translate then
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dpexsi_interface.F82 matrixType, isSymbolicFactorize, ordering, rowOrdering, & argument
92 INTEGER, INTENT(IN), OPTIONAL :: matrixType, & local
118 IF (PRESENT(matrixType)) pexsi_options%options%matrixType = matrixType
140 MARK_USED(matrixType)
183 matrixType, isSymbolicFactorize, ordering, rowOrdering, & argument
192 INTEGER, INTENT(OUT), OPTIONAL :: matrixType, & local
218 IF (PRESENT(matrixType)) matrixType = pexsi_options%options%matrixType
241 IF (PRESENT(matrixType)) matrixType = -1
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dpexsi_interface.F82 matrixType, isSymbolicFactorize, ordering, rowOrdering, & argument
92 INTEGER, INTENT(IN), OPTIONAL :: matrixType, & local
118 IF (PRESENT(matrixType)) pexsi_options%options%matrixType = matrixType
140 MARK_USED(matrixType)
183 matrixType, isSymbolicFactorize, ordering, rowOrdering, & argument
192 INTEGER, INTENT(OUT), OPTIONAL :: matrixType, & local
218 IF (PRESENT(matrixType)) matrixType = pexsi_options%options%matrixType
241 IF (PRESENT(matrixType)) matrixType = -1
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Video/BridgeOpenCV/include/
H A DitkOpenCVVideoCapture.hxx158 int matrixType = CV_MAKETYPE(depth, channels); in retrieve() local
166 if (matrixType == CV_8UC1 || matrixType == CV_8SC1) in retrieve()
173 else if (matrixType == CV_8UC3 || matrixType == CV_8SC3) in retrieve()
192 image.create(size[0], size[1], matrixType); in retrieve()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/glsl/
H A Dglslsemantic.cpp602 _type = _engine->matrixType(_engine->floatType(), 2, 2); in visit()
606 _type = _engine->matrixType(_engine->floatType(), 2, 3); in visit()
610 _type = _engine->matrixType(_engine->floatType(), 2, 4); in visit()
615 _type = _engine->matrixType(_engine->floatType(), 3, 2); in visit()
620 _type = _engine->matrixType(_engine->floatType(), 3, 3); in visit()
624 _type = _engine->matrixType(_engine->floatType(), 3, 4); in visit()
629 _type = _engine->matrixType(_engine->floatType(), 4, 2); in visit()
633 _type = _engine->matrixType(_engine->floatType(), 4, 3); in visit()
638 _type = _engine->matrixType(_engine->floatType(), 4, 4); in visit()
645 _type = _engine->matrixType(_engine->doubleType(), 2, 2); in visit()
[all …]
/dports/math/linbox/linbox-1.6.3/linbox/matrix/densematrix/
H A Dblas-matrix.h858 BlasSubmatrix (matrixType &M,
871 BlasSubmatrix (matrixType &M);
1057 typedef typename matrixType::RowIterator RowIterator;
1058 typedef typename matrixType::ConstRowIterator ConstRowIterator;
1059 typedef typename matrixType::Row Row;
1060 typedef typename matrixType::ConstRow ConstRow;
1070 typedef typename matrixType::ColIterator ColIterator;
1071 typedef typename matrixType::ConstColIterator ConstColIterator;
1072 typedef typename matrixType::Col Col;
1073 typedef typename matrixType::Column Column;
[all …]
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DPardisoSolver.h66 …um { REAL_STRUCTURAL_SYM = 1, REAL_SPD = 2, REAL_SYM_INDEFINITE = -2, REAL_UNSYM = 11 } matrixType; typedef
74 …PardisoSolver(const SparseMatrix * A, int numThreads = 1, matrixType mtype = REAL_SYM_INDEFINITE, …
116 matrixType mtype;
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/sparseSolver/
H A DPardisoSolver.h66 …um { REAL_STRUCTURAL_SYM = 1, REAL_SPD = 2, REAL_SYM_INDEFINITE = -2, REAL_UNSYM = 11 } matrixType; typedef
74 …PardisoSolver(const SparseMatrix * A, int numThreads = 1, matrixType mtype = REAL_SYM_INDEFINITE, …
116 matrixType mtype;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/gles1/
H A DMatrixLoadTest.cpp90 auto matrixType = modeType.second; in TEST_P() local
94 glGetFloatv(matrixType, outputMatrix.data()); in TEST_P()
99 glGetFloatv(matrixType, outputMatrix.data()); in TEST_P()
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/macros/
H A Dgmres.sci60 matrixType = 1;
62 matrixType = 1;
64 matrixType = 0;
67 if (matrixType == 1),
76 if (matrixType==1),
173 if (matrixType == 1),
201 if (matrixType == 1),
217 if (matrixType == 1),
264 if (matrixType == 1),

1234567