Home
last modified time | relevance | path

Searched refs:qres (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dvfwscanf.c1540 long double qres = 0; in _SVFWSCANF() local
1541 #define QUAD_RES qres; in _SVFWSCANF()
1569 qres = wcstold (buf, NULL); in _SVFWSCANF()
Dvfscanf.c1885 long double qres = 0; in _SVFSCANF() local
1886 #define QUAD_RES qres; in _SVFSCANF()
1915 qres = strtold (buf, NULL); in _SVFSCANF()