Searched defs:roundf (Results 1 - 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_math.h | 132 roundf(float x) function
|
/external/bison/darwin-lib/ |
H A D | math.h | 2065 # 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 D | math.in.h | 1753 # 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 D | math.h | 2065 # 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 104 milliseconds