Searched refs:inexact_exception (Results 1 - 6 of 6) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 6348 bool inexact_exception = false; in Simulator() local 6409 inexact_exception = true; in Simulator() 6414 inexact_exception = true; in Simulator() 6419 inexact_exception = true; in Simulator() 6425 inexact_exception = true; in Simulator() 6436 inexact_exception = true; in Simulator() 6468 frint(vform, rd, rn, fpcr_rounding, inexact_exception, frint_mode); in Simulator() 7045 bool inexact_exception = false; in Simulator() local 7085 inexact_exception = true; in Simulator() 7089 inexact_exception in Simulator() [all...] |
H A D | logic-aarch64.cc | 5791 bool inexact_exception, 5799 if (inexact_exception && !IsNaN(input) && (input != rounded)) { 5809 if (inexact_exception && !IsNaN(input) && (input != rounded)) { 5819 if (inexact_exception && !IsNaN(input) && (input != rounded)) {
|
H A D | simulator-aarch64.h | 4660 bool inexact_exception = false,
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 3128 bool inexact_exception = false; 3181 inexact_exception = true; 3208 frint(vform, rd, rn, fpcr_rounding, inexact_exception); 4015 bool inexact_exception = false; 4056 inexact_exception = true; 4171 frint(fpf, rd, rn, fpcr_rounding, inexact_exception);
|
H A D | simulator-logic-arm64.cc | 3733 bool inexact_exception) { in frint() 3739 if (inexact_exception && !std::isnan(input) && (input != rounded)) { in frint() 3749 if (inexact_exception && !std::isnan(input) && (input != rounded)) { in frint() 3730 frint(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src, FPRounding rounding_mode, bool inexact_exception) frint() argument
|
H A D | simulator-arm64.h | 2131 bool inexact_exception = false);
|
Completed in 57 milliseconds