Searched defs:xdigs (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | hdtoa.c | 123 __hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign, in __hdtoa() 221 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa() 330 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa()
|
/bionic/libc/stdio/ |
D | vfwprintf.cpp | 88 const char* xdigs; /* digits for %[xX] conversion */ in FUNCTION_NAME() local
|
D | vfprintf.cpp | 88 const char* xdigs; /* digits for %[xX] conversion */ in FUNCTION_NAME() local
|