Searched refs:cvt (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | test.c | 48 int cvt = 1; in main() local 70 cvt = 0; in main() 81 if (cvt) in main()
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | vfprintf.c | 270 static char *cvt(_PRINTF_FLOAT_TYPE, int, int, char *, int *, 1068 cp = cvt (_fpvalue, prec, flags, &softsign, in VFPRINTF() 1555 cvt(_PRINTF_FLOAT_TYPE value, int ndigits, int flags, in cvt() function
|
/picolibc-3.7.0-3.6.0/ |
D | README.md | 898 4. Make tinystdio versions of [efg]cvt functions. This means that the
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 10391 * libc/stdio/vfprintf.c (_VFPRINTF_R, cvt, exponent, chclass) 10586 * libc/stdio/vfprintf.c (_VFPRINTF_F, cvt): Don't confuse %F with %e. 12765 * libc/stdio/vfprintf.c (cvt): Don't rely on pointer aliasing to 21343 * libc/stdio/vfprintf.c (cvt): Changed floating point 21344 cvt routine to use union used by dtoa to properly determine 22358 * libc/stdio/vfprintf.c (cvt): Changed code to look at sign 24097 * libc/stdio/vfprintf.c (cvt): Accept a reent structure 24420 * libc/stdio/cvt.c: Removed. 25909 * libc/stdio/cvt.c: Include "local.h" to get CVT_BUF_SIZE. 26594 * libc/stdio/cvt.c (_licvt): Print the right value on machines [all …]
|