MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / isComplexType

Function isComplexType

src/include/cltypes.h:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73static __inline bool
74isComplexType(DataType dtype)
75{
76 return (dtype == TYPE_COMPLEX_FLOAT || dtype == TYPE_COMPLEX_DOUBLE);
77}
78
79#endif /* CLTYPES_H_ */

Callers 15

isValidFlagMatrixFunction · 0.85
initExtraDataFunction · 0.85
convKExtraFlagToArgFunction · 0.85
doSyrkFunction · 0.85
doSyr2kFunction · 0.85
checkReplaceCoreFunction · 0.85
genVecMulFunction · 0.85
genStagedVecMulFunction · 0.85
checkInputFunction · 0.85
genMulLineOnTileFunction · 0.85
genMulTilesFunction · 0.85
tileMulGenFunction · 0.85

Calls

no outgoing calls

Tested by 1

runFunction · 0.68