Home
last modified time | relevance | path

Searched refs:SOperator (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/libs/database/item/query/
H A Ditemquerybuilder_p.h86 enum SOperator enum
105 SOperator op;
116 enum SOperator op,
H A Ditemquerybuilder_p.cpp39 enum SOperator op, in build()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dlibfaust-box-c.h45 enum SOperator { kAdd, kSub, kMul, kDiv, kRem, kLsh, kARsh, kLRsh, kGT, kLT, kGE, kLE, kEQ, kNE, kA… enum
347 Box CboxBinOp(SOperator op);
349 Box CboxBinOpAux(SOperator op, Box b1, Box b2);
H A Dlibfaust-box.h41 enum SOperator { kAdd, kSub, kMul, kDiv, kRem, kLsh, kARsh, kLRsh, kGT, kLT, kGE, kLE, kEQ, kNE, kA… enum
353 Box boxBinOp(SOperator op);
355 Box boxBinOp(SOperator op, Box b1, Box b2);
H A Dlibfaust-signal-c.h46 enum SOperator { kAdd, kSub, kMul, kDiv, kRem, kLsh, kARsh, kLRsh, kGT, kLT, kGE, kLE, kEQ, kNE, kA… enum
254 Signal CsigBinOp(enum SOperator op, Signal x, Signal y);
H A Dlibfaust-signal.h41 enum SOperator { kAdd, kSub, kMul, kDiv, kRem, kLsh, kARsh, kLRsh, kGT, kLT, kGE, kLE, kEQ, kNE, kA… enum
259 Signal sigBinOp(SOperator op, Signal x, Signal y);
/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Dbinop.hh216 enum SOperator { kAdd, kSub, kMul, kDiv, kRem, kLsh, kARsh, kLRsh, kGT, kLT, kGE, kLE, kEQ, kNE, kA… enum
/dports/audio/faust/faust-2.37.3/compiler/
H A Dlibcode.cpp2411 EXPORT Tree CsigBinOp(SOperator op, Tree x, Tree y) in CsigBinOp()
2719 EXPORT Tree boxBinOp(SOperator op) in boxBinOp()
2991 EXPORT Tree boxBinOp(SOperator op, Tree b1, Tree b2) in boxBinOp()
3334 EXPORT Tree CboxBinOp(SOperator op) in CboxBinOp()
3599 Tree CboxBinOpAux(SOperator op, Tree b1, Tree b2) in CboxBinOpAux()