| 36 | * @brief OpenCL type identifiers |
| 37 | */ |
| 38 | typedef enum DataType { |
| 39 | TYPE_FLOAT, /**< single float precision type */ |
| 40 | TYPE_DOUBLE, /**< double float precision type */ |
| 41 | TYPE_COMPLEX_FLOAT, /**< single float precision complex type */ |
| 42 | TYPE_COMPLEX_DOUBLE, /**< double float precision complex type */ |
| 43 | TYPE_UNSIGNED_INT /**< Unsigned int, for output buffer for iAMAX routine */ |
| 44 | } DataType; |
| 45 | |
| 46 | /*@}*/ |
| 47 |
nothing calls this directly
no outgoing calls
no test coverage detected