Searched refs:frexp (Results 1 – 14 of 14) sorted by relevance
/picolibc-latest/newlib/libm/test/ |
D | math2.c | 68 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/ |
D | s_frexp.c | 36 double frexp(double x, int *pexp) in frexp() function
|
/picolibc-latest/newlib/libm/math/ |
D | sf_frexp.c | 41 _MATH_ALIAS_f_fI(frexp)
|
D | s_frexp.c | 96 _MATH_ALIAS_d_dI(frexp)
|
D | math.tex | 55 * Function frexp:: Split floating-point number
|
/picolibc-latest/newlib/libc/machine/x86/machine/ |
D | fastmath.h | 17 __extension__ double frexp(double, int*) 81 #define frexp(__x,__p) _f_frexp((__x),(__p)) macro
|
/picolibc-latest/newlib/libc/stdio/ |
D | nano-vfprintf_local.h | 92 # define FREXP frexp
|
D | vfwprintf.c | 221 # define FREXP frexp
|
D | vfprintf.c | 254 # define FREXP frexp
|
/picolibc-latest/newlib/libc/include/ |
D | math.h | 119 extern double frexp (double, int *);
|
/picolibc-latest/test/ |
D | math-funcs.c | 84 d1 = frexp (d1, &i1); in main()
|
/picolibc-latest/newlib/libm/common/ |
D | math_config.h | 1240 #define frexp64 _NAME_64(frexp)
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 9467 * 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/ |
D | COPYING.picolibc | 2349 newlib/libm/machine/spu/headers/frexp.h
|