aboutsummaryrefslogtreecommitdiff
path: root/math/bits/mathcalls.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey1-1/+1
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey1-1/+1
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey1-1/+1
2021-09-29Do not declare fmax, fmin _FloatN, _FloatNx versions for C2XJoseph Myers1-0/+2
2021-09-28Add fmaximum, fminimum functionsJoseph Myers1-0/+26
2021-06-01Update floating-point feature test macro handling for C2XJoseph Myers1-4/+8
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-02-28ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho1-3/+6
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-09-05Use __attribute_pure__ macro in bits/mathcalls.hGabriel F. T. Gomes1-2/+2
2019-09-05math: Replace const attribute with pure in totalorder* functionsGabriel F. T. Gomes1-3/+4
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers1-2/+3
2019-08-13Declare some TS 18661-4 interfaces for C2X.Joseph Myers1-1/+1
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-6/+8
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-06-12Do not use const attribute for nan functions (bug 23277).Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-12[BZ #22593] Fix nextafter and nexttoward declarationSzabolcs Nagy1-2/+2
2017-09-01Obsolete pow10 functions.Joseph Myers1-6/+0
2017-05-15float128: Add public _Float128 declarations to libm.Paul E. Murphy1-13/+23
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-31/+0
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes1-28/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31Add fromfp functions.Joseph Myers1-0/+22
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers1-0/+3
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers1-0/+6
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers1-0/+5