Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Ds_trunc.c70 return _asfloat64(ix & mask); in trunc64()
Dmath_config.h268 _asfloat64(int64_t i) in _asfloat64() function
/picolibc-latest/newlib/libc/tinystdio/
Dstdio_private.h252 #define _asdouble(x) _asfloat64(x)