Searched refs:precision (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ryu/ |
D | ryu.h | 32 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/ |
D | dcvt.c | 58 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/ |
D | long_double_gen.5c | 148 int bits = precision(x); 239 int bits = precision(x); 270 int bits = precision(x); 576 return imprecise(t, precision(x));
|
D | fma_gen.5c | 115 /* Denorm means our available precision is reduced */
|
/picolibc-latest/newlib/libc/xdr/ |
D | README | 30 IEEE single and double precision, and VAX single and 31 double precision.
|
/picolibc-latest/doc/ |
D | printf.md | 117 precision, alternate presentation modes and alternate sign 156 although the floating point value has reduced precision:
|
D | build.md | 219 functions use double-precision computations. On sytems without
|
/picolibc-latest/ |
D | README.md | 239 * 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
|
D | meson.build | 974 # Hacks for NIOS II to get rid of -fsingle-precision-constant 976 # doesn't set the single precision constant flag
|
/picolibc-latest/newlib/ |
D | README | 414 precision.
|
D | ChangeLog-2015 | 9591 * 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 …]
|