Searched refs:xprec (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dround_raw_generic.c34 * If flag = 0, puts in y the value of xp (with precision xprec and
58 const mp_limb_t *xp, mpfr_prec_t xprec,
80 (xprec <= yprec || MPFR_IS_LIKE_RNDZ (rnd_mode, neg)))
83 xsize = (xprec-1)/GMP_NUMB_BITS + 1;
87 if (MPFR_UNLIKELY(xprec <= yprec))
54 mpfr_round_raw_generic( mp_limb_t *yp, const mp_limb_t *xp, mpfr_prec_t xprec, int neg, mpfr_prec_t yprec, mpfr_rnd_t rnd_mode , int *inexp ) argument
H A Dset_f.c54 unsigned long xprec = sx * GMP_NUMB_BITS; local
64 carry = mpfr_round_raw (my, tmp, xprec, (SIZ(x) < 0), MPFR_PREC(y),
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtdiv_ui.c54 unsigned xprec, yprec; local
115 for (xprec = 53; xprec <= 128; xprec++)
117 mpfr_set_prec (x, xprec);
125 printf ("division by 1.0 fails for xprec=%u, yprec=%u\n", xprec, yprec);
H A Dtmul_ui.c87 unsigned int xprec, yprec, i; local
231 for (xprec = 53; xprec <= 128; xprec++)
233 mpfr_set_prec (x, xprec);
241 printf ("multiplication by 1.0 fails for xprec=%u, yprec=%u\n",
242 xprec, yprec);
H A Dtgeneric.c113 mpfr_prec_t prec, xprec, yprec; local
147 xprec = prec;
150 xprec *= (double) randlimb () / MP_LIMB_T_MAX;
151 if (xprec < MPFR_PREC_MIN)
152 xprec = MPFR_PREC_MIN;
154 mpfr_set_prec (x, xprec);
156 mpfr_set_prec (u, xprec);
369 mpfr_out_str (stdout, 2, xprec, x, MPFR_RNDN);
372 mpfr_out_str (stdout, 2, xprec, u, MPFR_RNDN);
H A Dtests.c555 printf ("Error for %s with xprec=%lu, yprec=%lu, rnd=%s\nx = ",
568 printf ("Error for %s with xprec=%lu, yprec=%lu, rnd=%s\nx = ",
617 xprec yprec rnd x y
621 xprec is the input precision
640 int xprec, yprec; /* not mpfr_prec_t because of the fscanf */ local
708 c = fscanf (fp, "%d %d %c", &xprec, &yprec, &r);
709 MPFR_ASSERTN (xprec >= MPFR_PREC_MIN && xprec <= MPFR_PREC_MAX);
744 mpfr_set_prec (x, xprec);
/netbsd-6-1-5-RELEASE/sys/arch/m68k/060sp/dist/
H A Dfpsp.s9466 bne.b not_ext # if xprec, do not call round
19843 fmov.l %d0, %fp0 # read into %fp0;convert to xprec
19879 fmov.w %d0, %fp0 # read into %fp0;convert to xprec
19915 fmov.b %d0, %fp0 # read into %fp0;convert to xprec
19962 fmov.s L_SCR1(%a6), %fp0 # read into %fp0;convert to xprec
19986 bset &0x7, FP_SRC_EX(%a6) # set sgn of xprec value
19991 mov.w &0x3f81, %d1 # xprec exp = 0x3f81
20045 fmov.d L_SCR1(%a6), %fp0 # read into %fp0;convert to xprec
20072 bset &0x7, FP_SRC_EX(%a6) # set sgn of xprec value
20077 mov.w &0x3c01, %d1 # xprec ex
[all...]

Completed in 202 milliseconds