Searched refs:atanhl (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | atanhl.c | 30 #pragma weak __atanhl = atanhl 36 * atanhl(x) = --- * LOG(1 + -------) = 0.5 * log1pl(2 * --------) 38 * Note: to guarantee atanhl(-x) = -atanhl(x), we use 40 * atanhl(x) = ------- * log1pl(2*-------). 44 * atanhl(x) is NaN if |x| > 1 with signal; 45 * atanhl(NaN) is that NaN with no signal; 46 * atanhl(+-1) is +-INF with signal. 53 atanhl(long double x) { function
|
H A D | longdouble.h | 60 extern long double atanhl(long double);
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | atanhl.c | 30 #pragma weak __atanhl = atanhl 35 #define ATANH atanhl
|
H A D | longdouble.h | 59 extern long double atanhl(long double);
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 333 extern long double atanhl __P((long double)); 445 #pragma does_not_read_global_data(acoshl, asinhl, atanhl, coshl, sinhl, tanhl) 458 #pragma does_not_write_global_data(acoshl, asinhl, atanhl, coshl, sinhl, tanhl) 508 #pragma no_side_effect(acoshl, asinhl, atanhl, coshl, sinhl, tanhl)
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 445 long double atanhl(long double);
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 263 atanhl.o \ 540 ../common/LD/atanhl.c \ 676 ../common/Q/atanhl.c \
|
Completed in 76 milliseconds