Searched defs:roundl (Results 1 - 4 of 4) sorted by relevance

/external/bison/darwin-lib/
H A Dmath.h2111 # undef roundl
2112 # define roundl rpl_roundl
2114 _GL_FUNCDECL_RPL (roundl, long double, (long double x));
2115 _GL_CXXALIAS_RPL (roundl, long double, (long double x));
2118 # undef roundl
2119 _GL_FUNCDECL_SYS (roundl, long double, (long double x));
2121 _GL_CXXALIAS_SYS (roundl, long double, (long double x));
2123 _GL_CXXALIASWARN (roundl);
2125 # undef roundl macro
2127 _GL_WARN_ON_USE (roundl, "round
[all...]
/external/bison/lib/
H A Dmath.in.h1799 # undef roundl macro
1800 # define roundl rpl_roundl macro
1802 _GL_FUNCDECL_RPL (roundl, long double, (long double x));
1803 _GL_CXXALIAS_RPL (roundl, long double, (long double x));
1806 # undef roundl macro
1807 _GL_FUNCDECL_SYS (roundl, long double, (long double x));
1809 _GL_CXXALIAS_SYS (roundl, long double, (long double x));
1811 _GL_CXXALIASWARN (roundl); variable
1813 # undef roundl macro
1815 _GL_WARN_ON_USE (roundl, "round
[all...]
/external/bison/linux-lib/
H A Dmath.h2111 # undef roundl
2112 # define roundl rpl_roundl
2114 _GL_FUNCDECL_RPL (roundl, long double, (long double x));
2115 _GL_CXXALIAS_RPL (roundl, long double, (long double x));
2118 # undef roundl
2119 _GL_FUNCDECL_SYS (roundl, long double, (long double x));
2121 _GL_CXXALIAS_SYS (roundl, long double, (long double x));
2123 _GL_CXXALIASWARN (roundl);
2125 # undef roundl macro
2127 _GL_WARN_ON_USE (roundl, "round
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h512 /// long double roundl(long double x);
513 roundl, enumerator in enum:llvm::LibFunc::Func
741 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl:

Completed in 1311 milliseconds