Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h285 T rounded_value = round_using_specific_rounding_mode(x, rnd); in fromfp() local
290 return rounded_value; in fromfp()
297 if (rounded_value < range_min) { in fromfp()
305 if (rounded_value > range_max) { in fromfp()
310 return rounded_value; in fromfp()
313 if (rounded_value < T(0.0)) { in fromfp()
320 return rounded_value; in fromfp()
327 if (rounded_value > range_max) { in fromfp()
332 return rounded_value; in fromfp()
338 T rounded_value = fromfp<IsSigned>(x, rnd, width); in fromfpx() local
[all …]