/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 | 170 FPRounding round_mode) { 174 VIXL_ASSERT((round_mode == FPTieEven) || (round_mode == FPRoundOdd)); 248 if (round_mode == FPTieEven) { 253 VIXL_ASSERT(round_mode == FPRoundOdd); 282 if (round_mode == FPTieEven) { 286 VIXL_ASSERT(round_mode == FPRoundOdd); 303 if (round_mode == FPTieEven) { 326 VIXL_ASSERT(round_mode == FPRoundOdd); [all...] |
logic-a64.cc | 43 uint64_t mantissa, FPRounding round_mode) { 48 round_mode); 55 uint64_t mantissa, FPRounding round_mode) { 60 round_mode); 69 FPRounding round_mode) { 71 sign, exponent, mantissa, round_mode); 230 float16 Simulator::FPToFloat16(float value, FPRounding round_mode) { 232 VIXL_ASSERT(round_mode == FPTieEven); 233 USE(round_mode); 271 return FPRoundToFloat16(sign, exponent, mantissa, round_mode); [all...] |
/external/v8/src/arm64/ |
simulator-arm64.h | 716 double FPRoundInt(double value, FPRounding round_mode); 718 float FPToFloat(double value, FPRounding round_mode); 719 double FixedToDouble(int64_t src, int fbits, FPRounding round_mode); 720 double UFixedToDouble(uint64_t src, int fbits, FPRounding round_mode); 721 float FixedToFloat(int64_t src, int fbits, FPRounding round_mode); 722 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_64.cc | 645 int round_mode) { 652 __ roundsd(out, in, Immediate(round_mode)); [all...] |
intrinsics_x86.cc | 768 int round_mode) { 775 __ roundsd(out, in, Immediate(round_mode)); [all...] |
/external/freetype/src/truetype/ |
ttinterp.c | [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttinterp.c | [all...] |