Lines Matching refs:normal
280 int normal = 0; in divLiteralTestBody() local
286 normal = (start+i) / j; in divLiteralTestBody()
290 normal = (start+i) / j; in divLiteralTestBody()
294 normal = (start+i) / j; in divLiteralTestBody()
298 normal = (start+i) / j; in divLiteralTestBody()
302 normal = (start+i) / j; in divLiteralTestBody()
306 normal = (start+i) / j; in divLiteralTestBody()
310 normal = (start+i) / j; in divLiteralTestBody()
314 normal = (start+i) / j; in divLiteralTestBody()
318 normal = (start+i) / j; in divLiteralTestBody()
322 normal = (start+i) / j; in divLiteralTestBody()
326 normal = (start+i) / j; in divLiteralTestBody()
330 normal = (start+i) / j; in divLiteralTestBody()
334 normal = (start+i) / j; in divLiteralTestBody()
338 Main.assertTrue(normal == special); in divLiteralTestBody()