Searched refs:RoundDirection (Results 1 – 4 of 4) sorted by relevance
92 RoundDirection round = RoundDirection::Nearest) {158 if (round == RoundDirection::Nearest) {169 } else if (round == RoundDirection::Up) {205 RoundDirection round) {284 if (round == RoundDirection::Nearest) {294 } else if (round == RoundDirection::Up) {342 RoundDirection round = RoundDirection::Nearest) {548 RoundDirection round = RoundDirection::Nearest) {600 if (round != RoundDirection::Nearest) {619 if (round == RoundDirection::Up) {[all …]
39 enum class RoundDirection { Up, Down, Nearest }; enum132 RoundDirection round) { in should_round_up()142 if (round == RoundDirection::Up) { in should_round_up()144 } else if (round == RoundDirection::Down) { in should_round_up()412 round_to_integer_type(RoundDirection round = RoundDirection::Nearest) {
20 using internal::RoundDirection;
299 LIBC_NAMESPACE::shared::RoundDirection::Nearest); in __from_chars_floating_point_hex()398 LIBC_NAMESPACE::shared::RoundDirection::Nearest, in __from_chars_floating_point_decimal()