Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clValue operator/(const clValue &Left, TOpenCLValue *Right); | Divide Left with Right. |
| 2 | clValue operator/(TOpenCLValue *Left, const clValue &Right); | Divide Left with Right. |
Overload 1: clValue operator/(const clValue &Left, TOpenCLValue *Right);
Divide Left with Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clValue & | |
| 2 | Right | TOpenCLValue * |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: clValue operator/(TOpenCLValue *Left, const clValue &Right);
Divide Left with Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLValue * | |
| 2 | Right | const clValue & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler