Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/arch/or1k/gen/
H A Dflt_rounds.c45 static const int rounding_map = variable
54 return (rounding_map >> (fpgetround() * 2)) & 3; in __flt_rounds()
/netbsd-src/lib/libc/arch/riscv/gen/
H A Dflt_rounds.c43 static const int rounding_map = variable
52 return (rounding_map >> (fpgetround() * 2)) & 3; in __flt_rounds()