Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_local.h203 _PRINTF_FLOAT_TYPE _double_; /* Double value. */ member
Dnano-vfprintf_float.c169 #define _fpvalue (pdata->_double_) in _printf_float()
Dvfwprintf.c390 union { int i; _PRINTF_FLOAT_TYPE fp; } _double_ = {0}; in VFWPRINTF() local
391 # define _fpvalue (_double_.fp) in VFWPRINTF()
Dvfprintf.c419 union { int i; _PRINTF_FLOAT_TYPE fp; } _double_ = {0}; in VFPRINTF() local
420 # define _fpvalue (_double_.fp) in VFPRINTF()