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

/external/clang/lib/Headers/
H A Dtgmath.h843 // ilogb
851 __tg_ilogb(double __x) {return ilogb(__x);}
857 #undef ilogb macro
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro
/external/clang/lib/include/
H A Dtgmath.h843 // ilogb
851 __tg_ilogb(double __x) {return ilogb(__x);}
857 #undef ilogb macro
858 #define ilogb(__x) __tg_ilogb(__tg_promote1((__x))(__x)) macro

Completed in 168 milliseconds