Searched refs:log2l (Results 1 – 14 of 14) sorted by relevance
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 364 log2l, enumerator 712 case LibFunc::log2: case LibFunc::log2f: case LibFunc::log2l: in hasOptimizedCodeGen()
|
| /freebsd-9-stable/lib/msun/src/ |
| D | math.h | 472 long double log2l(long double);
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ |
| D | TargetLibraryInfo.cpp | 460 TLI.setUnavailable(LibFunc::log2l); in initialize()
|
| /freebsd-9-stable/contrib/libstdc++/include/tr1/ |
| D | cmath | 102 #undef log2l 241 using ::log2l;
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | cmath | 234 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/ |
| D | tgmath.h | 974 __tg_log2(long double __x) {return log2l(__x);} in __tg_log2()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | builtins.def | 318 DEF_C99_BUILTIN (BUILT_IN_LOG2L, "log2l", BT_FN_LONGDOUBLE_LONGDOUBLE, ATTR_MATHFN_FPROUNDIN…
|
| D | ChangeLog-2004 | 42198 log2, log2f and log2l built-ins as inline x87 intrinsics.
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Builtins.def | 978 LIBBUILTIN(log2l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 1961 case LibFunc::log2l: in getIntrinsicIDForCall()
|
| /freebsd-9-stable/contrib/libstdc++/ |
| D | acinclude.m4 | 1196 log2l(0.0l);
|
| D | configure | 31028 log2l(0.0l);
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 5957 case LibFunc::log2l: in visitCall()
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | extend.texi | 5572 @findex log2l 5778 @code{log1pf}, @code{log1pl}, @code{log1p}, @code{log2f}, @code{log2l},
|