Home
last modified time | relevance | path

Searched refs:__tg_round (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Headers/
Dtgmath.h1144 __tg_round(float __x) {return roundf(__x);} in __tg_round() function
1148 __tg_round(double __x) {return round(__x);} in __tg_round() function
1152 __tg_round(long double __x) {return roundl(__x);} in __tg_round() function
1155 #define round(__x) __tg_round(__tg_promote1((__x))(__x))