Searched refs:frexpf (Results 1 – 9 of 9) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/ |
D | sf_frexp.c | 36 float frexpf(float x, int *pexp) in frexpf() function
|
/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | sf_frexp.c | 21 frexpf(float x, int *eptr) in frexpf() function
|
/picolibc-3.7.0-3.6.0/newlib/libm/common/ |
D | sf_fma.c | 26 #define FREXP frexpf
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/x86/machine/ |
D | fastmath.h | 37 __extension__ float frexpf(float, int*) 108 #define frexpf(__x,__p) _f_frexpf((__x),(__p)) macro
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | math2.c | 116 r = (double) frexpf(xf, &pow); in test_frexp()
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | math.h | 472 extern float frexpf (float, int *);
|
/picolibc-3.7.0-3.6.0/test/ |
D | math-funcs.c | 180 f1 = frexpf (f1, &i1); in main()
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 2265 newlib/libm/machine/spu/headers/frexpf.h
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 9468 * libm/machine/spu/headers/frexpf.h: Ditto. 22070 * libm/mathfp/sf_frexp.c (frexpf): New file. 27712 * math2.c: test for frexp, frexpf, ldexp, ldexpf, modf modff, pow,
|