OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__tg_lround
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
1017
__tg_lround
(float __x) {return lroundf(__x);}
function
1021
__tg_lround
(double __x) {return lround(__x);}
function
1025
__tg_lround
(long double __x) {return lroundl(__x);}
function
1028
#define lround(__x)
__tg_lround
(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
1000
__tg_lround
(float __x) {return lroundf(__x);}
function
1004
__tg_lround
(double __x) {return lround(__x);}
function
1008
__tg_lround
(long double __x) {return lroundl(__x);}
function
1011
#define lround(__x)
__tg_lround
(__tg_promote1((__x))(__x))
Completed in 19 milliseconds