Home
last modified time | relevance | path

Searched refs:log10l (Results 1 – 20 of 20) sorted by relevance

/external/stlport/stlport/stl/config/
D_como.h93 # define log10l log10 macro
124 # define log10l log10 macro
166 # define log10l log10 macro
/external/bison/lib/
Dmath.in.h1315 # undef log10l
1316 # define log10l rpl_log10l macro
1318 _GL_FUNCDECL_RPL (log10l, long double, (long double x));
1319 _GL_CXXALIAS_RPL (log10l, long double, (long double x));
1322 # undef log10l
1323 _GL_FUNCDECL_SYS (log10l, long double, (long double x));
1325 _GL_CXXALIAS_SYS (log10l, long double, (long double x));
1327 _GL_CXXALIASWARN (log10l);
1329 # undef log10l
1331 _GL_WARN_ON_USE (log10l, "log10l is unportable - "
/external/bison/darwin-lib/
Dmath.h1627 # undef log10l
1628 # define log10l rpl_log10l
1630 _GL_FUNCDECL_RPL (log10l, long double, (long double x));
1631 _GL_CXXALIAS_RPL (log10l, long double, (long double x));
1634 # undef log10l
1635 _GL_FUNCDECL_SYS (log10l, long double, (long double x));
1637 _GL_CXXALIAS_SYS (log10l, long double, (long double x));
1639 _GL_CXXALIASWARN (log10l);
1641 # undef log10l
1643 _GL_WARN_ON_USE (log10l, "log10l is unportable - "
/external/bison/linux-lib/
Dmath.h1627 # undef log10l
1628 # define log10l rpl_log10l
1630 _GL_FUNCDECL_RPL (log10l, long double, (long double x));
1631 _GL_CXXALIAS_RPL (log10l, long double, (long double x));
1634 # undef log10l
1635 _GL_FUNCDECL_SYS (log10l, long double, (long double x));
1637 _GL_CXXALIAS_SYS (log10l, long double, (long double x));
1639 _GL_CXXALIASWARN (log10l);
1641 # undef log10l
1643 _GL_WARN_ON_USE (log10l, "log10l is unportable - "
/external/clang/test/CodeGen/
Dlibcall-declarations.c120 long double log10l(long double);
286 F(log10l), F(log1p), F(log1pf), F(log1pl), F(log2),
/external/llvm/include/llvm/Transforms/Utils/
DVectorUtils.h146 case LibFunc::log10l: in getIntrinsicIDForCall()
/external/llvm/test/CodeGen/Mips/
Dmips64-f128.ll342 ; ALL: ld $25, %call16(log10l)
347 %call = tail call fp128 @log10l(fp128 %0) nounwind
351 declare fp128 @log10l(fp128) #2
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h381 log10l, enumerator
/external/ltrace/etc/
Dlibm.so.conf178 ldouble log10l(ldouble);
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll134 ; CHECK: bl log10l
Darm64-illegal-float-ops.ll134 ; CHECK: bl log10l
/external/bison/m4/
Dmath_h.m448 log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l
/external/stlport/stlport/stl/
D_cmath.h102 inline long double log10l(long double v) { return __log10l(v); } in log10l() function
/external/libcxx/include/
Dcmath108 long double log10l(long double x);
922 inline _LIBCPP_INLINE_VISIBILITY long double log10(long double __x) _NOEXCEPT {return log10l(__x);}
1631 using ::log10l;
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp136 static_assert((std::is_same<decltype(log10l(0)), long double>::value), ""); in test_log10()
/external/clang/lib/Headers/
Dtgmath.h940 __tg_log10(long double __x) {return log10l(__x);} in __tg_log10()
/external/clang/include/clang/Basic/
DBuiltins.def983 LIBBUILTIN(log10l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp308 static_assert((std::is_same<decltype(std::log10l(0)), long double>::value), ""); in test_log10()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt2448 fun:log10l=uninstrumented
/external/bison/
Dconfigure24887 … ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1p…