Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dprintf-tests.c64 uint32_t dv; in test() local
66 double dv; in test() local
102 dv = va_arg(ap, __typeof(dv)); in test()
103 n = snprintf(buf, PRINTF_BUF_SIZE, fmt, iv1, iv2, dv); in test()
105 an = asprintf(&abuf, fmt, iv1, iv2, dv); in test()
120 dv = va_arg(ap, __typeof(dv)); in test()
121 n = snprintf(buf, PRINTF_BUF_SIZE, fmt, iv, dv); in test()
123 an = asprintf(&abuf, fmt, iv, dv); in test()
138 dv = va_arg(ap, __typeof(dv)); in test()
139 n = snprintf(buf, PRINTF_BUF_SIZE, fmt, dv); in test()
[all …]