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

/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid_flag_operations.c224 getDecimalRoundingDirection (_IDEC_round * rounding_mode
227 *rounding_mode = *prnd_mode;
233 getDecimalRoundingDirection (_IDEC_round * rounding_mode
236 *rounding_mode = rnd_mode;
262 setDecimalRoundingDirection (_IDEC_round * rounding_mode
264 // sets the current rounding mode to the value in *rounding_mode, if valid
265 if (*rounding_mode == ROUNDING_TO_NEAREST ||
266 *rounding_mode == ROUNDING_DOWN ||
267 *rounding_mode == ROUNDING_UP ||
268 *rounding_mode
310 setDecimalRoundingDirection(_IDEC_round rounding_mode) argument
[all...]
H A Dbid_inline_add.h31 * int rounding_mode)
36 * int extra_digits, int rounding_mode)
77 int rounding_mode, unsigned *fpsc) {
116 return get_BID64 (sign_b, exponent_b, coefficient_b, rounding_mode,
148 if (((rounding_mode) & 3) && coefficient_b) // not ROUNDING_TO_NEAREST
150 switch (rounding_mode) {
198 rounding_mode, fpsc);
227 if (rounding_mode == ROUNDING_DOWN && (!coefficient_a)
233 rounding_mode, fpsc);
248 rmode = rounding_mode;
75 get_add64(UINT64 sign_x, int exponent_x, UINT64 coefficient_x, UINT64 sign_y, int exponent_y, UINT64 coefficient_y, int rounding_mode, unsigned *fpsc) argument
472 __bid_simple_round64_sticky(UINT64 sign, int exponent, UINT128 P, int extra_digits, int rounding_mode, unsigned *fpsc) argument
511 __bid_full_round64(UINT64 sign, int exponent, UINT128 P, int extra_digits, int rounding_mode, unsigned *fpsc) argument
634 __bid_full_round64_remainder(UINT64 sign, int exponent, UINT128 P, int extra_digits, UINT64 remainder_P, int rounding_mode, unsigned *fpsc, unsigned uf_status) argument
805 get_add128(UINT64 sign_x, int exponent_x, UINT64 coefficient_x, UINT64 sign_y, int final_exponent_y, UINT128 CY, int extra_digits, int rounding_mode, unsigned *fpsc) argument
1152 BID_normalize(UINT64 sign_z, int exponent_z, UINT64 coefficient_z, UINT64 round_dir, int round_flag, int rounding_mode, unsigned *fpsc) argument
[all...]
H A Dbid_functions.h330 unsigned int rounding_mode:3; member in struct:__anon2074
1944 rounding_mode _RND_MODE_PARAM);
1947 rounding_mode _RND_MODE_PARAM);
3216 rounding_mode
3219 void setDecimalRoundingDirection (_IDEC_round rounding_mode);
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dneon-frint.s5 .irp rounding_mode, N, A, P, M, X, Z, I
7 frint\rounding_mode \rd\().\reg_shape, \rn\().\reg_shape
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dmath-68881.h369 int rounding_mode, round_up; local
373 : "=dm" (rounding_mode)
375 round_up = rounding_mode | 0x30;
384 : "dmi" (rounding_mode));
391 int rounding_mode, round_down; local
395 : "=dm" (rounding_mode)
397 round_down = (rounding_mode & ~0x10)
407 : "dmi" (rounding_mode));
414 int rounding_mode, round_nearest; local
418 : "=dm" (rounding_mode)
[all...]
/haiku-buildtools/legacy/gcc/gcc/ginclude/
H A Dmath-3300.h311 int rounding_mode, round_up; local
315 : "=dm" (rounding_mode)
317 round_up = rounding_mode | 0x30;
326 : "dmi" (rounding_mode));
332 int rounding_mode, round_down; local
336 : "=dm" (rounding_mode)
338 round_down = (rounding_mode & ~0x10)
348 : "dmi" (rounding_mode));
354 int rounding_mode, round_nearest; local
358 : "=dm" (rounding_mode)
[all...]
H A Dmath-68881.h369 int rounding_mode, round_up; local
373 : "=dm" (rounding_mode)
375 round_up = rounding_mode | 0x30;
384 : "dmi" (rounding_mode));
391 int rounding_mode, round_down; local
395 : "=dm" (rounding_mode)
397 round_down = (rounding_mode & ~0x10)
407 : "dmi" (rounding_mode));
414 int rounding_mode, round_nearest; local
418 : "=dm" (rounding_mode)
[all...]
/haiku-buildtools/gcc/libquadmath/printf/
H A Dprintf_fphex.c343 int rounding_mode = get_rounding_mode ();
346 rounding_mode);
341 int rounding_mode = get_rounding_mode (); local
H A Dprintf_fp.c966 int rounding_mode = get_rounding_mode ();
968 more_bits, rounding_mode))
964 int rounding_mode = get_rounding_mode (); local
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-intrinsic.c148 enum rounding_mode { RND_ROUND, RND_TRUNC, RND_CEIL, RND_FLOOR }; enum
423 enum rounding_mode op)
459 gfc_conv_intrinsic_aint (gfc_se * se, gfc_expr * expr, enum rounding_mode op)
534 gfc_conv_intrinsic_int (gfc_se * se, gfc_expr * expr, enum rounding_mode op)

Completed in 102 milliseconds