Symbol: coshl
include/math.h
410
long double coshl(long double);
lib/libm/hidden/math.h
61
LDBL_PROTO_NORMAL(coshl);
lib/libm/src/ld128/e_coshl.c
106
DEF_STD(coshl);
lib/libm/src/ld80/e_coshl.c
83
DEF_STD(coshl);
lib/libm/src/s_ccoshl.c
57
w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I;
lib/libm/src/s_ccosl.c
62
*c = coshl(x);
lib/libm/src/s_csinhl.c
56
w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I;
lib/libm/src/s_csinl.c
64
*c = coshl(x);
lib/libm/src/s_ctanhl.c
57
d = coshl(2.0L * x) + cosl(2.0L * y);
lib/libm/src/s_ctanl.c
143
d = cosl(2.0L * x) + coshl(2.0L * y);
regress/lib/libm/cephes/monotl.c
207
{"cosh", coshl, 7.09089565712818057364E2L, 4.49423283712885057274E307L,
regress/lib/libm/cephes/monotl.c
209
{"cosh", coshl, 1.0L, 1.54307556152343750000E0L,
regress/lib/libm/cephes/monotl.c
211
{"cosh", coshl, 0.5L, 1.12762451171875000000E0L,
regress/lib/libm/cephes/monotl.c
63
long double coshl (long double);
regress/lib/libm/cephes/monotll.c
317
{"cosh", coshl, 40.0L,
regress/lib/libm/cephes/monotll.c
321
{"cosh", coshl, 6.938893903907228377647697925567626953E-18L,
regress/lib/libm/cephes/monotll.c
324
{"cosh", coshl, 11356.375L,
regress/lib/libm/cephes/monotll.c
328
{"cosh", coshl, 11355.5L,
regress/lib/libm/cephes/monotll.c
332
{"cosh", coshl, 1.0L,
regress/lib/libm/cephes/monotll.c
336
{"cosh", coshl, 0.5L,
regress/lib/libm/cephes/monotll.c
65
long double coshl (long double);
regress/lib/libm/cephes/testvectl.c
163
{"coshl", coshl, &NANL, &NANL, 0},
regress/lib/libm/cephes/testvectl.c
164
{"coshl", coshl, &ZEROL, &ONEL, 0},
regress/lib/libm/cephes/testvectl.c
165
{"coshl", coshl, &NEGZEROL, &ONEL, 0},
regress/lib/libm/cephes/testvectl.c
166
{"coshl", coshl, &INFINITYL, &INFINITYL, 0},
regress/lib/libm/cephes/testvectl.c
167
{"coshl", coshl, &MINFL, &INFINITYL, 0},
regress/lib/libm/cephes/testvectl.c
73
long double coshl (long double);
regress/lib/libm/cephes/testvectll.c
167
{"coshl", coshl, &NANL, &NANL, 0},
regress/lib/libm/cephes/testvectll.c
168
{"coshl", coshl, &ZEROL, &ONEL, 0},
regress/lib/libm/cephes/testvectll.c
169
{"coshl", coshl, &NEGZEROL, &ONEL, 0},
regress/lib/libm/cephes/testvectll.c
170
{"coshl", coshl, &INFINITYL, &INFINITYL, 0},
regress/lib/libm/cephes/testvectll.c
171
{"coshl", coshl, &MINFL, &INFINITYL, 0},
regress/lib/libm/cephes/testvectll.c
77
long double coshl (long double);