Home
last modified time | relevance | path

Searched refs:precision (Results 1 – 11 of 11) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/ryu/
Dryu.h32 int d2fixed_buffered_n(double d, uint32_t precision, char* result);
33 void d2fixed_buffered(double d, uint32_t precision, char* result);
34 char* d2fixed(double d, uint32_t precision);
36 int d2exp_buffered_n(double d, uint32_t precision, char* result);
37 void d2exp_buffered(double d, uint32_t precision, char* result);
38 char* d2exp(double d, uint32_t precision);
/picolibc-latest/newlib/libm/test/
Ddcvt.c58 int precision) in print_nan() argument
74 while (i < precision) in print_nan()
447 int precision, in _dcvt() argument
461 return print_nan(buffer, invalue, precision); in _dcvt()
479 if (precision == 0) in _dcvt()
480 precision = 1; in _dcvt()
484 if (in.exp >= precision || in.exp < -4) in _dcvt()
488 in.max_digits = precision; in _dcvt()
496 in.max_digits = precision; in _dcvt()
519 in.decimal_places= precision; in _dcvt()
[all …]
/picolibc-latest/test/
Dlong_double_gen.5c148 int bits = precision(x);
239 int bits = precision(x);
270 int bits = precision(x);
576 return imprecise(t, precision(x));
Dfma_gen.5c115 /* Denorm means our available precision is reduced */
/picolibc-latest/newlib/libc/xdr/
DREADME30 IEEE single and double precision, and VAX single and
31 double precision.
/picolibc-latest/doc/
Dprintf.md117 precision, alternate presentation modes and alternate sign
156 although the floating point value has reduced precision:
Dbuild.md219 functions use double-precision computations. On sytems without
/picolibc-latest/
DREADME.md239 * Support %a/%A in scanf. Support arbitrary precision in %a/%A
349 * Add full precision fma/fmaf fallbacks by adapting the long-double
392 and precision fields and alternate presentation modes. A new config
879 negative precision to '*' arguments in printf, fix handling of
1113 precision requirements adjusted so that the library now
Dmeson.build974 # Hacks for NIOS II to get rid of -fsingle-precision-constant
976 # doesn't set the single precision constant flag
/picolibc-latest/newlib/
DREADME414 precision.
DChangeLog-20159591 * libc/stdio/vfprintf.c (_VFPRINTF_R): Take precision into account
14734 * libm/common/s_infinity: Hyphenate "double- and single-precision".
14736 * libm/common/s_nextafter.c: Fix typo. Hyphenate "double-precision"
14740 * libm/math/math.tex: Hyphenate "single-precision" and "floating-point".
14744 * libm/math/s_isnan.c: Hyphenate "single-precision" and
14762 * libm/mathfp/mathfp.tex: Hyphenate "single-precision" and
14778 * libm/mathfp/s_isnan.c: Hyphenate "single-precision" and
14983 we have %f format with precision 0 and # flag not specified.
16071 buffer based on the precision, after we have processed the input value
19428 * libc/include/math.h: The C++ standard adds the single-precision
[all …]