| 967 | */ |
| 968 | |
| 969 | struct CTestFnData |
| 970 | { |
| 971 | int DefDims; ///< The number of dimensions to use if function |
| 972 | ///< supports any number of dimensions. |
| 973 | bool DoRandomize; ///< Perform parameter shift randomization. |
| 974 | bool DoRandomizeAll; ///< Use all randomization techniques, "false" |
| 975 | ///< if only shift and scale. |
| 976 | }; |
| 977 | |
| 978 | const CTestFn* Funcs[ MaxFuncs ]; ///< Test functions corpus. |
| 979 | CTestFnData FuncData[ MaxFuncs ]; ///< Test function aux data. |
nothing calls this directly
no outgoing calls
no test coverage detected