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
282 * "near" => "Round nearest",
292 * for my $round ("floor", "near", "ceil") {
295 * my $sym = "k_${from_unit}_to_${to_unit}_$round$sz";
300 * my $rup = $round eq "ceil" ? "true" : "false";
301 * my $roff = $round eq "near" ? "true" : "false";
305 * my $hround = $human_round{$round};
310 * if ($round eq "ceil") {
312 * } elsif ($round eq "near") {
377 /** @brief Convert seconds to hardware cycles. 32 bits. Round nearest.
393 /** @brief Convert seconds to hardware cycles. 64 bits. Round nearest.
473 /** @brief Convert seconds to ticks. 32 bits. Round nearest.
489 /** @brief Convert seconds to ticks. 64 bits. Round nearest.
569 /** @brief Convert milliseconds to hardware cycles. 32 bits. Round nearest.
585 /** @brief Convert milliseconds to hardware cycles. 64 bits. Round nearest.
665 /** @brief Convert milliseconds to ticks. 32 bits. Round nearest.
681 /** @brief Convert milliseconds to ticks. 64 bits. Round nearest.
761 /** @brief Convert microseconds to hardware cycles. 32 bits. Round nearest.
777 /** @brief Convert microseconds to hardware cycles. 64 bits. Round nearest.
857 /** @brief Convert microseconds to ticks. 32 bits. Round nearest.
873 /** @brief Convert microseconds to ticks. 64 bits. Round nearest.
953 /** @brief Convert nanoseconds to hardware cycles. 32 bits. Round nearest.
969 /** @brief Convert nanoseconds to hardware cycles. 64 bits. Round nearest.
1049 /** @brief Convert nanoseconds to ticks. 32 bits. Round nearest.
1065 /** @brief Convert nanoseconds to ticks. 64 bits. Round nearest.
1145 /** @brief Convert hardware cycles to seconds. 32 bits. Round nearest.
1161 /** @brief Convert hardware cycles to seconds. 64 bits. Round nearest.
1241 /** @brief Convert hardware cycles to milliseconds. 32 bits. Round nearest.
1257 /** @brief Convert hardware cycles to milliseconds. 64 bits. Round nearest.
1337 /** @brief Convert hardware cycles to microseconds. 32 bits. Round nearest.
1353 /** @brief Convert hardware cycles to microseconds. 64 bits. Round nearest.
1433 /** @brief Convert hardware cycles to nanoseconds. 32 bits. Round nearest.
1449 /** @brief Convert hardware cycles to nanoseconds. 64 bits. Round nearest.
1529 /** @brief Convert hardware cycles to ticks. 32 bits. Round nearest.
1545 /** @brief Convert hardware cycles to ticks. 64 bits. Round nearest.
1625 /** @brief Convert ticks to seconds. 32 bits. Round nearest.
1641 /** @brief Convert ticks to seconds. 64 bits. Round nearest.
1721 /** @brief Convert ticks to milliseconds. 32 bits. Round nearest.
1737 /** @brief Convert ticks to milliseconds. 64 bits. Round nearest.
1817 /** @brief Convert ticks to microseconds. 32 bits. Round nearest.
1833 /** @brief Convert ticks to microseconds. 64 bits. Round nearest.
1913 /** @brief Convert ticks to nanoseconds. 32 bits. Round nearest.
1929 /** @brief Convert ticks to nanoseconds. 64 bits. Round nearest.
2009 /** @brief Convert ticks to hardware cycles. 32 bits. Round nearest.
2025 /** @brief Convert ticks to hardware cycles. 64 bits. Round nearest.