HomeSort by relevance Sort by last modified time
    Searched refs:FPRoundOdd (Results 1 - 3 of 3) sorted by null

  /external/vixl/src/vixl/a64/
instructions-a64.h 153 FPRoundOdd
simulator-a64.h 60 // Only FPTieEven and FPRoundOdd rounding modes are implemented.
61 VIXL_ASSERT((round_mode == FPTieEven) || (round_mode == FPRoundOdd));
140 VIXL_ASSERT(round_mode == FPRoundOdd);
141 // FPRoundOdd rounding mode handles overflows using the largest magnitude
173 VIXL_ASSERT(round_mode == FPRoundOdd);
175 // For FPRoundOdd, if the mantissa is too small to represent and
213 VIXL_ASSERT(round_mode == FPRoundOdd);
    [all...]
logic-a64.cc 334 VIXL_ASSERT((round_mode == FPTieEven) || (round_mode == FPRoundOdd));
    [all...]

Completed in 136 milliseconds