Home
last modified time | relevance | path

Searched refs:pexp (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/
Dsf_frexp.c36 float frexpf(float x, int *pexp) in frexpf() argument
38 return _frexpf(x, pexp); in frexpf()
Ds_frexp.c36 double frexp(double x, int *pexp) in frexp() argument
38 return _frexp(x, pexp); in frexp()
/picolibc-latest/newlib/libm/machine/spu/headers/
Dfrexpf.h41 static __inline float _frexpf(float x, int *pexp) in _frexpf() argument
65 *pexp = spu_extract(exp, 0); in _frexpf()
Dfrexp.h44 static __inline double _frexp(double x, int *pexp) in _frexp() argument
70 *pexp = spu_extract(exp, 0); in _frexp()
Dsimdmath.h106 vector float frexpf4(vector float x, vector signed int *pexp);
203 vector double frexpd2(vector double x, vector signed long long *pexp);