OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__tg_ilogb
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
847
__tg_ilogb
(float __x) {return ilogbf(__x);}
function
851
__tg_ilogb
(double __x) {return ilogb(__x);}
function
855
__tg_ilogb
(long double __x) {return ilogbl(__x);}
function
858
#define ilogb(__x)
__tg_ilogb
(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
847
__tg_ilogb
(float __x) {return ilogbf(__x);}
function
851
__tg_ilogb
(double __x) {return ilogb(__x);}
function
855
__tg_ilogb
(long double __x) {return ilogbl(__x);}
function
858
#define ilogb(__x)
__tg_ilogb
(__tg_promote1((__x))(__x))
Completed in 1213 milliseconds