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

/gem5/src/arch/arm/insts/
H A Dvfp.cc454 bool inexact = (extra != 0); local
462 if (inexact || fpscr.ufe)
498 inexact = true;
505 if (exponent == 0 && (inexact || fpscr.ufe)) {
532 // Supress inexact exception.
533 inexact = false;
549 inexact = true;
554 if (inexact) {

Completed in 8 milliseconds