/titanic_41/usr/src/lib/libm/common/complex/ |
H A D | catan.c | 149 D_IM(ans) = half * log1p(two / (-t)); in catan() 152 D_IM(ans) = half * log1p((ay + ay) / t); in catan() 222 D_IM(ans) = 0.25 * log1p(t * t); in catan() 257 D_IM(ans) = half * log1p(two / (ay - one)); in catan() 259 D_IM(ans) = half * log1p((ay + ay) / (one - ay)); in catan() 285 D_IM(ans) = 0.25 * log1p((4.0 * ay) / (ax * ax + t * t)); in catan()
|
H A D | cacos.c | 331 D_IM(ans) = log1p(xm1 + sqrt(xm1 * (x + one))); in cacos() 347 D_IM(ans) = log1p((x - one) + t); in cacos() 360 D_IM(ans) = ln2 + log(y) + half * log1p(t * t); in cacos() 368 D_IM(ans) = half * log1p((y + y) * (y + A)); in cacos() 394 D_IM(ans) = log1p(Am1 + sqrt(Am1 * (A + one))); in cacos()
|
H A D | casin.c | 303 D_IM(ans) = log1p(xm1 + sqrt(xm1 * (x + one))); in casin() 318 D_IM(ans) = log1p((x - one) + sqrt((x - one) * in casin() 332 D_IM(ans) = ln2 + log(y) + half * log1p(t * t); in casin() 340 D_IM(ans) = half * log1p((y + y) * (y + A)); in casin() 367 D_IM(ans) = log1p(Am1 + sqrt(Am1 * (A + one))); in casin()
|
H A D | clog.c | 112 D_RE(ans) = half * log1p(ay * ay); in __clog() 116 D_RE(ans) = half * (log1p(ay * ay + (ax - in __clog() 130 D_RE(ans) = log(ax) + half * log1p(t * t); in __clog()
|
H A D | clogf.c | 69 F_RE(ans) = (float)(0.5 * log1p(dy * dy)); in clogf() 71 F_RE(ans) = (float)(0.5 * log1p(dx * dx)); in clogf()
|
H A D | cpowf.c | 152 dt = dhalf * log1p((dx - 1.0) * (dx + 1.0) + dy * dy); in cpowf() 154 dt = dhalf * log1p((dy - 1.0) * (dy + 1.0) + dx * dx); in cpowf()
|
H A D | catanf.c | 126 F_IM(ans) = (float)(0.25 * log1p(4.0 * dy / in catanf()
|
/titanic_41/usr/src/lib/libast/common/uwin/ |
H A D | acosh.c | 102 if(x>big) {t=log1p(x)+ln2lo; return(t+ln2hi);} 105 return(log1p(t*(t+sqrt(x+1.0))));
|
H A D | asinh.c | 100 s=one/t; return(copysign(log1p(t+t/(s+sqrt(one+s*s))),x)); } 102 {s=log1p(t)+ln2lo; return(copysign(s+ln2hi,x));}
|
H A D | atanh.c | 86 return( z*log1p(x+x) );
|
H A D | log1p.c | 118 extern double log1p(x)
|
H A D | lgamma.c | 238 case 0: r -= log1p(x); in small_lgam() 264 r -= rr.b; r -= log1p(x); in small_lgam()
|
/titanic_41/usr/src/head/ |
H A D | math.h | 213 extern double log1p __P((double)); 219 #pragma does_not_read_global_data(expm1, ilogb, log1p, rint) 222 #pragma does_not_write_global_data(expm1, ilogb, log1p, rint) 225 #pragma no_side_effect(expm1, ilogb, log1p, rint)
|
H A D | tgmath.h | 122 #undef log1p 123 #define log1p(x) __tgmath_log1p(x) macro
|
/titanic_41/usr/src/lib/libm/common/C/ |
H A D | log1p.c | 29 #pragma weak __log1p = log1p 125 log1p(double x) { in log1p() function
|
H A D | atanh.c | 69 return (copysign(0.5, x) * log1p(t + t)); in atanh()
|
H A D | acosh.c | 93 return (log1p(t + sqrt(2.0 * t + t * t))); in acosh()
|
H A D | asinh.c | 85 w = log1p(fabs(x) + t / (one + sqrt(one + t))); in asinh()
|
/titanic_41/usr/src/lib/libm/common/R/ |
H A D | log1pf.c | 51 return ((float)log1p((double)x)); in log1pf()
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | uwin | 2 lib gamma,getpass,lgamma,log,log1p,random,rcmd,rint,srand48
|
/titanic_41/usr/src/head/iso/ |
H A D | math_c99.h | 223 extern double log1p __P((double)); 479 #pragma does_not_read_global_data(acosh, atanh, hypot, lgamma, log1p, logb) 481 #pragma does_not_write_global_data(acosh, atanh, hypot, log1p, logb) 485 #pragma no_side_effect(ilogb, log1p, log2, logb)
|
/titanic_41/usr/src/lib/libshell/common/data/ |
H A D | math.tab | 51 f 1 log1p
|
/titanic_41/usr/src/man/man3m/ |
H A D | Makefile | 97 log1p.3m \
|
/titanic_41/usr/src/lib/libm1/common/ |
H A D | libmv1.c | 62 #pragma weak log1p = __log1p macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | math.h | 87 extern double log1p();
|