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

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

Completed in 207 milliseconds