Home
last modified time | relevance | path

Searched refs:_PRINTF_FLOAT_TYPE (Results 1 – 10 of 10) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdio/
H A Dnano-vfprintf_local.h78 #define _PRINTF_FLOAT_TYPE double macro
206 _PRINTF_FLOAT_TYPE _double_; /* Double value. */
H A Dnano-vfprintf_float.c51 char *__cvt (struct _reent *data, _PRINTF_FLOAT_TYPE value, int ndigits,
67 __cvt (struct _reent *data, _PRINTF_FLOAT_TYPE value, int ndigits, int flags, in __cvt()
H A Dvfwprintf.c232 # define _PRINTF_FLOAT_TYPE double macro
243 # define _PRINTF_FLOAT_TYPE _LONG_DOUBLE macro
251 static wchar_t *wcvt(struct _reent *, _PRINTF_FLOAT_TYPE, int, int, wchar_t *,
415 union { int i; _PRINTF_FLOAT_TYPE fp; } _double_ = {0}; in _VFWPRINTF_R()
1553 wcvt(struct _reent *data, _PRINTF_FLOAT_TYPE value, int ndigits, int flags, in wcvt()
H A Dvfprintf.c510 # define _PRINTF_FLOAT_TYPE double macro
521 # define _PRINTF_FLOAT_TYPE _LONG_DOUBLE macro
529 static char *cvt(struct _reent *, _PRINTF_FLOAT_TYPE, int, int, char *, int *,
691 union { int i; _PRINTF_FLOAT_TYPE fp; } _double_ = {0};
1801 cvt(struct _reent *data, _PRINTF_FLOAT_TYPE value, int ndigits, int flags,
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdio/
H A Dnano-vfprintf_local.h78 #define _PRINTF_FLOAT_TYPE double macro
206 _PRINTF_FLOAT_TYPE _double_; /* Double value. */
H A Dnano-vfprintf_float.c51 char *__cvt (struct _reent *data, _PRINTF_FLOAT_TYPE value, int ndigits,
67 __cvt (struct _reent *data, _PRINTF_FLOAT_TYPE value, int ndigits, int flags, in __cvt()
H A Dvfwprintf.c234 # define _PRINTF_FLOAT_TYPE double macro
245 # define _PRINTF_FLOAT_TYPE _LONG_DOUBLE macro
253 static wchar_t *wcvt(struct _reent *, _PRINTF_FLOAT_TYPE, int, int, wchar_t *,
419 union { int i; _PRINTF_FLOAT_TYPE fp; } _double_ = {0};
1553 wcvt(struct _reent *data, _PRINTF_FLOAT_TYPE value, int ndigits, int flags, in wcvt()
H A Dvfprintf.c516 # define _PRINTF_FLOAT_TYPE double macro
527 # define _PRINTF_FLOAT_TYPE _LONG_DOUBLE macro
535 static char *cvt(struct _reent *, _PRINTF_FLOAT_TYPE, int, int, char *, int *,
699 union { int i; _PRINTF_FLOAT_TYPE fp; } _double_ = {0};
1805 cvt(struct _reent *data, _PRINTF_FLOAT_TYPE value, int ndigits, int flags, in cvt()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/
H A DChangeLog-201510374 (MAXEXPLEN, _PRINTF_FLOAT_TYPE): Define.
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/
H A DChangeLog-201510374 (MAXEXPLEN, _PRINTF_FLOAT_TYPE): Define.