◆ ArgsPushed()
◆ ArgsUsed()
icUInt16Number ArgsUsed(CIccMpeCalculator *pCalc)
Definition IccMpeCalc.cpp:2222
References SIccCalcOp::ArgsUsed().
◆ Describe()
virtual void IIccOpDef::Describe |
( |
SIccCalcOp & |
op, |
|
|
std::string & |
desc, |
|
|
int |
nVerboseness |
|
) |
| |
|
inlinevirtualinherited |
void Describe(std::string &desc, int nVerboseness=100)
Definition IccMpeCalc.cpp:1787
References SIccCalcOp::Describe().
◆ Exec()
Reimplemented from IIccOpDef.
1594 {
1595 int j, n = op->
data.select.v1 + 1;
1597 int tn = n * 2;
1598 size_t ss = os.
pStack->size();
1599 if (tn > (int)ss)
1600 return false;
1603 for (j = 0; j < n; j++) {
1604 a1 = s[j];
1605 a2 = s[j + n];
1606 s[j] = (a1 == a2 ?
1608 ((!memcmp(&a1, &nan, sizeof(
icFloatNumber)) && !memcmp(&a1, &a2, sizeof(a1))) ?
1611 }
1613 return true;
1614 }
CIccFloatVector * pStack
Definition IccMpeCalc.h:275
#define OsShrinkArgs(N)
Definition IccMpeCalc.cpp:196
float icFloatNumber
Definition IccDefs.h:101
#define icNotANumber
Definition IccUtil.h:88
union SIccCalcOp::@1 data
References SIccOpState::pStack.
◆ IsValid()
The documentation for this class was generated from the following file: