Symbol: acoshl
include/math.h
407
long double acoshl(long double);
lib/libm/hidden/math.h
31
LDBL_PROTO_STD_DEPRECATED(acoshl);
regress/lib/libm/cephes/monotl.c
225
{"acosh", acoshl, 2.0L, 1.31695556640625000000E0L,
regress/lib/libm/cephes/monotl.c
227
{"acosh", acoshl, 1.5L, 9.62417602539062500000E-1L,
regress/lib/libm/cephes/monotl.c
229
{"acosh", acoshl, 1.03125L, 2.49343872070312500000E-1L,
regress/lib/libm/cephes/monotl.c
66
long double acoshl (long double);
regress/lib/libm/cephes/monotll.c
388
{"acosh", acoshl, 2.0L,
regress/lib/libm/cephes/monotll.c
392
{"acosh", acoshl, 1.5L,
regress/lib/libm/cephes/monotll.c
396
{"acosh", acoshl, 1.03125L,
regress/lib/libm/cephes/monotll.c
400
{"acosh", acoshl, 2.68435456e8L, /* 2 ^ 28 */
regress/lib/libm/cephes/monotll.c
404
{"acosh", acoshl, 1.8014398509481984e16L, /* 2 ^ 54 */
regress/lib/libm/cephes/monotll.c
408
{"acosh", acoshl, 1.073741824e9L, /* 2^30 */
regress/lib/libm/cephes/monotll.c
68
long double acoshl (long double);
regress/lib/libm/cephes/testvectl.c
146
{"acoshl", acoshl, &NANL, &NANL, 0},
regress/lib/libm/cephes/testvectl.c
147
{"acoshl", acoshl, &ONEL, &ZEROL, 0},
regress/lib/libm/cephes/testvectl.c
148
{"acoshl", acoshl, &INFINITYL, &INFINITYL, 0},
regress/lib/libm/cephes/testvectl.c
149
{"acoshl", acoshl, &HALFL, &NANL, 0},
regress/lib/libm/cephes/testvectl.c
150
{"acoshl", acoshl, &MONEL, &NANL, 0},
regress/lib/libm/cephes/testvectl.c
69
long double acoshl (long double);
regress/lib/libm/cephes/testvectll.c
150
{"acoshl", acoshl, &NANL, &NANL, 0},
regress/lib/libm/cephes/testvectll.c
151
{"acoshl", acoshl, &ONEL, &ZEROL, 0},
regress/lib/libm/cephes/testvectll.c
152
{"acoshl", acoshl, &INFINITYL, &INFINITYL, 0},
regress/lib/libm/cephes/testvectll.c
153
{"acoshl", acoshl, &HALFL, &NANL, 0},
regress/lib/libm/cephes/testvectll.c
154
{"acoshl", acoshl, &MONEL, &NANL, 0},
regress/lib/libm/cephes/testvectll.c
73
long double acoshl (long double);