Searched refs:llroundf (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DMathExtras.h127 inline long long llroundf(float num) { return static_cast<long long>(roundf(num)); } function
/external/clang/lib/Headers/
H A Dtgmath.h915 __tg_llround(float __x) {return llroundf(__x);}
/external/clang/lib/include/
H A Dtgmath.h915 __tg_llround(float __x) {return llroundf(__x);}

Completed in 557 milliseconds