Symbol: acosl
include/math.h
399
long double acosl(long double);
lib/libm/hidden/math.h
32
LDBL_PROTO_STD_DEPRECATED(acosl);
regress/lib/libm/cephes/monotl.c
181
{"acos", acosl, 1.95090322016128192573E-1L, 1.37443542480468750000E0L,
regress/lib/libm/cephes/monotl.c
183
{"acos", acosl, 3.82683432365089615246E-1L, 1.17808532714843750000E0L,
regress/lib/libm/cephes/monotl.c
185
{"acos", acosl, 0.5L, 1.04719543457031250000E0L,
regress/lib/libm/cephes/monotl.c
187
{"acos", acosl, 7.07106781186547461715E-1L, 7.85385131835937500000E-1L,
regress/lib/libm/cephes/monotl.c
189
{"acos", acosl, 9.23879532511286738483E-1L, 3.92684936523437500000E-1L,
regress/lib/libm/cephes/monotl.c
191
{"acos", acosl, 9.80785280403230430579E-1L, 1.96334838867187500000E-1L,
regress/lib/libm/cephes/monotl.c
193
{"acos", acosl, -0.5L, 2.09439086914062500000E0L,
regress/lib/libm/cephes/monotl.c
61
long double acosl (long double);
regress/lib/libm/cephes/monotll.c
267
{"acos", acosl, 1.95090322016128267848284868477022248E-1L,
regress/lib/libm/cephes/monotll.c
271
{"acos", acosl, 3.82683432365089771728459984030398880E-1L,
regress/lib/libm/cephes/monotll.c
275
{"acos", acosl, 0.5L,
regress/lib/libm/cephes/monotll.c
279
{"acos", acosl, 7.07106781186547524400844362104848992E-1L,
regress/lib/libm/cephes/monotll.c
283
{"acos", acosl, 9.23879532511286756128183189396788310E-1L,
regress/lib/libm/cephes/monotll.c
287
{"acos", acosl, 9.80785280403230449126182236134239047E-1L,
regress/lib/libm/cephes/monotll.c
291
{"acos", acosl, -0.5L,
regress/lib/libm/cephes/monotll.c
63
long double acosl (long double);
regress/lib/libm/cephes/testvectl.c
117
{"acosl", acosl, &NANL, &NANL, 0},
regress/lib/libm/cephes/testvectl.c
118
{"acosl", acosl, &ONEL, &ZEROL, 0},
regress/lib/libm/cephes/testvectl.c
119
{"acosl", acosl, &TWOL, &NANL, 0},
regress/lib/libm/cephes/testvectl.c
120
{"acosl", acosl, &MTWOL, &NANL, 0},
regress/lib/libm/cephes/testvectl.c
67
long double acosl (long double);
regress/lib/libm/cephes/testvectll.c
121
{"acosl", acosl, &NANL, &NANL, 0},
regress/lib/libm/cephes/testvectll.c
122
{"acosl", acosl, &ONEL, &ZEROL, 0},
regress/lib/libm/cephes/testvectll.c
123
{"acosl", acosl, &TWOL, &NANL, 0},
regress/lib/libm/cephes/testvectll.c
124
{"acosl", acosl, &MTWOL, &NANL, 0},
regress/lib/libm/cephes/testvectll.c
71
long double acosl (long double);
regress/lib/libm/msun/invctrig_test.c
286
testall_tol(cacos, z, CMPLXL(acosl(nums[i]), -0.0), 1);
regress/lib/libm/msun/invtrig_test.c
408
return (cosl(acosl(x)));