Home
last modified time | relevance | path

Searched defs:ilogb (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_ilogb.c61 ATF_TC_HEAD(ilogb, tc) in ATF_TC_HEAD() argument
66 ATF_TC_BODY(ilogb, tc) in ATF_TC_BODY() argument
/freebsd/lib/msun/src/
H A Ds_ilogb.c24 int ilogb(double x) in ilogb() function
/freebsd/lib/msun/tests/
H A Dilogb_test.c36 ATF_TC_BODY(ilogb, tc) in ATF_TC_BODY() argument
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c123 TGMACRO_REAL_FIXED_RET(ilogb, int) in TGMACRO_REAL_FIXED_RET() argument
/freebsd/include/
H A Dtgmath.h179 #define ilogb(x) __tg_simple(x, ilogb) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1408 friend int ilogb(const APFloat &Arg) { return ilogb(Arg.getIEEE()); } in ilogb() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h851 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4625 int ilogb(const IEEEFloat &Arg) { in ilogb() function