Searched refs:__tg_ilogb (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h840 __tg_ilogb(float __x) {return ilogbf(__x);} function
844 __tg_ilogb(double __x) {return ilogb(__x);} function
848 __tg_ilogb(long double __x) {return ilogbl(__x);} function
851 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x))

Completed in 47 milliseconds