Symbol: tanl
include/math.h
405
long double tanl(long double);
lib/libm/hidden/math.h
207
LDBL_PROTO_STD_DEPRECATED(tanl);
regress/lib/libm/cephes/monotl.c
138
{"tan", tanl, 7.85398163397448278999E-1L, 9.999847412109375e-1L,
regress/lib/libm/cephes/monotl.c
140
{"tan", tanl, 1.17809724509617241850E0L, 2.41419982910156250000E0L,
regress/lib/libm/cephes/monotl.c
142
{"tan", tanl, 1.96349540849362069750E0L, -2.41421508789062500000E0L,
regress/lib/libm/cephes/monotl.c
144
{"tan", tanl, 2.35619449019234483700E0L, -1.00001525878906250000E0L,
regress/lib/libm/cephes/monotl.c
146
{"tan", tanl, 2.74889357189106897650E0L, -4.14215087890625000000E-1L,
regress/lib/libm/cephes/monotl.c
58
long double tanl (long double);
regress/lib/libm/cephes/monotll.c
191
{"tan", tanl, 7.8539816339744830961566084581987569936977E-1L,
regress/lib/libm/cephes/monotll.c
195
{"tan", tanl, 1.1780972450961724644234912687298135490547E0L,
regress/lib/libm/cephes/monotll.c
199
{"tan", tanl, 1.96349540849362077403915211454968925E0L,
regress/lib/libm/cephes/monotll.c
203
{"tan", tanl, 2.35619449019234492884698253745962710E0L,
regress/lib/libm/cephes/monotll.c
207
{"tan", tanl, 2.74889357189106908365481296036956495E0L,
regress/lib/libm/cephes/monotll.c
60
long double tanl (long double);
regress/lib/libm/cephes/testvectl.c
101
{"tanl", tanl, 32767.L, 1.9089234430221485740826E-1L, 0},
regress/lib/libm/cephes/testvectl.c
104
{"tanl", tanl, 8388607.L, -8.0354556223613614748329E0L, 0},
regress/lib/libm/cephes/testvectl.c
107
{"tanl", tanl, 2147483647.L, 1.0523779637351339136698E0L, 0},
regress/lib/libm/cephes/testvectl.c
141
{"tanl", tanl, &NANL, &NANL, 0},
regress/lib/libm/cephes/testvectl.c
142
{"tanl", tanl, &ZEROL, &ZEROL, 0},
regress/lib/libm/cephes/testvectl.c
143
{"tanl", tanl, &NEGZEROL, &NEGZEROL, 0},
regress/lib/libm/cephes/testvectl.c
144
{"tanl", tanl, &INFINITYL, &NANL, 0},
regress/lib/libm/cephes/testvectl.c
145
{"tanl", tanl, &MINFL, &NANL, 0},
regress/lib/libm/cephes/testvectl.c
66
long double tanl (long double);
regress/lib/libm/cephes/testvectll.c
105
{"tanl", tanl, 32767.L, 1.9089234430221485740826E-1L, 0},
regress/lib/libm/cephes/testvectll.c
108
{"tanl", tanl, 8388607.L, -8.0354556223613614748329E0L, 0},
regress/lib/libm/cephes/testvectll.c
111
{"tanl", tanl, 2147483647.L, 1.0523779637351339136698E0L, 0},
regress/lib/libm/cephes/testvectll.c
145
{"tanl", tanl, &NANL, &NANL, 0},
regress/lib/libm/cephes/testvectll.c
146
{"tanl", tanl, &ZEROL, &ZEROL, 0},
regress/lib/libm/cephes/testvectll.c
147
{"tanl", tanl, &NEGZEROL, &NEGZEROL, 0},
regress/lib/libm/cephes/testvectll.c
148
{"tanl", tanl, &INFINITYL, &NANL, 0},
regress/lib/libm/cephes/testvectll.c
149
{"tanl", tanl, &MINFL, &NANL, 0},
regress/lib/libm/cephes/testvectll.c
70
long double tanl (long double);
regress/lib/libm/msun/invtrig_test.c
415
return (tanl(atanf(x)));
regress/lib/libm/msun/invtrig_test.c
422
return (tanl(atan(x)));
regress/lib/libm/msun/invtrig_test.c
429
return (tanl(atanl(x)));
regress/lib/libm/msun/trig_test.c
206
ATF_CHECK(fabsl(tanl(ld_pi_odd[i])) < LDBL_EPSILON);
regress/lib/libm/msun/trig_test.c
210
ATF_CHECK(fabsl(tanl(-ld_pi_odd[i])) < LDBL_EPSILON);
regress/lib/libm/msun/trig_test.c
214
ATF_CHECK(fabsl(tanl(ld_pi_odd[i] * 2)) < LDBL_EPSILON);
regress/lib/libm/msun/trig_test.c
218
ATF_CHECK(fabsl(tanl(-ld_pi_odd[i] * 2)) < LDBL_EPSILON);