Symbol.map (0bfd163f522701b486e066fa2e56624c02f5081a) Symbol.map (a48e1f224c561c156d130496638b5defbb3081d0)
1/*
2 * $FreeBSD$
3 */
4
5/* 7.0-CURRENT */
6FBSD_1.0 {
7 __fe_dfl_env;
8 tgamma;

--- 246 unchanged lines hidden (view full) ---

255 csin;
256 csinf;
257 csinh;
258 csinhf;
259 ccos;
260 ccosf;
261 ccosh;
262 ccoshf;
1/*
2 * $FreeBSD$
3 */
4
5/* 7.0-CURRENT */
6FBSD_1.0 {
7 __fe_dfl_env;
8 tgamma;

--- 246 unchanged lines hidden (view full) ---

255 csin;
256 csinf;
257 csinh;
258 csinhf;
259 ccos;
260 ccosf;
261 ccosh;
262 ccoshf;
263 coshl;
263 ctan;
264 ctanf;
265 ctanh;
266 ctanhf;
267 expl;
268 expm1l;
269 log10l;
270 log1pl;
271 log2l;
272 logl;
264 ctan;
265 ctanf;
266 ctanh;
267 ctanhf;
268 expl;
269 expm1l;
270 log10l;
271 log1pl;
272 log2l;
273 logl;
274 sinhl;
275 tanhl;
273 /* Implemented as weak aliases for imprecise versions */
276 /* Implemented as weak aliases for imprecise versions */
274 coshl;
275 erfcl;
276 erfl;
277 lgammal;
278 powl;
277 erfcl;
278 erfl;
279 lgammal;
280 powl;
279 sinhl;
280 tanhl;
281 tgammal;
282};
281 tgammal;
282};