Searched refs:roundl (Results 1 – 19 of 19) sorted by relevance
/external/bison/darwin-lib/ |
D | math.h | 2111 # 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/ |
D | math.in.h | 1799 # 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/linux-lib/ |
D | math.h | 2111 # 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/clang/test/CodeGen/ |
D | libcall-declarations.c | 153 long double roundl(long double); 292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 243 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl: in hasOptimizedCodeGen()
|
D | TargetLibraryInfo.def | 866 /// long double roundl(long double x); 867 TLI_DEFINE_ENUM_INTERNAL(roundl) 868 TLI_DEFINE_STRING_INTERNAL("roundl")
|
/external/ltrace/etc/ |
D | libm.so.conf | 126 ldouble roundl(ldouble);
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 217 case LibFunc::roundl: in getIntrinsicIDForCall()
|
D | TargetLibraryInfo.cpp | 187 TLI.setUnavailable(LibFunc::roundl); in initialize()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 361 case LibFunc::roundl: in mightUseCTR()
|
/external/bison/m4/ |
D | math_h.m4 | 52 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
|
/external/libcxx/include/ |
D | cmath | 278 long double roundl(long double x); 1568 inline _LIBCPP_INLINE_VISIBILITY long double round(long double __lcpp_x) _NOEXCEPT {return roundl(_… 1684 using ::roundl;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 576 static_assert((std::is_same<decltype(roundl(0)), long double>::value), ""); in test_round()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1152 __tg_round(long double __x) {return roundl(__x);} in __tg_round()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1055 LIBBUILTIN(roundl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1334 static_assert((std::is_same<decltype(std::roundl(0)), long double>::value), ""); in test_round()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2765 fun:roundl=uninstrumented
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5857 case LibFunc::roundl: in visitCall()
|
/external/bison/ |
D | configure | 24887 … remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sq…
|