Home
last modified time | relevance | path

Searched defs:rve (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dldtoa.c56 ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, char **rve) in ldtoa()
Ddmisc.c69 nrv_alloc(s, rve, n) CONST char *s; char **rve; size_t n; in nrv_alloc() argument
Ddtoa.c87 (d, mode, ndigits, decpt, sign, rve) in dtoa() argument
Dgdtoa.c131 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve) in gdtoa()
Dstrtodg.c314 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; in strtodg() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c2247 nrv_alloc(char *s, char **rve, int n) in nrv_alloc()
2315 int *decpt, int *sign, char **rve) in _Py_dg_dtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c2278 nrv_alloc(char *s, char **rve, int n) in nrv_alloc()
2346 int *decpt, int *sign, char **rve) in _Py_dg_dtoa()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvfwprintf.c1976 char *digits, *bp, *rve; in cvt() local