Lines Matching full:round
130 * Compute the offset needed to round the result correctly when
149 * Compute the offset needed to round the result correctly when
270 * "near" => "Round nearest",
280 * for my $round ("floor", "near", "ceil") {
283 * my $sym = "k_${from_unit}_to_${to_unit}_$round$sz";
288 * my $rup = $round eq "ceil" ? "true" : "false";
289 * my $roff = $round eq "near" ? "true" : "false";
293 * my $hround = $human_round{$round};
298 * if ($round eq "ceil") {
300 * } elsif ($round eq "near") {
362 /** @brief Convert milliseconds to hardware cycles. 32 bits. Round nearest.
377 /** @brief Convert milliseconds to hardware cycles. 64 bits. Round nearest.
452 /** @brief Convert milliseconds to ticks. 32 bits. Round nearest.
467 /** @brief Convert milliseconds to ticks. 64 bits. Round nearest.
542 /** @brief Convert microseconds to hardware cycles. 32 bits. Round nearest.
557 /** @brief Convert microseconds to hardware cycles. 64 bits. Round nearest.
632 /** @brief Convert microseconds to ticks. 32 bits. Round nearest.
647 /** @brief Convert microseconds to ticks. 64 bits. Round nearest.
722 /** @brief Convert nanoseconds to hardware cycles. 32 bits. Round nearest.
737 /** @brief Convert nanoseconds to hardware cycles. 64 bits. Round nearest.
812 /** @brief Convert nanoseconds to ticks. 32 bits. Round nearest.
827 /** @brief Convert nanoseconds to ticks. 64 bits. Round nearest.
902 /** @brief Convert hardware cycles to milliseconds. 32 bits. Round nearest.
917 /** @brief Convert hardware cycles to milliseconds. 64 bits. Round nearest.
992 /** @brief Convert hardware cycles to microseconds. 32 bits. Round nearest.
1007 /** @brief Convert hardware cycles to microseconds. 64 bits. Round nearest.
1082 /** @brief Convert hardware cycles to nanoseconds. 32 bits. Round nearest.
1097 /** @brief Convert hardware cycles to nanoseconds. 64 bits. Round nearest.
1172 /** @brief Convert hardware cycles to ticks. 32 bits. Round nearest.
1187 /** @brief Convert hardware cycles to ticks. 64 bits. Round nearest.
1262 /** @brief Convert ticks to milliseconds. 32 bits. Round nearest.
1277 /** @brief Convert ticks to milliseconds. 64 bits. Round nearest.
1352 /** @brief Convert ticks to microseconds. 32 bits. Round nearest.
1367 /** @brief Convert ticks to microseconds. 64 bits. Round nearest.
1442 /** @brief Convert ticks to nanoseconds. 32 bits. Round nearest.
1457 /** @brief Convert ticks to nanoseconds. 64 bits. Round nearest.
1532 /** @brief Convert ticks to hardware cycles. 32 bits. Round nearest.
1547 /** @brief Convert ticks to hardware cycles. 64 bits. Round nearest.