PR fortran/46402 * quadmath.map (QUADMATH_1.0): Add fmaq. * configure.ac: Check for fenv.h, feholdexcept, fesetround, feupdateenv, fesetenv and fetestexcept. * configure: Regenerated. * config.h.in: Regenerated. * quadmath.h (fmaq): New prototype. * quadmath_weak.h (fmaq): Add. * Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c. * Makefile.in: Regenerated. * quadmath-imp.h: Include config.h. * math/expq.c: Include fenv.h. (USE_FENV_H): Define if libm support for fe* is there. (expq): Add fesetround etc. support if USE_FENV_H is defined. * math/fmaq.c: New file. * libquadmath.texi (fmaq): Add. From-SVN: r168852 |
||
|---|---|---|
| .. | ||
| acoshq.c | ||
| acosq.c | ||
| asinhq.c | ||
| asinq.c | ||
| atan2q.c | ||
| atanhq.c | ||
| atanq.c | ||
| cbrtq.c | ||
| ceilq.c | ||
| complex.c | ||
| copysignq.c | ||
| coshq.c | ||
| cosq_kernel.c | ||
| cosq.c | ||
| erfq.c | ||
| expm1q.c | ||
| expq.c | ||
| fabsq.c | ||
| finiteq.c | ||
| floorq.c | ||
| fmaq.c | ||
| fmodq.c | ||
| frexpq.c | ||
| hypotq.c | ||
| isinfq.c | ||
| isnanq.c | ||
| j0q.c | ||
| j1q.c | ||
| jnq.c | ||
| ldexpq.c | ||
| lgammaq.c | ||
| llroundq.c | ||
| log1pq.c | ||
| log10q.c | ||
| logq.c | ||
| lroundq.c | ||
| modfq.c | ||
| nanq.c | ||
| nextafterq.c | ||
| powq.c | ||
| rem_pio2q.c | ||
| remainderq.c | ||
| rintq.c | ||
| roundq.c | ||
| scalblnq.c | ||
| scalbnq.c | ||
| signbitq.c | ||
| sincos_table.c | ||
| sincosq_kernel.c | ||
| sincosq.c | ||
| sinhq.c | ||
| sinq_kernel.c | ||
| sinq.c | ||
| sqrtq.c | ||
| tanhq.c | ||
| tanq.c | ||
| tgammaq.c | ||
| truncq.c | ||