| 264 | #define __SDH__ static __DH__ |
| 265 | #endif |
| 266 | __SDH__ float real(cfloat c) { return cuCrealf(c); } |
| 267 | __SDH__ double real(cdouble c) { return cuCreal(c); } |
| 268 | |
| 269 | __SDH__ float imag(cfloat c) { return cuCimagf(c); } |
no outgoing calls
no test coverage detected