Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/power/cpupower/bench/
H A Dbenchmark.c80 unsigned int _round, cycle; in start_benchmark() local
91 for (_round = 1; _round <= config->rounds; _round++) in start_benchmark()
92 total_time += _round * (config->sleep + config->load); in start_benchmark()
95 for (_round = 0; _round < config->rounds; _round++) { in start_benchmark()
112 printf("_round %i: doing %u cycles with %u calculations" in start_benchmark()
113 " for %lius\n", _round in start_benchmark()
[all...]
/kernel/linux/linux-6.6/tools/power/cpupower/bench/
H A Dbenchmark.c80 unsigned int _round, cycle; in start_benchmark() local
91 for (_round = 1; _round <= config->rounds; _round++) in start_benchmark()
92 total_time += _round * (config->sleep + config->load); in start_benchmark()
95 for (_round = 0; _round < config->rounds; _round++) { in start_benchmark()
112 printf("_round %i: doing %u cycles with %u calculations" in start_benchmark()
113 " for %lius\n", _round in start_benchmark()
[all...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
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 # roun
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
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 # roun
[all...]

Completed in 57 milliseconds