/openbsd/lib/libm/src/ld80/ |
H A D | e_atanhl.c | 56 t = 0.5*log1pl(t+t*x/(one-x)); in atanhl() 58 t = 0.5*log1pl((x+x)/(one-x)); in atanhl()
|
H A D | s_log1pl.c | 114 log1pl(long double xm1) in log1pl() function 192 DEF_STD(log1pl);
|
H A D | e_acoshl.c | 55 return log1pl(t+sqrtl(2.0*t+t*t)); in acoshl()
|
H A D | s_asinhl.c | 51 w =log1pl(fabsl(x)+t/(one+sqrtl(one+t))); in asinhl()
|
/openbsd/lib/libm/src/ld128/ |
H A D | e_atanhl.c | 61 t = 0.5*log1pl(t+t*u.value/(one-u.value)); in atanhl() 63 t = 0.5*log1pl((u.value+u.value)/(one-u.value)); in atanhl()
|
H A D | s_log1pl.c | 124 log1pl(long double xm1) in log1pl() function 248 DEF_STD(log1pl);
|
H A D | e_acoshl.c | 56 return log1pl(t+sqrtl(2.0L*t+t*t)); in acoshl()
|
H A D | s_asinhl.c | 63 w = log1pl (u.value + t / (one + sqrtl (one + t))); in asinhl()
|
/openbsd/regress/lib/libm/msun/ |
H A D | logarithm_test.c | 92 test(log1pl, x, result, exceptmask, excepts); \ 241 test_tol(log1pl, tests[i].x - 1, tests[i].logex, in ATF_TC_BODY() 259 test_tol(log1pl, 0x0.33333333333333332p0L, in ATF_TC_BODY() 266 test_tol(log1pl, -0x0.33333333333333332p0L, in ATF_TC_BODY()
|
/openbsd/regress/lib/libm/cephes/ |
H A D | testvectl.c | 78 long double log1pl (long double); 205 {"log1pl", log1pl, &NANL, &NANL, 0}, 206 {"log1pl", log1pl, &ZEROL, &ZEROL, 0}, 207 {"log1pl", log1pl, &NEGZEROL, &NEGZEROL, 0}, 208 {"log1pl", log1pl, &MONEL, &MINFL, 0}, 209 {"log1pl", log1pl, &MTWOL, &NANL, 0}, 210 {"log1pl", log1pl, &INFINITYL, &INFINITYL, 0},
|
H A D | testvectll.c | 82 long double log1pl (long double); 209 {"log1pl", log1pl, &NANL, &NANL, 0}, 210 {"log1pl", log1pl, &ZEROL, &ZEROL, 0}, 211 {"log1pl", log1pl, &NEGZEROL, &NEGZEROL, 0}, 212 {"log1pl", log1pl, &MONEL, &MINFL, 0}, 213 {"log1pl", log1pl, &MTWOL, &NANL, 0}, 214 {"log1pl", log1pl, &INFINITYL, &INFINITYL, 0},
|
H A D | monotll.c | 57 long double log1pl (long double); 135 {"log1p", log1pl, 0.41421356237309504880168872420969798L,
|
/openbsd/gnu/gcc/fixincludes/tests/base/architecture/ppc/ |
H A D | math.h | 47 extern long double log1pl( long double ) __LIBMLDBL_COMPAT(log1pl);
|
/openbsd/lib/libm/ |
H A D | Symbols.map | 202 log1pl;
|
/openbsd/lib/libm/hidden/ |
H A D | math.h | 136 PROTO_NORMAL(log1pl);
|
/openbsd/include/ |
H A D | math.h | 422 long double log1pl(long double);
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | cmath | 99 #undef log1pl 237 using ::log1pl;
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cmath | 233 long double log1pl(long double x); 528 using ::log1pl _LIBCPP_USING_IF_EXISTS;
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 119 fun:log1pl=functional
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | tgmath.h | 950 __tg_log1p(long double __x) {return log1pl(__x);} in __tg_log1p()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1585 /// long double log1pl(long double x); 1586 TLI_DEFINE_ENUM_INTERNAL(log1pl) 1587 TLI_DEFINE_STRING_INTERNAL("log1pl")
|
/openbsd/gnu/gcc/gcc/ |
H A D | builtins.def | 315 DEF_C99_BUILTIN (BUILT_IN_LOG1PL, "log1pl", BT_FN_LONGDOUBLE_LONGDOUBLE, ATTR_MATHFN_FPROUND…
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 603 SYMBOL(log1pl, None, <math.h>)
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | POSIX.xs | 304 # define c99_log1p log1pl
|
/openbsd/gnu/gcc/fixincludes/ |
H A D | inclhack.def | 71 extern long double log1pl( long double ) __LIBMLDBL_COMPAT(log1pl);
|