Update.
[glibc.git] / math / libm.map
blob296d55d6759fc05b8a5d369f4dbeb57c1e96c17e
1 GLIBC_2.0 {
2   global:
3     # mathematical functions
4     acos; acosf; acosl;
5     acosh; acoshf; acoshl;
6     asin; asinf; asinl;
7     asinh; asinhf; asinhl;
8     atan2; atan2f; atan2l;
9     atan; atanf; atanl;
10     atanh; atanhf; atanhl;
11     cbrt; cbrtf; cbrtl;
12     ceil; ceilf; ceill;
13     copysign; copysignf; copysignl;
14     cos; cosf; cosl;
15     coshf; cosh; coshl;
16     drem; dremf; dreml;
17     erf; erff; erfl;
18     erfc; erfcf; erfcl;
19     exp2; exp2f; exp2l;
20     exp; expf; expl;
21     expm1; expm1f; expm1l;
22     fabs; fabsf; fabsl;
23     fdim; fdimf; fdiml;
24     finite; finitef; finitel;
25     floor; floorf; floorl;
26     fma; fmaf; fmal;
27     fmax; fmaxf; fmaxl;
28     fmin; fminf; fminl;
29     fmod; fmodf; fmodl;
30     frexp; frexpf; frexpl;
31     gamma; gammaf; gammal;
32     gamma_r; gammaf_r; gammal_r;
33     hypot; hypotf; hypotl;
34     ilogb; ilogbf; ilogbl;
35     j0; j0f; j0l;
36     j1; j1f; j1l;
37     jn; jnf; jnl;
38     ldexp; ldexpf; ldexpl;
39     lgamma; lgammaf; lgammal;
40     lgamma_r; lgammaf_r; lgammal_r;
41     log10; log10f; log10l;
42     log1p; log1pf; log1pl;
43     log2; log2f; log2l;
44     log; logf; logl;
45     logb; logbf; logbl;
46     matherr;
47     modf; modff; modfl;
48     nan; nanf; nanl;
49     nearbyint; nearbyintf; nearbyintl;
50     nextafter; nextafterf; nextafterl;
51     nextafterx; nextafterxf; nextafterxl;
52     pow; powf; powl;
53     remainder; remainderf; remainderl;
54     remquo; remquof; remquol;
55     rint; rintf; rintl;
56     lrint; lrintf; lrintl;
57     llrint; llrintf; llrintl;
58     round; roundf; roundl;
59     lround; lroundf; lroundl;
60     llround; llroundf; llroundl;
61     scalb; scalbf; scalbl;
62     scalbn; scalbnf; scalbnl;
63     scalbln; scalblnf; scalblnl;
64     significand; significandf; significandl;
65     sin; sinf; sinl;
66     sincos; sincosf; sincosl;
67     sinh; sinhf; sinhl;
68     sqrt; sqrtf; sqrtl;
69     tan; tanf; tanl;
70     tanh; tanhf; tanhl;
71     trunc; truncf; truncl;
72     y0; y0f; y0l;
73     y1; y1f; y1l;
74     yn; ynf; ynl;
76     # complex functions
77     cabs; cabsf; cabsl;
78     cacos; cacosf; cacosl;
79     cacosh; cacoshf; cacoshl;
80     carg; cargf; cargl;
81     casin; casinf; casinl;
82     casinh; casinhf; casinhl;
83     catan; catanf; catanl;
84     catanh; catanhf; catanhl;
85     ccos; ccosf; ccosl;
86     ccosh; ccoshf; ccoshl;
87     cexp; cexpf; cexpl;
88     cimag; cimagf; cimagl;
89     clog; clogf; clogl;
90     clog10; clog10f; clog10l;
91     __clog10; __clog10f; __clog10l;
92     conj; conjf; conjl;
93     cpow; cpowf; cpowl;
94     cproj; cprojf; cprojl;
95     creal; crealf; creall;
96     csin; csinf; csinl;
97     csinh; csinhf; csinhl;
98     csqrt; csqrtf; csqrtl;
99     ctan; ctanf; ctanl;
100     ctanh; ctanhf; ctanhl;
102     # fp environment functions
103     feclearexcept; fegetenv; fegetexceptflag;
104     fegetround; feholdexcept; feraiseexcept;
105     fesetenv; fesetexceptflag; fesetround;
106     fetestexcept; feupdateenv;
108     # global variables
109     _LIB_VERSION; signgam;
111     # functions used in inline functions or macros
112     __fpclassify; __fpclassifyf; __fpclassifyl;
113     __signbit; __signbitf; __signbitl;
114     __finite; __finitef; __finitel;
116     __log1p;
118     # symbols used in macros from sysdeps/powerpc/bits/fenv.h
119     __fe_dfl_env; __fe_enabled_env; __fe_nonieee_env; __fe_nomask_env;
121   local:
122     *;