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

  /external/valgrind/none/tests/ppc32/
test_dfp2.c 441 unsigned long round_mode; local
451 for (round_mode = 0; round_mode < NUM_RND_MODES; round_mode++) {
455 printf("\ntest with rounding mode %lu \n", round_mode);
460 set_rounding_mode(round_mode);
512 unsigned long round_mode; local
522 for (round_mode = 0; round_mode < NUM_RND_MODES; round_mode++)
581 int k = 0, round_mode; local
    [all...]
  /external/vixl/src/vixl/a64/
simulator-a64.h 57 FPRounding round_mode) {
61 VIXL_ASSERT((round_mode == FPTieEven) || (round_mode == FPRoundOdd));
135 if (round_mode == FPTieEven) {
140 VIXL_ASSERT(round_mode == FPRoundOdd);
169 if (round_mode == FPTieEven) {
173 VIXL_ASSERT(round_mode == FPRoundOdd);
190 if (round_mode == FPTieEven) {
213 VIXL_ASSERT(round_mode == FPRoundOdd);
    [all...]
logic-a64.cc 45 uint64_t mantissa, FPRounding round_mode) {
50 round_mode);
57 uint64_t mantissa, FPRounding round_mode) {
62 round_mode);
71 FPRounding round_mode) {
73 sign, exponent, mantissa, round_mode);
232 float16 Simulator::FPToFloat16(float value, FPRounding round_mode) {
234 VIXL_ASSERT(round_mode == FPTieEven);
235 USE(round_mode);
273 return FPRoundToFloat16(sign, exponent, mantissa, round_mode);
    [all...]
  /external/v8/src/arm64/
simulator-arm64.h 714 double FPRoundInt(double value, FPRounding round_mode);
716 float FPToFloat(double value, FPRounding round_mode);
717 double FixedToDouble(int64_t src, int fbits, FPRounding round_mode);
718 double UFixedToDouble(uint64_t src, int fbits, FPRounding round_mode);
719 float FixedToFloat(int64_t src, int fbits, FPRounding round_mode);
720 float UFixedToFloat(uint64_t src, int fbits, FPRounding round_mode);
simulator-arm64.cc     [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
t_options.h 118 DRI_CONF_OPT_BEGIN_V(round_mode,enum,def,"0:1") \
options.h 207 DRI_CONF_OPT_BEGIN_V(round_mode,enum,def,"0:1") \
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 1087 uint32_t round_mode; \/* R300_GA_ROUND_MODE: 0x428c *\/ local
    [all...]
  /art/compiler/optimizing/
intrinsics_x86.cc 733 int round_mode) {
740 __ roundsd(out, in, Immediate(round_mode));
    [all...]
intrinsics_x86_64.cc 553 int round_mode) {
560 __ roundsd(out, in, Immediate(round_mode));
    [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.c     [all...]

Completed in 649 milliseconds