Lines Matching refs:start
279 static void divLiteralTestBody(int start, int count) { in divLiteralTestBody() argument
286 normal = (start+i) / j; in divLiteralTestBody()
287 special = (start+i) / 3; in divLiteralTestBody()
290 normal = (start+i) / j; in divLiteralTestBody()
291 special = (start+i) / 4; in divLiteralTestBody()
294 normal = (start+i) / j; in divLiteralTestBody()
295 special = (start+i) / 5; in divLiteralTestBody()
298 normal = (start+i) / j; in divLiteralTestBody()
299 special = (start+i) / 6; in divLiteralTestBody()
302 normal = (start+i) / j; in divLiteralTestBody()
303 special = (start+i) / 7; in divLiteralTestBody()
306 normal = (start+i) / j; in divLiteralTestBody()
307 special = (start+i) / 8; in divLiteralTestBody()
310 normal = (start+i) / j; in divLiteralTestBody()
311 special = (start+i) / 9; in divLiteralTestBody()
314 normal = (start+i) / j; in divLiteralTestBody()
315 special = (start+i) / 10; in divLiteralTestBody()
318 normal = (start+i) / j; in divLiteralTestBody()
319 special = (start+i) / 11; in divLiteralTestBody()
322 normal = (start+i) / j; in divLiteralTestBody()
323 special = (start+i) / 12; in divLiteralTestBody()
326 normal = (start+i) / j; in divLiteralTestBody()
327 special = (start+i) / 13; in divLiteralTestBody()
330 normal = (start+i) / j; in divLiteralTestBody()
331 special = (start+i) / 14; in divLiteralTestBody()
334 normal = (start+i) / j; in divLiteralTestBody()
335 special = (start+i) / 15; in divLiteralTestBody()