Searched refs:number_of_loops (Results 1 – 2 of 2) sorted by relevance
144 int number_of_loops=10; variable253 number_of_loops= atoi(*(++argv)); in main()254 if (number_of_loops == 0) number_of_loops=1; in main()391 for (i=0; i<number_of_loops; i++) in ndoit()
609 int number_of_loops; in DoEmFloatIteration() local611 number_of_loops=loops-1; /* the index of the first loop we run */ in DoEmFloatIteration()