Home
last modified time | relevance | path

Searched defs:_asdouble (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dstdio_private.h170 #define _asdouble(x) _asfloat64(x) macro
177 #define _asdouble(x) ((double) _asfloat(x)) macro