Searched defs:roundf (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMathExtras.h86 static float roundf(float num) function
94 inline long long llroundf(float num) { return static_cast<long long>(roundf(num)); }
96 inline long lroundf(float num) { return static_cast<long>(roundf(num)); }
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h132 roundf(float x) function
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h132 roundf(float x) function
/external/bison/darwin-lib/
H A Dmath.h2065 # undef roundf
2066 # define roundf rpl_roundf
2068 _GL_FUNCDECL_RPL (roundf, float, (float x));
2069 _GL_CXXALIAS_RPL (roundf, float, (float x));
2072 _GL_FUNCDECL_SYS (roundf, float, (float x));
2074 _GL_CXXALIAS_SYS (roundf, float, (float x));
2076 _GL_CXXALIASWARN (roundf);
2078 # undef roundf macro
2080 _GL_WARN_ON_USE (roundf, "roundf i
[all...]
/external/bison/lib/
H A Dmath.in.h1753 # undef roundf macro
1754 # define roundf rpl_roundf macro
1756 _GL_FUNCDECL_RPL (roundf, float, (float x));
1757 _GL_CXXALIAS_RPL (roundf, float, (float x));
1760 _GL_FUNCDECL_SYS (roundf, float, (float x));
1762 _GL_CXXALIAS_SYS (roundf, float, (float x));
1764 _GL_CXXALIASWARN (roundf); variable
1766 # undef roundf macro
1768 _GL_WARN_ON_USE (roundf, "roundf i
[all...]
/external/bison/linux-lib/
H A Dmath.h2065 # undef roundf
2066 # define roundf rpl_roundf
2068 _GL_FUNCDECL_RPL (roundf, float, (float x));
2069 _GL_CXXALIAS_RPL (roundf, float, (float x));
2072 _GL_FUNCDECL_SYS (roundf, float, (float x));
2074 _GL_CXXALIAS_SYS (roundf, float, (float x));
2076 _GL_CXXALIASWARN (roundf);
2078 # undef roundf macro
2080 _GL_WARN_ON_USE (roundf, "roundf i
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h469 /// float roundf(float x);
470 roundf, enumerator in enum:llvm::LibFunc::Func

Completed in 1096 milliseconds