Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/
Ds_frexp.c36 double frexp(double x, int *pexp) in frexp() function
/picolibc-3.7.0-3.6.0/newlib/libc/machine/x86/machine/
Dfastmath.h81 #define frexp(__x,__p) _f_frexp((__x),(__p)) macro