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

Function dtypeUPtrField

src/library/common/kgen_basic.c:171–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171const char
172*dtypeUPtrField(DataType dtype)
173{
174 const char *s;
175
176 switch (dtype) {
177 case TYPE_FLOAT:
178 s = "f";
179 break;
180 case TYPE_DOUBLE:
181 s = "d";
182 break;
183 case TYPE_COMPLEX_FLOAT:
184 s = "f2v";
185 break;
186 case TYPE_COMPLEX_DOUBLE:
187 s = "d2v";
188 break;
189 default:
190 s = NULL;
191 break;
192 }
193
194 return s;
195}
196
197const char
198*strOne(DataType dtype)

Callers 15

updateGenericResultGenFunction · 0.85
updateResultGenFunction · 0.85
genUpdateTailedDiagTileFunction · 0.85
generatorFunction · 0.85
updateOptimResultGenFunction · 0.85
updateGenericResultGenFunction · 0.85
updateResultGenOldFunction · 0.85
genMulOnDiagBlockFunction · 0.85
generatorFunction · 0.85
copyImgVecFunction · 0.85
copyMemSingleFunction · 0.85
copyMemVecTranspFunction · 0.85

Calls

no outgoing calls

Tested by 1

testMatrBlockRWFunction · 0.68