Home | Sort by: relevance | last modified time | path |
/src/lib/libc/arch/or1k/gen/ | |
flt_rounds.c | 45 static const int rounding_map = variable in typeref:typename:const int 54 return (rounding_map >> (fpgetround() * 2)) & 3; |
/src/lib/libc/arch/riscv/gen/ | |
flt_rounds.c | 43 static const int rounding_map = variable in typeref:typename:const int 52 return (rounding_map >> (fpgetround() * 2)) & 3; |