HomeSort by: relevance | last modified time | path
    Searched defs:rounding_map (Results 1 - 6 of 6) sorted by relevancy

  /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;
flt_rounds.c 45 static const int rounding_map = variable in typeref:typename:const int
54 return (rounding_map >> (fpgetround() * 2)) & 3;
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;
flt_rounds.c 43 static const int rounding_map = variable in typeref:typename:const int
52 return (rounding_map >> (fpgetround() * 2)) & 3;
flt_rounds.c 43 static const int rounding_map = variable in typeref:typename:const int
52 return (rounding_map >> (fpgetround() * 2)) & 3;

Completed in 31 milliseconds