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

Function isDoubleBasedType

src/include/cltypes.h:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65fl4RowWidth(size_t width, size_t typeSize);
66
67static __inline bool
68isDoubleBasedType(DataType dtype)
69{
70 return (dtype == TYPE_DOUBLE || dtype == TYPE_COMPLEX_DOUBLE);
71}
72
73static __inline bool
74isComplexType(DataType dtype)

Callers 15

genVecMulFunction · 0.85
genStagedVecMulFunction · 0.85
generatorFunction · 0.85
genVectorCPtrFunction · 0.85
updateOptimResultGenFunction · 0.85
generatorFunction · 0.85
subgGetDefaultDecompFunction · 0.85
blockGenFunction · 0.85
subgGenFunction · 0.85
subgCheckCalcDecompFunction · 0.85
generatorFunction · 0.85
trmmSubgGetDefaultDecompFunction · 0.85

Calls

no outgoing calls

Tested by 4

mainFunction · 0.68
runFunction · 0.68
mainFunction · 0.68
testMatrBlockRWFunction · 0.68