Searched defs:ndigits (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | hdtoa.c | 49 roundup(char *s0, int ndigits) in roundup() 71 dorounding(char *s0, int ndigits, int sign, int *decpt) in dorounding() 123 __hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign, in __hdtoa() 220 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa() 326 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa()
|
D | ldtoa.c | 49 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa() 113 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa()
|
D | dtoa.c | 78 (d0, mode, ndigits, decpt, sign, rve) in dtoa() argument
|
D | gdtoa.c | 116 (fpi, be, bits, kindp, mode, ndigits, decpt, rve) in gdtoa() argument
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 737 int ndigits = 0; in p_count() local
|