Searched refs:fpsc (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_inline_add.h77 int rounding_mode, unsigned *fpsc) {
117 fpsc);
142 __set_status_flags (fpsc, INEXACT_EXCEPTION);
198 rounding_mode, fpsc);
233 rounding_mode, fpsc);
458 __set_status_flags (fpsc, status);
463 rounding_mode, fpsc);
474 unsigned *fpsc) {
500 __set_status_flags (fpsc, INEXACT_EXCEPTION);
504 return get_BID64 (sign, exponent, C64, rounding_mode, fpsc);
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
1230 add_zero64(int exponent_y, UINT64 sign_z, int exponent_z, UINT64 coefficient_z, unsigned *prounding_mode, unsigned *fpsc) argument
[all...]
H A Dbid_internal.h783 #define __set_status_flags(fpsc, status) *(fpsc) |= status
784 #define is_inexact(fpsc) ((*(fpsc))&INEXACT_EXCEPTION)
830 unsigned *fpsc) {
846 __set_status_flags (fpsc,
905 if (is_inexact (fpsc))
906 __set_status_flags (fpsc, UNDERFLOW_EXCEPTION);
944 __set_status_flags (fpsc, UNDERFLOW_EXCEPTION | status);
957 __set_status_flags (fpsc, OVERFLOW_EXCEPTIO
829 get_BID64(UINT64 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument
1055 fast_get_BID64_check_OF(UINT64 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument
1176 get_BID64_UF(UINT64 sgn, int expon, UINT64 coeff, UINT64 R, int rmode, unsigned *fpsc) argument
1303 get_BID64_small_mantissa(UINT64 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument
1481 handle_UF_128_rem(UINT128 * pres, UINT64 sgn, int expon, UINT128 CQ, UINT64 R, unsigned *prounding_mode, unsigned *fpsc) argument
1626 handle_UF_128(UINT128 * pres, UINT64 sgn, int expon, UINT128 CQ, unsigned *prounding_mode, unsigned *fpsc) argument
1881 get_BID128_very_fast_OF(UINT128 * pres, UINT64 sgn, int expon, UINT128 coeff, unsigned *prounding_mode, unsigned *fpsc) argument
1985 get_BID128(UINT128 * pres, UINT64 sgn, int expon, UINT128 coeff, unsigned *prounding_mode, unsigned *fpsc) argument
2189 get_BID32(UINT32 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument
[all...]
H A Dbid64_string.c257 unsigned fpsc; local
459 coefficient_x, 0, &fpsc);
506 &fpsc);
509 res = get_BID64 (sign_x, expon_x, coefficient_x, rnd_mode, &fpsc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr32293.c29 unsigned *fpsc) {
28 get_BID32(UINT32 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument

Completed in 114 milliseconds