Searched defs:truncf (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h149 static inline float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); } function
/external/mesa3d/src/mesa/main/
H A Dimports.h148 static inline float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); } function
/external/bison/darwin-lib/
H A Dmath.h2270 # define truncf rpl_truncf
2272 _GL_FUNCDECL_RPL (truncf, float, (float x));
2273 _GL_CXXALIAS_RPL (truncf, float, (float x));
2276 _GL_FUNCDECL_SYS (truncf, float, (float x));
2278 _GL_CXXALIAS_SYS (truncf, float, (float x));
2280 _GL_CXXALIASWARN (truncf);
2282 # undef truncf macro
2284 _GL_WARN_ON_USE (truncf, "truncf is unportable - "
2285 "use gnulib module truncf fo
[all...]
/external/bison/lib/
H A Dmath.in.h1958 # define truncf rpl_truncf macro
1960 _GL_FUNCDECL_RPL (truncf, float, (float x));
1961 _GL_CXXALIAS_RPL (truncf, float, (float x));
1964 _GL_FUNCDECL_SYS (truncf, float, (float x));
1966 _GL_CXXALIAS_SYS (truncf, float, (float x));
1968 _GL_CXXALIASWARN (truncf); variable
1970 # undef truncf macro
1972 _GL_WARN_ON_USE (truncf, "truncf is unportable - "
1973 "use gnulib module truncf fo
[all...]
/external/bison/linux-lib/
H A Dmath.h2270 # define truncf rpl_truncf
2272 _GL_FUNCDECL_RPL (truncf, float, (float x));
2273 _GL_CXXALIAS_RPL (truncf, float, (float x));
2276 _GL_FUNCDECL_SYS (truncf, float, (float x));
2278 _GL_CXXALIAS_SYS (truncf, float, (float x));
2280 _GL_CXXALIASWARN (truncf);
2282 # undef truncf macro
2284 _GL_WARN_ON_USE (truncf, "truncf is unportable - "
2285 "use gnulib module truncf fo
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h644 /// float truncf(float x);
645 truncf, enumerator in enum:llvm::LibFunc::Func
742 case LibFunc::trunc: case LibFunc::truncf: case LibFunc::truncl:

Completed in 1316 milliseconds