Home
last modified time | relevance | path

Searched refs:LOG1P_FUNC (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/src/
H A Dslmath.c273 return LOG1P_FUNC(x+x2/(1.0+sqrt(1.0+x2))); in my_asinh()
302 return 0.5 * LOG1P_FUNC(2.0*x/(1-x)); in my_atanh()
411 for (i = 0; i < na; i++) b[i] = LOG1P_FUNC(a[i]); in double_math_op()
523 for (i = 0; i < na; i++) b[i] = LOG1P_FUNC(a[i]); in float_math_op()
728 b[i] = LOG1P_FUNC (to_double ((VOID_STAR) a)); in generic_math_op()
H A D_slang.h1470 # define LOG1P_FUNC log1p macro
1473 # define LOG1P_FUNC _pSLmath_log1p macro
H A Dslcmplex.c277 f[0] = 0.5*LOG1P_FUNC(r*r + 2.0*z[0]); in _pSLcomplex_log1p()