Searched defs:rve (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | ldtoa.c | 56 ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, char **rve) in ldtoa()
|
D | dmisc.c | 69 nrv_alloc(s, rve, n) CONST char *s; char **rve; size_t n; in nrv_alloc() argument
|
D | dtoa.c | 87 (d, mode, ndigits, decpt, sign, rve) in dtoa() argument
|
D | gdtoa.c | 131 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve) in gdtoa()
|
D | strtodg.c | 314 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/ |
D | dtoa.c | 2247 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/ |
D | dtoa.c | 2278 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/ |
D | vfwprintf.c | 1976 char *digits, *bp, *rve; in cvt() local
|