Searched refs:_round (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/tools/power/cpupower/bench/
H A Dbenchmark.c93 unsigned int _round, cycle; start_benchmark() local
104 for (_round = 1; _round <= config->rounds; _round++) start_benchmark()
105 total_time += _round * (config->sleep + config->load); start_benchmark()
108 for (_round = 0; _round < config->rounds; _round++) { start_benchmark()
125 printf("_round %i: doing %u cycles with %u calculations" start_benchmark()
126 " for %lius\n", _round + 1, config->cycles, start_benchmark()
130 _round, load_time, sleep_time); start_benchmark()
/linux-4.1.27/arch/m68k/ifpsp060/src/
H A Dpfpsp.S6133 # _round(): round result according to precision/mode #
6165 global _round
6166 _round: label
6348 # %d0 actually already hold g,r,s since _round() had it before calling
6797 # _round() - round denormalized number according to rnd prec #
6848 bsr.l _round # round the denorm
6908 bsr.l _round # round the denorm
7054 # _round() - needed to create EXOP for sgl/dbl precision #
7559 bsr.l _round # round the DENORM
H A Dfpsp.S9477 bsr.l _round # round the mantissa
20153 # _round() - needed to create EXOP for sgl/dbl precision #
20658 bsr.l _round # round the DENORM
22011 # _round(): round result according to precision/mode #
22043 global _round
22044 _round: label
22226 # %d0 actually already hold g,r,s since _round() had it before calling
22675 # _round() - round denormalized number according to rnd prec #
22726 bsr.l _round # round the denorm
22786 bsr.l _round # round the denorm

Completed in 355 milliseconds