Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Dsf_fma.c26 #define FREXP frexpf macro
Dfma_inc.h204 xs = FREXP(x, &ex); in FMA()
205 ys = FREXP(y, &ey); in FMA()
206 zs = FREXP(z, &ez); in FMA()
Ds_fma.c66 #define FREXP frexp64 macro
/picolibc-latest/newlib/libm/ld/
Ds_fmal.c45 #define FREXP frexpl macro
/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_local.h92 # define FREXP frexp macro
Dvfwprintf.c221 # define FREXP frexp macro
229 # define FREXP frexpl macro
1568 value = FREXP (value, decpt) / 8; in wcvt()
Dvfprintf.c254 # define FREXP frexp macro
262 # define FREXP frexpl macro
1585 value = FREXP (value, decpt) / 8; in cvt()