Home
last modified time | relevance | path

Searched defs:__tg_lround (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Headers/
Dtgmath.h1017 __tg_lround(float __x) {return lroundf(__x);} in __tg_lround() function
1021 __tg_lround(double __x) {return lround(__x);} in __tg_lround() function
1025 __tg_lround(long double __x) {return lroundl(__x);} in __tg_lround() function