Searched refs:pexp (Results 1 – 5 of 5) sorted by relevance
| /picolibc-latest/newlib/libm/machine/spu/ |
| D | sf_frexp.c | 36 float frexpf(float x, int *pexp) in frexpf() argument 38 return _frexpf(x, pexp); in frexpf()
|
| D | s_frexp.c | 36 double frexp(double x, int *pexp) in frexp() argument 38 return _frexp(x, pexp); in frexp()
|
| /picolibc-latest/newlib/libm/machine/spu/headers/ |
| D | frexpf.h | 41 static __inline float _frexpf(float x, int *pexp) in _frexpf() argument 65 *pexp = spu_extract(exp, 0); in _frexpf()
|
| D | frexp.h | 44 static __inline double _frexp(double x, int *pexp) in _frexp() argument 70 *pexp = spu_extract(exp, 0); in _frexp()
|
| D | simdmath.h | 106 vector float frexpf4(vector float x, vector signed int *pexp); 203 vector double frexpd2(vector double x, vector signed long long *pexp);
|