OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__tg_llround
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
915
__tg_llround
(float __x) {return llroundf(__x);}
function
919
__tg_llround
(double __x) {return llround(__x);}
function
923
__tg_llround
(long double __x) {return llroundl(__x);}
function
926
#define llround(__x)
__tg_llround
(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
915
__tg_llround
(float __x) {return llroundf(__x);}
function
919
__tg_llround
(double __x) {return llround(__x);}
function
923
__tg_llround
(long double __x) {return llroundl(__x);}
function
926
#define llround(__x)
__tg_llround
(__tg_promote1((__x))(__x))
Completed in 58 milliseconds