Functions | |
| SH_DLLEXPORT void | SH::shASN (ShVariable &dest, const ShVariable &src) |
| SH_DLLEXPORT void | SH::shADD (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shMUL (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shDIV (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shSLT (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shSLE (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shSGT (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shSGE (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shSEQ (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shSNE (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shABS (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shACOS (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shACOSH (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shASIN (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shASINH (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shATAN (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shATAN2 (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shATANH (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shCBRT (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shCEIL (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shCOS (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shCOSH (ShVariable &dest, const ShVariable &a) |
| void | SH::shCMUL (ShVariable &dest, const ShVariable &src) |
| void | SH::shCSUM (ShVariable &dest, const ShVariable &src) |
| void | SH::shDOT (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| void | SH::shDX (ShVariable &dest, const ShVariable &a) |
| void | SH::shDY (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shEXP (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shEXP2 (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shEXP10 (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shFLR (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shFRAC (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shLIT (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shLOG (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shLOG2 (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shLOG10 (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shLRP (ShVariable &dest, const ShVariable &alpha, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shHASH (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shMAD (ShVariable &dest, const ShVariable &a, const ShVariable &b, const ShVariable &c) |
| SH_DLLEXPORT void | SH::shMAX (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shMIN (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shMOD (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shNOISE (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shPOW (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shRCP (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shRND (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shRSQ (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shSGN (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shSIN (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shSINH (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shSQRT (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shTAN (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shTANH (ShVariable &dest, const ShVariable &a) |
| SH_DLLEXPORT void | SH::shNORM (ShVariable &dest, const ShVariable &a) |
| void | SH::shXPD (ShVariable &dest, const ShVariable &a, const ShVariable &b) |
| SH_DLLEXPORT void | SH::shCOND (ShVariable &dest, const ShVariable &cond, const ShVariable &a, const ShVariable &b) |
| void | SH::shKIL (const ShVariable &a) |
| void | SH::shRET (const ShVariable &a) |
They are mostly used internally. Instead, use the library functions provided by ShLib.hpp.
1.4.6