Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dnano-vfscanf_float.c42 _LONG_DOUBLE *ldp; in _scanf_float()
324 ldp = GET_ARG (N, *ap, _LONG_DOUBLE *); in _scanf_float()
Dvfwprintf.c225 extern int _ldcheck (_LONG_DOUBLE *);
227 # define _PRINTF_FLOAT_TYPE _LONG_DOUBLE
293 _LONG_DOUBLE val__LONG_DOUBLE;
926 _fpvalue = (double) GET_ARG (N, ap, _LONG_DOUBLE); in VFWPRINTF()
963 _fpvalue = GET_ARG (N, ap, _LONG_DOUBLE); in VFWPRINTF()
965 _fpvalue = (_LONG_DOUBLE)GET_ARG (N, ap, double); in VFWPRINTF()
1550 _LONG_DOUBLE val; in wcvt()
1912 args[numargs++].val__LONG_DOUBLE = va_arg (ap->ap, _LONG_DOUBLE); in get_arg()
1980 args[numargs++].val__LONG_DOUBLE = va_arg (ap->ap, _LONG_DOUBLE); in get_arg()
Dvfprintf.c258 extern int _ldcheck (_LONG_DOUBLE *);
260 # define _PRINTF_FLOAT_TYPE _LONG_DOUBLE
325 _LONG_DOUBLE val__LONG_DOUBLE;
967 _fpvalue = (double) GET_ARG (N, ap, _LONG_DOUBLE); in VFPRINTF()
1004 _fpvalue = GET_ARG (N, ap, _LONG_DOUBLE); in VFPRINTF()
1006 _fpvalue = (_LONG_DOUBLE)GET_ARG (N, ap, double); in VFPRINTF()
1568 _LONG_DOUBLE val; in cvt()
2016 args[numargs++].val__LONG_DOUBLE = va_arg (ap->ap, _LONG_DOUBLE); in get_arg()
2084 args[numargs++].val__LONG_DOUBLE = va_arg (ap->ap, _LONG_DOUBLE); in get_arg()
Dnano-vfprintf_float.c189 _fpvalue = (double) GET_ARG (N, *ap, _LONG_DOUBLE); in _printf_float()
Dvfwscanf.c323 _LONG_DOUBLE *ldp; in _SVFWSCANF()
1580 ldp = GET_ARG (N, ap, _LONG_DOUBLE *); in _SVFWSCANF()
1581 *ldp = (_LONG_DOUBLE) QUAD_RES; in _SVFWSCANF()
Dvfscanf.c545 _LONG_DOUBLE *ldp; in _SVFSCANF()
1932 ldp = GET_ARG (N, ap, _LONG_DOUBLE *); in _SVFSCANF()
1933 *ldp = (_LONG_DOUBLE) QUAD_RES; in _SVFSCANF()
Dnano-vfprintf.c607 GET_ARG (N, ap_copy, _LONG_DOUBLE); in VFPRINTF()
/picolibc-latest/newlib/libc/include/sys/
Dconfig.h151 #define _LONG_DOUBLE double macro
Dcdefs.h833 #ifndef _LONG_DOUBLE
834 #define _LONG_DOUBLE long double macro
/picolibc-latest/newlib/
DChangeLog-201516962 _LONG_DOUBLE to double.