Home
last modified time | relevance | path

Searched refs:roundl (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
Dlibcall-declarations.c63 long double roundl(long double);
85 rint, rintl, rintf, round, roundl, roundf, sin, sinl, sinf, sqrt, sqrtl,
/external/bison/linux-lib/
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
2127 _GL_WARN_ON_USE (roundl, "roundl is unportable - "
/external/bison/lib/
Dmath.in.h1799 # undef roundl
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
1807 _GL_FUNCDECL_SYS (roundl, long double, (long double x));
1809 _GL_CXXALIAS_SYS (roundl, long double, (long double x));
1811 _GL_CXXALIASWARN (roundl);
1813 # undef roundl
1815 _GL_WARN_ON_USE (roundl, "roundl is unportable - "
/external/bison/darwin-lib/
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
2127 _GL_WARN_ON_USE (roundl, "roundl is unportable - "
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h460 roundl, enumerator
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp436 TLI.setUnavailable(LibFunc::roundl); in initialize()
/external/bison/m4/
Dmath_h.m452 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
/external/clang/lib/Headers/
Dtgmath.h1152 __tg_round(long double __x) {return roundl(__x);} in __tg_round()
/external/clang/include/clang/Basic/
DBuiltins.def902 LIBBUILTIN(roundl, "LdLd", "fc", "math.h", ALL_LANGUAGES)
/external/bison/
Dconfigure24887 … remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sq…