OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tg_round
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
1144
__tg_round
(float __x) {return roundf(__x);}
function
1148
__tg_round
(double __x) {return round(__x);}
function
1152
__tg_round
(long double __x) {return roundl(__x);}
function
1155
#define round(__x)
__tg_round
(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
1127
__tg_round
(float __x) {return roundf(__x);}
function
1131
__tg_round
(double __x) {return round(__x);}
function
1135
__tg_round
(long double __x) {return roundl(__x);}
function
1138
#define round(__x)
__tg_round
(__tg_promote1((__x))(__x))
Completed in 848 milliseconds