Home
last modified time | relevance | path

Searched refs:log2l (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h364 log2l, enumerator
712 case LibFunc::log2: case LibFunc::log2f: case LibFunc::log2l: in hasOptimizedCodeGen()
/freebsd-9-stable/lib/msun/src/
Dmath.h472 long double log2l(long double);
/freebsd-9-stable/contrib/llvm/lib/Target/
DTargetLibraryInfo.cpp460 TLI.setUnavailable(LibFunc::log2l); in initialize()
/freebsd-9-stable/contrib/libstdc++/include/tr1/
Dcmath102 #undef log2l
241 using ::log2l;
/freebsd-9-stable/contrib/libc++/include/
Dcmath234 long double log2l(long double x);
1380 inline _LIBCPP_INLINE_VISIBILITY long double log2(long double __lcpp_x) _NOEXCEPT {return log2l(__l…
1661 using ::log2l;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
Dtgmath.h974 __tg_log2(long double __x) {return log2l(__x);} in __tg_log2()
/freebsd-9-stable/contrib/gcc/
Dbuiltins.def318 DEF_C99_BUILTIN (BUILT_IN_LOG2L, "log2l", BT_FN_LONGDOUBLE_LONGDOUBLE, ATTR_MATHFN_FPROUNDIN…
DChangeLog-200442198 log2, log2f and log2l built-ins as inline x87 intrinsics.
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DBuiltins.def978 LIBBUILTIN(log2l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
/freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1961 case LibFunc::log2l: in getIntrinsicIDForCall()
/freebsd-9-stable/contrib/libstdc++/
Dacinclude.m41196 log2l(0.0l);
Dconfigure31028 log2l(0.0l);
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5957 case LibFunc::log2l: in visitCall()
/freebsd-9-stable/contrib/gcc/doc/
Dextend.texi5572 @findex log2l
5778 @code{log1pf}, @code{log1pl}, @code{log1p}, @code{log2f}, @code{log2l},