Searched defs:ilogb (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/lib/msun/src/
H A Ds_ilogb.c28 int ilogb(double x) function
/freebsd-10-stable/contrib/netbsd-tests/lib/libm/
H A Dt_ilogb.c58 ATF_TC(ilogb); variable
[all...]
/freebsd-10-stable/include/
H A Dtgmath.h179 #define ilogb(x) __tg_simple(x, ilogb) macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h857 #undef ilogb macro
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro

Completed in 61 milliseconds