Home
last modified time | relevance | path

Searched refs:ilogb (Results 1 – 12 of 12) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/
Ds_ilogb.c36 int ilogb(double x) in ilogb() function
/picolibc-latest/newlib/libm/common/
Dsf_ilogb.c46 _MATH_ALIAS_i_f(ilogb)
Ds_ilogb.c100 _MATH_ALIAS_i_d(ilogb)
Dmath_config.h1244 #define ilogb64 _NAME_64(ilogb)
/picolibc-latest/test/
Dlong_double_gen.5c685 int ilogb(real x) {
714 { .f = ilogb, .name = "ilogb" },
Dmath-funcs.c135 i1 = ilogb (d1); in main()
Dmath_errhandling_tests.c304 static long long makemathname(test_ilogb_0)(void) { return makemathname(ilogb)(makemathname(zero));… in makemathname()
305 static long long makemathname(test_ilogb_qnan)(void) { return makemathname(ilogb)(makemathname(qnan… in makemathname()
306 static long long makemathname(test_ilogb_snan)(void) { return makemathname(ilogb)(makemathname(snan… in makemathname()
307 static long long makemathname(test_ilogb_inf)(void) { return makemathname(ilogb)(makemathname(infva… in makemathname()
308 static long long makemathname(test_ilogb_neginf)(void) { return makemathname(ilogb)(-makemathname(i… in makemathname()
Dlong_double_vec.h427 long long y = ilogb(ilogb_vec[i].x); in test_ilogb()
/picolibc-latest/newlib/libc/include/
Dmath.h441 extern int ilogb (double);
/picolibc-latest/newlib/libm/math/
Dmath.tex58 * Function ilogb:: Get exponent
/picolibc-latest/
DCOPYING.picolibc2351 newlib/libm/machine/spu/headers/ilogb.h
/picolibc-latest/newlib/
DChangeLog-20155229 (see next items) and that ilogb() and ilogbf() are C99/POSIX.
5230 * libm/common/s_ilogb.c (ilogb): Use C99/POSIX FP_ILOGB0 and
9469 * libm/machine/spu/headers/ilogb.h: Ditto.