Lines Matching full:round

130  * Compute the offset needed to round the result correctly when
160 * Compute the offset needed to round the result correctly when
281 * "near" => "Round nearest",
291 * for my $round ("floor", "near", "ceil") {
294 * my $sym = "k_${from_unit}_to_${to_unit}_$round$sz";
299 * my $rup = $round eq "ceil" ? "true" : "false";
300 * my $roff = $round eq "near" ? "true" : "false";
304 * my $hround = $human_round{$round};
309 * if ($round eq "ceil") {
311 * } elsif ($round eq "near") {
373 /** @brief Convert milliseconds to hardware cycles. 32 bits. Round nearest.
388 /** @brief Convert milliseconds to hardware cycles. 64 bits. Round nearest.
463 /** @brief Convert milliseconds to ticks. 32 bits. Round nearest.
478 /** @brief Convert milliseconds to ticks. 64 bits. Round nearest.
553 /** @brief Convert microseconds to hardware cycles. 32 bits. Round nearest.
568 /** @brief Convert microseconds to hardware cycles. 64 bits. Round nearest.
643 /** @brief Convert microseconds to ticks. 32 bits. Round nearest.
658 /** @brief Convert microseconds to ticks. 64 bits. Round nearest.
733 /** @brief Convert nanoseconds to hardware cycles. 32 bits. Round nearest.
748 /** @brief Convert nanoseconds to hardware cycles. 64 bits. Round nearest.
823 /** @brief Convert nanoseconds to ticks. 32 bits. Round nearest.
838 /** @brief Convert nanoseconds to ticks. 64 bits. Round nearest.
913 /** @brief Convert hardware cycles to milliseconds. 32 bits. Round nearest.
928 /** @brief Convert hardware cycles to milliseconds. 64 bits. Round nearest.
1003 /** @brief Convert hardware cycles to microseconds. 32 bits. Round nearest.
1018 /** @brief Convert hardware cycles to microseconds. 64 bits. Round nearest.
1093 /** @brief Convert hardware cycles to nanoseconds. 32 bits. Round nearest.
1108 /** @brief Convert hardware cycles to nanoseconds. 64 bits. Round nearest.
1183 /** @brief Convert hardware cycles to ticks. 32 bits. Round nearest.
1198 /** @brief Convert hardware cycles to ticks. 64 bits. Round nearest.
1273 /** @brief Convert ticks to milliseconds. 32 bits. Round nearest.
1288 /** @brief Convert ticks to milliseconds. 64 bits. Round nearest.
1363 /** @brief Convert ticks to microseconds. 32 bits. Round nearest.
1378 /** @brief Convert ticks to microseconds. 64 bits. Round nearest.
1453 /** @brief Convert ticks to nanoseconds. 32 bits. Round nearest.
1468 /** @brief Convert ticks to nanoseconds. 64 bits. Round nearest.
1543 /** @brief Convert ticks to hardware cycles. 32 bits. Round nearest.
1558 /** @brief Convert ticks to hardware cycles. 64 bits. Round nearest.