Home
last modified time | relevance | path

Searched refs:frexp (Results 1 – 14 of 14) sorted by relevance

/picolibc-latest/newlib/libm/test/
Dmath2.c68 r = frexp(r, &pow); in randy()
98 r = frexp(x, &pow); in test_frexp()
136 r = frexp(64.0, &i); in test_frexp()
141 r = frexp(96.0, &i); in test_frexp()
/picolibc-latest/newlib/libm/machine/spu/
Ds_frexp.c36 double frexp(double x, int *pexp) in frexp() function
/picolibc-latest/newlib/libm/math/
Dsf_frexp.c41 _MATH_ALIAS_f_fI(frexp)
Ds_frexp.c96 _MATH_ALIAS_d_dI(frexp)
Dmath.tex55 * Function frexp:: Split floating-point number
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfastmath.h17 __extension__ double frexp(double, int*)
81 #define frexp(__x,__p) _f_frexp((__x),(__p)) macro
/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_local.h92 # define FREXP frexp
Dvfwprintf.c221 # define FREXP frexp
Dvfprintf.c254 # define FREXP frexp
/picolibc-latest/newlib/libc/include/
Dmath.h119 extern double frexp (double, int *);
/picolibc-latest/test/
Dmath-funcs.c84 d1 = frexp (d1, &i1); in main()
/picolibc-latest/newlib/libm/common/
Dmath_config.h1240 #define frexp64 _NAME_64(frexp)
/picolibc-latest/newlib/
DChangeLog-20159467 * libm/machine/spu/headers/frexp.h: Ditto.
22033 * libm/mathfp/s_frexp.c (frexp): New file.
26807 cbrt.h, cosh.h, erf.c, erf.h, error.c, exp.c, fmod.c, frexp.h,
27507 * libm/frexp.c: handle denormalized numbers as arguments.
27712 * math2.c: test for frexp, frexpf, ldexp, ldexpf, modf modff, pow,
/picolibc-latest/
DCOPYING.picolibc2349 newlib/libm/machine/spu/headers/frexp.h