Home | History | Annotate | Download | only in dmg_fp

Lines Matching refs:rve

521 			int *decpt, int *sign, char **rve);
3451 nrv_alloc(s, rve, n) char *s, **rve; int n;
3453 nrv_alloc(CONST char *s, char **rve, int n)
3460 if (rve)
3461 *rve = t;
3524 (dd, mode, ndigits, decpt, sign, rve)
3525 double dd; int mode, ndigits, *decpt, *sign; char **rve;
3527 (double dd, int mode, int ndigits, int *decpt, int *sign, char **rve)
3532 the returned string. If not null, *rve is set to point
3620 return nrv_alloc("Infinity", rve, 8);
3622 return nrv_alloc("NaN", rve, 3);
3630 return nrv_alloc("0", rve, 1);
4204 if (rve)
4205 *rve = s;