Home
last modified time | relevance | path

Searched refs:RoundDirection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h92 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 …]
H A Dhigh_precision_decimal.h39 enum class RoundDirection { Up, Down, Nearest }; enum
132 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) {
/freebsd/contrib/llvm-project/libc/shared/
H A Dstr_to_float.h20 using internal::RoundDirection;
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dfrom_chars_floating_point.h299 LIBC_NAMESPACE::shared::RoundDirection::Nearest); in __from_chars_floating_point_hex()
398 LIBC_NAMESPACE::shared::RoundDirection::Nearest, in __from_chars_floating_point_decimal()