OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xdigs
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
hdtoa.c
106
* - The additional
xdigs
argument should point to either the string
119
* Inputs: d,
xdigs
, ndigits
123
__hdtoa(double d, const char *
xdigs
, int ndigits, int *decpt, int *sign,
173
* converted to
xdigs
[0x0] through
xdigs
[0xf] after the
209
*s =
xdigs
[(unsigned int)*s];
220
__hldtoa(long double e, const char *
xdigs
, int ndigits, int *decpt, int *sign,
270
* converted to
xdigs
[0x0] through
xdigs
[0xf] after the
318
*s =
xdigs
[(unsigned int)*s]
[
all
...]
/bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c
319
const char *
xdigs
; /* digits for %[xX] conversion */
local
683
xdigs
= xdigs_lower;
687
xdigs
= xdigs_upper;
697
__hldtoa(fparg.ldbl,
xdigs
, prec,
706
__hdtoa(fparg.dbl,
xdigs
, prec,
849
xdigs
= xdigs_lower;
899
xdigs
= xdigs_upper;
902
xdigs
= xdigs_lower;
953
*--cp =
xdigs
[_umax & 15];
[
all
...]
vfwprintf.c
326
const char *
xdigs
; /* digits for %[xX] conversion */
local
636
xdigs
= xdigs_lower;
640
xdigs
= xdigs_upper;
650
__hldtoa(fparg.ldbl,
xdigs
, prec,
659
__hdtoa(fparg.dbl,
xdigs
, prec,
811
xdigs
= xdigs_lower;
859
xdigs
= xdigs_upper;
862
xdigs
= xdigs_lower;
913
*--cp =
xdigs
[_umax & 15];
[
all
...]
/ndk/sources/android/support/src/stdio/
strtod.c
[
all
...]
Completed in 83 milliseconds