TOpenCLValue::Exp2 Method

Overload List

#SignatureDescription
1TOpenCLBase *Exp2(TOpenCLBase *X, int XIndex, int Index, int Len);
2TOpenCLValue *Exp2(TOpenCLValue *X);Exponent base 2 (2^).

Overload 1: TOpenCLBase *Exp2(TOpenCLBase *X, int XIndex, int Index, int Len);

#NameTypeDescription
1XTOpenCLBase *
2XIndexint
3Indexint
4Lenint
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler

Overload 2: TOpenCLValue *Exp2(TOpenCLValue *X);

Exponent base 2 (2^).

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Calculate the exponent base 2 of X ( 2^X).

See Also: TOpenCLValue::Log2
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler