diff options
Diffstat (limited to 'libquadmath/quadmath.map')
-rw-r--r-- | libquadmath/quadmath.map | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/libquadmath/quadmath.map b/libquadmath/quadmath.map new file mode 100644 index 000000000..2d2028022 --- /dev/null +++ b/libquadmath/quadmath.map @@ -0,0 +1,98 @@ +QUADMATH_1.0 { + global: + acosq; + acoshq; + asinq; + asinhq; + atanq; + atanhq; + atan2q; + cbrtq; + ceilq; + copysignq; + coshq; + cosq; + erfq; + erfcq; + expq; + expm1q; + fabsq; + fdimq; + finiteq; + floorq; + fmaq; + fmaxq; + fminq; + fmodq; + frexpq; + hypotq; + ilogbq; + isinfq; + isnanq; + j0q; + j1q; + jnq; + ldexpq; + lgammaq; + llrintq; + llroundq; + logq; + log10q; + log1pq; + log2q; + lrintq; + lroundq; + modfq; + nanq; + nearbyintq; + nextafterq; + powq; + remainderq; + remquoq; + rintq; + roundq; + scalblnq; + scalbnq; + signbitq; + sincosq; + sinhq; + sinq; + sqrtq; + tanq; + tanhq; + tgammaq; + truncq; + y0q; + y1q; + ynq; + + cabsq; + cargq; + cimagq; + crealq; + cacoshq; + cacosq; + casinhq; + casinq; + catanhq; + catanq; + ccosq; + ccoshq; + cexpq; + cexpiq; + clogq; + clog10q; + conjq; + cpowq; + cprojq; + csinq; + csinhq; + csqrtq; + ctanq; + ctanhq; + + strtoflt128; + quadmath_snprintf; + local: + *; +}; |