/dflybsd-src/contrib/mpfr/src/ |
H A D | stack_interface.c | 27 mpfr_custom_get_size (mpfr_prec_t prec) in mpfr_custom_get_size() 34 mpfr_custom_init (void *mantissa, mpfr_prec_t prec) in mpfr_custom_init() 63 mpfr_prec_t prec, void *mantissa) in mpfr_custom_init_set()
|
H A D | round_prec.c | 49 mpfr_prec_round (mpfr_ptr x, mpfr_prec_t prec, mpfr_rnd_t rnd_mode) in mpfr_prec_round() 131 mpfr_rnd_t rnd2, mpfr_prec_t prec) in mpfr_can_round() 142 mpfr_rnd_t rnd1, mpfr_rnd_t rnd2, mpfr_prec_t prec) in mpfr_can_round_raw()
|
H A D | sin_cos.c | 31 mpfr_prec_t prec, m; in mpfr_sin_cos() local 237 reduce (mpz_t Q, mpz_srcptr R, mpfr_prec_t prec) in reduce() 250 reduce2 (mpz_t S, mpz_t C, mpfr_prec_t prec) in reduce2() 285 mpfr_prec_t prec) in sin_bs_aux()
|
H A D | gammaonethird.c | 100 mpfr_Browns_const (mpfr_ptr s, mpfr_prec_t prec) in mpfr_Browns_const() 135 mpfr_gamma_one_third (mpfr_ptr y, mpfr_prec_t prec) in mpfr_gamma_one_third() 172 mpfr_gamma_one_and_two_third (mpfr_ptr y1, mpfr_ptr y2, mpfr_prec_t prec) in mpfr_gamma_one_and_two_third()
|
H A D | round_p.c | 30 mpfr_round_p (mp_limb_t *bp, mp_size_t bn, mpfr_exp_t err0, mpfr_prec_t prec) in mpfr_round_p() 58 mpfr_round_p (mp_limb_t *bp, mp_size_t bn, mpfr_exp_t err0, mpfr_prec_t prec) in mpfr_round_p()
|
H A D | yn.c | 220 mpfr_prec_t prec; in mpfr_yn() local 274 mpfr_prec_t prec; in mpfr_yn() local 322 mpfr_prec_t prec; in mpfr_yn() local
|
H A D | erfc.c | 38 mpfr_prec_t prec = MPFR_PREC(y); in mpfr_erfc_asympt() local 129 mpfr_prec_t prec; in mpfr_erfc() local
|
H A D | mpfr-impl.h | 1378 #define MPFR_CAN_ROUND(b,err,prec,rnd) \ argument 1694 #define MPFR_GROUP_INIT_TEMPLATE(g, prec, num, handler) do { \ argument 1718 #define MPFR_GROUP_INIT_1(g, prec, x) \ argument 1720 #define MPFR_GROUP_INIT_2(g, prec, x, y) \ argument 1723 #define MPFR_GROUP_INIT_3(g, prec, x, y, z) \ argument 1727 #define MPFR_GROUP_INIT_4(g, prec, x, y, z, t) \ argument 1731 #define MPFR_GROUP_INIT_5(g, prec, x, y, z, t, a) \ argument 1736 #define MPFR_GROUP_INIT_6(g, prec, x, y, z, t, a, b) \ argument 1742 #define MPFR_GROUP_REPREC_TEMPLATE(g, prec, num, handler) do { \ argument 1763 #define MPFR_GROUP_REPREC_1(g, prec, x) \ argument [all …]
|
H A D | set_dfl_prec.c | 30 mpfr_set_default_prec (mpfr_prec_t prec) in mpfr_set_default_prec()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | double-int.c | 230 unsigned HOST_WIDE_INT count, unsigned int prec, in rshift_double() 290 unsigned HOST_WIDE_INT count, unsigned int prec, in lshift_double() 666 double_int::mask (unsigned prec) in mask() 691 double_int::max_value (unsigned int prec, bool uns) in max_value() 700 double_int::min_value (unsigned int prec, bool uns) in min_value() 715 double_int::ext (unsigned prec, bool uns) const in ext() 726 double_int::zext (unsigned prec) const in zext() 741 double_int::sext (unsigned prec) const in sext() 1150 double_int::lshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const in lshift() 1165 double_int::rshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const in rshift() [all …]
|
H A D | wide-int.cc | 244 unsigned int prec = TYPE_PRECISION (type); in from_mpz() local 420 top_bit_of (const HOST_WIDE_INT *a, unsigned int len, unsigned int prec) in top_bit_of() 439 unsigned int prec) in eq_p_large() 761 unsigned int prec) in mask() 795 bool negate, unsigned int prec) in shifted_mask() 853 unsigned int op1len, unsigned int prec) in and_large() 910 unsigned int op1len, unsigned int prec) in and_not_large() 968 unsigned int op1len, unsigned int prec) in or_large() 1026 unsigned int op1len, unsigned int prec) in or_not_large() 1084 unsigned int op1len, unsigned int prec) in xor_large() [all …]
|
H A D | fold-const-call.c | 131 int prec = format->p; in do_mpfr_arg1() local 161 int prec = format->p; in do_mpfr_sincos() local 194 int prec = format->p; in do_mpfr_arg2() local 225 int prec = format->p; in do_mpfr_arg2() local 261 int prec = format->p; in do_mpfr_arg3() local 338 int prec = format->p; in do_mpc_arg1() local 374 int prec = format->p; in do_mpc_arg2() local
|
/dflybsd-src/tools/regression/lib/libm/ |
H A D | test-next.c | 60 #define testboth(arg1, arg2, ans, ex, prec) do { \ argument 98 #define ztest(prec) \ in main() argument 109 #define stest(next, eps, prec) \ in main() argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | double-int.c | 196 unsigned HOST_WIDE_INT count, unsigned int prec, in rshift_double() 259 HOST_WIDE_INT count, unsigned int prec, in lshift_double() 598 double_int_mask (unsigned prec) in double_int_mask() 627 double_int_ext (double_int cst, unsigned prec, bool uns) in double_int_ext() 638 double_int_zext (double_int cst, unsigned prec) in double_int_zext() 652 double_int_sext (double_int cst, unsigned prec) in double_int_sext() 877 double_int_lshift (double_int a, HOST_WIDE_INT count, unsigned int prec, bool arith) in double_int_lshift() 889 double_int_rshift (double_int a, HOST_WIDE_INT count, unsigned int prec, bool arith) in double_int_rshift() 900 double_int_lrotate (double_int a, HOST_WIDE_INT count, unsigned int prec) in double_int_lrotate() 918 double_int_rrotate (double_int a, HOST_WIDE_INT count, unsigned int prec) in double_int_rrotate()
|
/dflybsd-src/contrib/mpc/src/ |
H A D | log10.c | 31 mp_prec_t prec = (MPFR_PREC_MIN > 4) ? MPFR_PREC_MIN : 4; in mpc_log10_aux() local 95 mpfr_prec_t prec; in mpc_log10() local
|
H A D | init2.c | 24 mpc_init2 (mpc_t x, mpfr_prec_t prec) in mpc_init2()
|
H A D | set_prec.c | 24 mpc_set_prec (mpc_t x, mpfr_prec_t prec) in mpc_set_prec()
|
/dflybsd-src/usr.bin/hexdump/ |
H A D | parse.c | 151 int prec; in size() local 206 int nconv, prec = 0; in rewrite() local
|
/dflybsd-src/contrib/gmp/mpf/ |
H A D | init.c | 26 mp_size_t prec = __gmp_default_fp_limb_precision; in mpf_init() local
|
H A D | set_str.c | 59 mp_size_t prec, mp_ptr tp) in mpn_pow_1_highpart() 237 mp_size_t prec = PREC(x) + 1; in mpf_set_str() local
|
H A D | iset_d.c | 26 mp_size_t prec = __gmp_default_fp_limb_precision; in mpf_init_set_d() local
|
H A D | init2.c | 26 mp_size_t prec; in mpf_init2() local
|
H A D | iset_ui.c | 27 mp_size_t prec = __gmp_default_fp_limb_precision; in mpf_init_set_ui() local
|
H A D | iset_str.c | 26 mp_size_t prec = __gmp_default_fp_limb_precision; in mpf_init_set_str() local
|
/dflybsd-src/sys/net/altq/ |
H A D | altq_rio.c | 206 struct dropprec_state *prec = &rp->rio_precstate[i]; in rio_alloc() local 299 struct dropprec_state *prec; in rio_addq() local
|