Searched refs:divideByScalar (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/perf/perldriver/
H A DOutput.pm354 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation
359 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noopers[0]);
361 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation
372 my $perEvent = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noevents[$j]); # time per event
376 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noevents[0]);
378 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noevents[$j]); # time per operation
H A DDataset.pm115 sub divideByScalar { subroutine

Completed in 155 milliseconds