Lines Matching refs:xtra
311 void whetstones(long xtra, long x100, int calibrate);
333 long xtra = 1; local
381 whetstones(xtra,x100,calibrate);
383 printf("%11.2f Seconds %10.0f Passes (x 100)\n", TimeUsed, (SPDP)(xtra));
397 xtra = xtra * 5;
403 if (TimeUsed > 0) xtra = (long)((SPDP)(duration * xtra) / TimeUsed);
404 if (xtra < 1) xtra = 1;
408 printf("\nUse %ld passes (x 100)\n", xtra);
423 whetstones(xtra,x100,calibrate);
428 mwips=(float)(xtra) * (float)(x100) / (10 * TimeUsed);
573 void whetstones(long xtra, long x100, int calibrate) in whetstones() argument
606 for (ix=0; ix<xtra; ix++) in whetstones()
620 pout("N1 floating point\0",(float)(n1*16)*(float)(xtra), in whetstones()
627 for (ix=0; ix<xtra; ix++) in whetstones()
638 pout("N2 floating point\0",(float)(n2*96)*(float)(xtra), in whetstones()
645 for (ix=0; ix<xtra; ix++) in whetstones()
659 pout("N3 if then else \0",(float)(n3*3)*(float)(xtra), in whetstones()
668 for (ix=0; ix<xtra; ix++) in whetstones()
682 pout("N4 fixed point \0",(float)(n4*15)*(float)(xtra), in whetstones()
690 for (ix=0; ix<xtra; ix++) in whetstones()
702 pout("N5 sin,cos etc. \0",(float)(n5*26)*(float)(xtra), in whetstones()
711 for (ix=0; ix<xtra; ix++) in whetstones()
720 pout("N6 floating point\0",(float)(n6*6)*(float)(xtra), in whetstones()
732 for (ix=0; ix<xtra; ix++) in whetstones()
741 pout("N7 assignments \0",(float)(n7*3)*(float)(xtra), in whetstones()
748 for (ix=0; ix<xtra; ix++) in whetstones()
757 pout("N8 exp,sqrt etc. \0",(float)(n8*4)*(float)(xtra), in whetstones()