Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h1161 RoundDirection round_direction = RoundDirection::Nearest; in strtofloatingpoint() local
1165 round_direction = RoundDirection::Nearest; in strtofloatingpoint()
1169 round_direction = RoundDirection::Up; in strtofloatingpoint()
1171 round_direction = RoundDirection::Down; in strtofloatingpoint()
1176 round_direction = RoundDirection::Down; in strtofloatingpoint()
1178 round_direction = RoundDirection::Up; in strtofloatingpoint()
1182 round_direction = RoundDirection::Down; in strtofloatingpoint()
1189 round_direction); in strtofloatingpoint()
1192 round_direction); in strtofloatingpoint()