Searched refs:logl (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.0-release/lib/msun/src/
H A De_acoshl.c79 RETURNI(logl(x)+ln2); /* acosh(huge)=log(2x), or misnormal */
84 RETURNI(logl(2.0*x-one/(x+sqrtl(t-one))));
H A Ds_asinhl.c82 w = logl(fabsl(x))+ln2;
85 w = logl(2.0*t+one/(sqrtl(x*x+one)+t));
H A De_log.c146 __weak_reference(log, logl);
H A Dmath.h475 long double logl(long double);
/freebsd-10.0-release/contrib/sendmail/src/
H A Dtls.c84 ** logl -- loglevel
106 tls_rand_init(randfile, logl)
108 int logl;
161 if (LogLevel > logl)
179 if (LogLevel > logl)
191 if (LogLevel > logl)
204 if (LogLevel > logl)
222 if (LogLevel > logl)
230 if (LogLevel > logl)
238 if (LogLevel > logl)
[all...]
H A Dparseaddr.c3058 ** logl -- logging level.
3070 rscheck(rwset, p1, p2, e, flags, logl, host, logid, addr)
3076 int logl;
3214 if (LogLevel > logl)
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-logarithm.c85 test(logl, x, result, exceptmask, excepts); \
169 /* logl, log2l, and log10l don't pass yet. */
230 test_tol(logl, tests[i].x, tests[i].logex, LDBL_ULP());
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c324 logl(long double x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map272 logl;
H A DMakefile193 log.3 logf.3 log.3 logl.3 \
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h220 /* Define to 1 if you have the `logl' function. */
1006 # define logl _logl macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h349 /// long double logl(long double x);
350 logl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp190 "logl",
388 TLI.setUnavailable(LibFunc::logl);
/freebsd-10.0-release/lib/msun/ld128/
H A Ds_logl.c452 logl(long double x)
675 logl(long double x) function
/freebsd-10.0-release/lib/msun/ld80/
H A Ds_logl.c452 logl(long double x)
665 logl(long double x) function
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver499 logl;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in214 /* Define to 1 if you have the `logl' function. */
988 # define logl _logl
H A Dconfigure23417 echo "$as_me:$LINENO: checking for logl declaration" >&5
23418 echo $ECHO_N "checking for logl declaration... $ECHO_C" >&6
23446 logl(0);
23496 for ac_func in logl
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h452 __tg_log(long double __x) {return logl(__x);}
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1594 case LibFunc::logl:

Completed in 272 milliseconds