Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clValue operator+(const TCplx &Left, const clValue &Right); | Add left to aRight and return result. |
| 2 | clValue operator+(const clValue &Left, const TCplx &Right); | Add Right to Left and return result. |
| 3 | clValue operator+(double Left, const clValue &Right); | Add Left to Right and return result. |
| 4 | clValue operator+(const clValue &Left, double Right); | Add Right to Left and return result. |
| 5 | clValue operator+(TOpenCLValue *Left, const clValue &Right); | Add Left and Right. |
| 6 | clValue operator+(const clValue &Left, TOpenCLValue *Right); | Add Left and Right. |
| 7 | clValue operator+(const clValue &Left, const clValue &Right); | Add Left and Right. |
Overload 1: clValue operator+(const TCplx &Left, const clValue &Right);
Add left to aRight and return result.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: clValue operator+(const clValue &Left, const TCplx &Right);
Add Right to Left and return result.
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 3: clValue operator+(double Left, const clValue &Right);
Add Left to Right and return result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | double | |
| 2 | Right | const clValue & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 4: clValue operator+(const clValue &Left, double Right);
Add Right to Left and return result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clValue & | |
| 2 | Right | double |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 5: clValue operator+(TOpenCLValue *Left, const clValue &Right);
Add Left and Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLValue * | |
| 2 | Right | const clValue & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 6: clValue operator+(const clValue &Left, TOpenCLValue *Right);
Add Left and Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clValue & | |
| 2 | Right | TOpenCLValue * |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler