Home
last modified time | relevance | path

Searched defs:rounding_mode (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_inline_add.h77 int rounding_mode, unsigned *fpsc) { in get_add64()
473 int extra_digits, int rounding_mode, in __bid_simple_round64_sticky()
512 int extra_digits, int rounding_mode, in __bid_full_round64()
636 int rounding_mode, unsigned *fpsc, in __bid_full_round64_remainder()
807 int extra_digits, int rounding_mode, unsigned *fpsc) { in get_add128()
1154 int rounding_mode, unsigned *fpsc) { in BID_normalize()
H A Dbid_flag_operations.c277 setDecimalRoundingDirection (_IDEC_round * rounding_mode in setDecimalRoundingDirection()
310 setDecimalRoundingDirection (_IDEC_round rounding_mode) { in setDecimalRoundingDirection()
H A Dbid_functions.h330 unsigned int rounding_mode:3; member
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_inline_add.h77 int rounding_mode, unsigned *fpsc) { in get_add64()
473 int extra_digits, int rounding_mode, in __bid_simple_round64_sticky()
512 int extra_digits, int rounding_mode, in __bid_full_round64()
636 int rounding_mode, unsigned *fpsc, in __bid_full_round64_remainder()
807 int extra_digits, int rounding_mode, unsigned *fpsc) { in get_add128()
1154 int rounding_mode, unsigned *fpsc) { in BID_normalize()
H A Dbid_flag_operations.c277 setDecimalRoundingDirection (_IDEC_round * rounding_mode in setDecimalRoundingDirection()
310 setDecimalRoundingDirection (_IDEC_round rounding_mode) { in setDecimalRoundingDirection()
H A Dbid_functions.h330 unsigned int rounding_mode:3; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp1293 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow()
1317 bool IEEEFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero()
1355 IEEEFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode, in normalize()
1760 roundingMode rounding_mode, in addOrSubtract()
1790 roundingMode rounding_mode) { in add()
1796 roundingMode rounding_mode) { in subtract()
1802 roundingMode rounding_mode) { in multiply()
1820 roundingMode rounding_mode) { in divide()
1965 roundingMode rounding_mode) { in fusedMultiplyAdd()
2006 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h369 int rounding_mode, round_up; in ceil() local
391 int rounding_mode, round_down; in floor() local
414 int rounding_mode, round_nearest; in rint() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h369 int rounding_mode, round_up; in ceil() local
391 int rounding_mode, round_down; in floor() local
414 int rounding_mode, round_nearest; in rint() local
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/
H A Dprintf_fphex.c344 int rounding_mode = get_rounding_mode (); in __quadmath_printf_fphex() local
H A Dprintf_fp.c964 int rounding_mode = get_rounding_mode (); in __quadmath_printf_fp() local
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dprintf_fphex.c343 int rounding_mode = get_rounding_mode (); in __quadmath_printf_fphex() local
H A Dprintf_fp.c964 int rounding_mode = get_rounding_mode (); in __quadmath_printf_fp() local
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dfpu-tst.c72 sim_fpu_round rounding_mode; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c137 enum rounding_mode { RND_ROUND, RND_TRUNC, RND_CEIL, RND_FLOOR }; enum
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc140 enum rounding_mode { RND_ROUND, RND_TRUNC, RND_CEIL, RND_FLOOR }; enum