Searched defs:inexact_exception (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc4435 bool inexact_exception) {
4441 if (inexact_exception && !std::isnan(input) && (input != rounded)) {
4451 if (inexact_exception && !std::isnan(input) && (input != rounded)) {
4431 frint(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, FPRounding rounding_mode, bool inexact_exception) argument
H A Dsimulator-aarch64.cc2626 bool inexact_exception = false; local
2679 inexact_exception = true;
2706 frint(vform, rd, rn, fpcr_rounding, inexact_exception);
3090 bool inexact_exception = false; local
3131 inexact_exception = true;
3245 frint(fpf, rd, rn, fpcr_rounding, inexact_exception);

Completed in 110 milliseconds