Home | History | Annotate | Download | only in gen

Lines Matching defs:round

267 	int64_t delta1, delta2, delta3, round;
273 round = 1;
276 round = 1000000000;
277 delta3 = round;
279 fprintf(stderr, "round=%"PRId64" delta3=%"PRId64"\n", round, delta3);
334 delta3 /= round;
335 delta3 *= round;
352 delta3 /= round;
353 delta3 *= round;