| /freebsd-13.1/lib/msun/src/ |
| H A D | s_clogl.c | 89 RETURNI(CMPLXL(logl(hypotl(x, y)), v)); in clogl() 100 RETURNI(CMPLXL(logl(ax), v)); in clogl() 104 RETURNI(CMPLXL(logl(hypotl(x * 0x1p-16382L, y * 0x1p-16382L)) + in clogl() 107 RETURNI(CMPLXL(logl(hypotl(x, y)), v)); in clogl() 111 RETURNI(CMPLXL(logl(hypotl(x * 0x1p16383L, y * 0x1p16383L)) + in clogl() 116 RETURNI(CMPLXL(logl(hypotl(x, y)), v)); in clogl() 158 RETURNI(CMPLXL(logl(ay2l + ax2l + sl + sh) / 2, v)); in clogl()
|
| H A D | e_acoshl.c | 79 RETURNI(logl(x)+ln2); /* acosh(huge)=log(2x), or misnormal */ in acoshl() 84 RETURNI(logl(2.0*x-one/(x+sqrtl(t-one)))); in acoshl()
|
| H A D | s_asinhl.c | 82 w = logl(fabsl(x))+ln2; in asinhl() 85 w = logl(2.0*t+one/(sqrtl(x*x+one)+t)); in asinhl()
|
| H A D | catrigl.c | 134 *rx = logl(A + sqrtl(A * A - 1)); in do_hard_work() 316 return (CMPLXL(logl(hypotl(x / m_e, y / m_e)) + 1, in clog_for_large_values() 320 return (CMPLXL(logl(hypotl(x, y)), atan2l(y, x))); in clog_for_large_values() 322 return (CMPLXL(logl(ax * ax + ay * ay) / 2, atan2l(y, x))); in clog_for_large_values() 396 rx = (m_ln2 - logl(ay)) / 2; in catanhl()
|
| H A D | s_cpowl.c | 70 theta = theta + y * logl(absa); in cpowl()
|
| H A D | e_log.c | 146 __weak_reference(log, logl);
|
| H A D | math.h | 480 long double logl(long double);
|
| /freebsd-13.1/lib/msun/ld128/ |
| H A D | e_lgammal_r.c | 244 return -logl(fabsl(x)); in lgammal_r() 254 nadj = logl(pi/fabsl(t*x)); in lgammal_r() 264 r = -logl(x); in lgammal_r() 314 r += logl(z); break; in lgammal_r() 318 t = logl(x); in lgammal_r() 327 r = x*(logl(x)-1); in lgammal_r()
|
| H A D | s_logl.c | 454 logl(long double x) in k_logl() 678 logl(long double x) in logl() function
|
| /freebsd-13.1/lib/msun/ld80/ |
| H A D | e_lgammal_r.c | 271 RETURNI(-logl(fabsl(x))); in lgammal_r() 281 nadj = logl(pi/fabsl(t*x)); in lgammal_r() 302 r = -logl(x); in lgammal_r() 344 r += logl(z); break; in lgammal_r() 348 t = logl(x); in lgammal_r() 355 r = x*(logl(x)-1); in lgammal_r()
|
| H A D | s_logl.c | 454 logl(long double x) in k_logl() 667 logl(long double x) in logl() function
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | tls.c | 209 tls_rand_init(randfile, logl) 211 int logl; 264 if (LogLevel > logl) 282 if (LogLevel > logl) 294 if (LogLevel > logl) 307 if (LogLevel > logl) 325 if (LogLevel > logl) 333 if (LogLevel > logl) 341 if (LogLevel > logl) 358 if (LogLevel > logl)
|
| H A D | parseaddr.c | 3103 rscheck(rwset, p1, p2, e, flags, logl, host, logid, addr, addrstr) in rscheck() argument 3109 int logl; 3259 if (LogLevel > logl)
|
| /freebsd-13.1/lib/msun/tests/ |
| H A D | logarithm_test.c | 79 test(logl, x, result, exceptmask, excepts); \ 232 test_tol(logl, tests[i].x, tests[i].logex, LDBL_ULP()); in ATF_TC_BODY()
|
| /freebsd-13.1/lib/msun/ |
| H A D | Symbol.map | 276 logl;
|
| H A D | Makefile | 239 log.3 logf.3 log.3 logl.3 \
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 137 HANDLE_LIBCALL(LOG_F80, "logl") 138 HANDLE_LIBCALL(LOG_F128, "logl") 139 HANDLE_LIBCALL(LOG_PPCF128, "logl")
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 103 long double logl(long double x); 483 using ::logl _LIBCPP_USING_IF_EXISTS;
|
| H A D | math.h | 971 inline _LIBCPP_INLINE_VISIBILITY long double log(long double __lcpp_x) _NOEXCEPT {return ::logl(__l… in log()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1009 /// long double logl(long double x); 1010 TLI_DEFINE_ENUM_INTERNAL(logl) 1011 TLI_DEFINE_STRING_INTERNAL("logl")
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | tgmath.h | 445 __tg_log(long double __x) {return logl(__x);} in __tg_log()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.def | 1318 LIBBUILTIN(logl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2220 fun:logl=uninstrumented
|