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