HomeSort by relevance Sort by last modified time
    Searched defs:roundf (Results 1 - 2 of 2) sorted by null

  /bionic/libm/src/
s_roundf.c 33 roundf(float x) function
  /external/webkit/JavaScriptCore/wtf/
MathExtras.h 109 static float roundf(float num) function
117 inline long long llroundf(float num) { return static_cast<long long>(roundf(num)); }
119 inline long lroundf(float num) { return static_cast<long>(roundf(num)); }

Completed in 41 milliseconds