MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / real

Function real

src/backend/cuda/math.hpp:266–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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); }

Callers 3

is_nan<cfloat>Function · 0.70
is_nan<cdouble>Function · 0.70
divisionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected