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

/external/skia/samplecode/
H A DSampleRegion.cpp119 // windows doesn't have roundf
120 inline float roundf(float x) { return (x-floor(x))>0.5 ? ceil(x) : floor(x); } function
164 dst->fLeft = (int)::roundf(src.fLeft * scale);
165 dst->fTop = (int)::roundf(src.fTop * scale);
166 dst->fRight = (int)::roundf(src.fRight * scale);
167 dst->fBottom = (int)::roundf(src.fBottom * scale);
/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...]

Completed in 404 milliseconds