Searched refs:truncl (Results 1 – 19 of 19) sorted by relevance
/external/bison/linux-lib/ |
D | math.h | 2314 # undef truncl 2315 # define truncl rpl_truncl 2317 _GL_FUNCDECL_RPL (truncl, long double, (long double x)); 2318 _GL_CXXALIAS_RPL (truncl, long double, (long double x)); 2321 _GL_FUNCDECL_SYS (truncl, long double, (long double x)); 2323 _GL_CXXALIAS_SYS (truncl, long double, (long double x)); 2325 _GL_CXXALIASWARN (truncl); 2327 # undef truncl 2329 _GL_WARN_ON_USE (truncl, "truncl is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 2002 # undef truncl 2003 # define truncl rpl_truncl macro 2005 _GL_FUNCDECL_RPL (truncl, long double, (long double x)); 2006 _GL_CXXALIAS_RPL (truncl, long double, (long double x)); 2009 _GL_FUNCDECL_SYS (truncl, long double, (long double x)); 2011 _GL_CXXALIAS_SYS (truncl, long double, (long double x)); 2013 _GL_CXXALIASWARN (truncl); 2015 # undef truncl 2017 _GL_WARN_ON_USE (truncl, "truncl is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 2314 # undef truncl 2315 # define truncl rpl_truncl 2317 _GL_FUNCDECL_RPL (truncl, long double, (long double x)); 2318 _GL_CXXALIAS_RPL (truncl, long double, (long double x)); 2321 _GL_FUNCDECL_SYS (truncl, long double, (long double x)); 2323 _GL_CXXALIAS_SYS (truncl, long double, (long double x)); 2325 _GL_CXXALIASWARN (truncl); 2327 # undef truncl 2329 _GL_WARN_ON_USE (truncl, "truncl is unportable - "
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 180 long double truncl(long double); 298 F(truncl), F(cabs), F(cabsf), F(cabsl), F(cacos),
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | VectorUtils.h | 180 case LibFunc::truncl: in getIntrinsicIDForCall()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 244 case LibFunc::trunc: case LibFunc::truncf: case LibFunc::truncl: in hasOptimizedCodeGen()
|
D | TargetLibraryInfo.def | 975 /// long double truncl(long double x); 976 TLI_DEFINE_ENUM_INTERNAL(truncl) 977 TLI_DEFINE_STRING_INTERNAL("truncl")
|
/external/ltrace/etc/ |
D | libm.so.conf | 138 ldouble truncl(ldouble);
|
/external/bison/m4/ |
D | math_h.m4 | 53 tanf tanl tanhf trunc truncf truncl])
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 350 case LibFunc::truncl: in mightUseCTR()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 180 TLI.setUnavailable(LibFunc::truncl); in initialize()
|
/external/libcxx/include/ |
D | cmath | 294 long double truncl(long double x); 1616 inline _LIBCPP_INLINE_VISIBILITY long double trunc(long double __lcpp_x) _NOEXCEPT {return truncl(_… 1684 using ::truncl;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 608 static_assert((std::is_same<decltype(truncl(0)), long double>::value), ""); in test_trunc()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1220 __tg_trunc(long double __x) {return truncl(__x);} in __tg_trunc()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1090 LIBBUILTIN(truncl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1410 static_assert((std::is_same<decltype(std::truncl(0)), long double>::value), ""); in test_trunc()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3166 fun:truncl=uninstrumented
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 6047 case LibFunc::truncl: in visitCall()
|
/external/bison/ |
D | configure | 24887 … rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do
|