Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dstdio_private.h252 #define _asdouble(x) _asfloat64(x) macro
259 #define _asdouble(x) ((double) _asfloat(x)) macro