Searched refs:roundl (Results 1 - 14 of 14) sorted by relevance

/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:
/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/clang/test/CodeGen/
H A Dlibcall-declarations.c153 long double roundl(long double);
292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
452 // CHECK-NOERRNO: declare x86_fp80 @roundl(x86_fp80) [[NUW]]
565 // CHECK-ERRNO: declare x86_fp80 @roundl(x86_fp80) [[NUW]]
/external/llvm/include/llvm/Transforms/Utils/
H A DVectorUtils.h182 case LibFunc::roundl:
/external/ltrace/etc/
H A Dlibm.so.conf126 ldouble roundl(ldouble);
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp330 case LibFunc::roundl:
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp265 "roundl",
494 TLI.setUnavailable(LibFunc::roundl);
/external/clang/lib/Headers/
H A Dtgmath.h1152 __tg_round(long double __x) {return roundl(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp574 static_assert((std::is_same<decltype(roundl(0)), long double>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp1217 static_assert((std::is_same<decltype(std::roundl(0)), long double>::value), "");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5965 case LibFunc::roundl:
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do

Completed in 518 milliseconds