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

Function isKstringEmpty

src/include/kerngen.h:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160static __inline bool
161isKstringEmpty(const Kstring *kstr)
162{
163 return (kstr->buf[0] == '\0');
164}
165
166/**
167 * @internal

Callers 7

sprintfFastScalarMadFunction · 0.85
sprintfLinearOffsetFunction · 0.85
sprintfOffsetStatelessFunction · 0.85
preparePersCoordsFunction · 0.85
genUpdateGenericDiagTileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected