OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__tg_floor
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
718
__tg_floor
(float __x) {return floorf(__x);}
function
722
__tg_floor
(double __x) {return floor(__x);}
function
726
__tg_floor
(long double __x) {return floorl(__x);}
function
729
#define floor(__x)
__tg_floor
(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
718
__tg_floor
(float __x) {return floorf(__x);}
function
722
__tg_floor
(double __x) {return floor(__x);}
function
726
__tg_floor
(long double __x) {return floorl(__x);}
function
729
#define floor(__x)
__tg_floor
(__tg_promote1((__x))(__x))
Completed in 1048 milliseconds