Home
last modified time | relevance | path

Searched defs:precision (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/stdlib/
Dstrfrom-skeleton.c56 int precision = -1; /* printf_fp and printf_fphex treat this internally. */ in STRFROM() local
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dosf_adjtime.c36 long precision; /* clock precision (usec) (read only) */ member
/glibc-2.36/stdio-common/
Dprintf_fphex.c147 int precision = info->prec; in __printf_fphex() local
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtimex.h38 long long precision; /* clock precision (usec) (read only) */ member
/glibc-2.36/math/
Dlibm-test-support.c158 fmt_ftostr (char *dest, size_t size, int precision, const char *conversion, in fmt_ftostr()