Searched refs:widthStr (Results 1 – 6 of 6) sorted by relevance
847 char widthStr[32]; in qpTestLog_writeImage() local938 int32ToString(width, widthStr); in qpTestLog_writeImage()941 attribs[numAttribs++] = qpSetStringAttrib("Width", widthStr); in qpTestLog_writeImage()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
837 StringRef widthStr = scalar.drop_front(byStart+2); in input() local838 widthStr = widthStr.ltrim(); in input()839 if ( widthStr.getAsInteger(0, value.width) ) { in input()
8323 string widthStr = numberToString(width); in createVectorCompositeCases() local8327 params["name"] = params["type"] + "_" + widthStr; in createVectorCompositeCases()8328 params["compositeType"] = "%composite = OpTypeVector %custom " + widthStr +"\n"; in createVectorCompositeCases()8344 string widthStr = numberToString(width); in createArrayCompositeCases() local8348 params["name"] = params["type"] + "_" + widthStr; in createArrayCompositeCases()8349 params["compositeType"] = string("%arraywidth = OpConstant %u32 " + widthStr + "\n") in createArrayCompositeCases()8386 string widthStr = numberToString(width); in createMatrixCompositeCases() local8395 params["name"] = params["type"] + "_" + widthStr + "x" + columnStr; in createMatrixCompositeCases()8396 params["compositeType"] = string("%vectype = OpTypeVector %custom " + widthStr + "\n") in createMatrixCompositeCases()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...