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

/gem5/src/arch/arm/insts/
H A Dfplib.hh145 T fplibRoundInt(T op, FPRounding rounding, bool exact, FPSCR &fpscr);
327 uint16_t fplibRoundInt(uint16_t op, FPRounding rounding, bool exact,
330 uint32_t fplibRoundInt(uint32_t op, FPRounding rounding, bool exact,
333 uint64_t fplibRoundInt(uint64_t op, FPRounding rounding, bool exact,
H A Dfplib.cc1258 // Sign of exact zero result depends on rounding mode
1318 // Sign of exact zero result depends on rounding mode
1378 // Sign of exact zero result depends on rounding mode
1573 // Sign of exact zero result depends on rounding mode
1658 // Sign of exact zero result depends on rounding mode
1750 // Sign of exact zero result depends on rounding mode
4069 fplibRoundInt(uint16_t op, FPRounding rounding, bool exact, FPSCR &fpscr) argument
4123 if (err && exact)
4134 fplibRoundInt(uint32_t op, FPRounding rounding, bool exact, FPSCR &fpscr)
4188 if (err && exact)
4199 fplibRoundInt(uint64_t op, FPRounding rounding, bool exact, FPSCR &fpscr) argument
[all...]

Completed in 26 milliseconds