summaryrefslogtreecommitdiff
path: root/math/math.h
AgeCommit message (Expand)Author
2018-05-24Fix parameter type in C++ version of iseqsig (bug 23171)Gabriel F. T. Gomes
2018-05-11powerpc: Fix the compiler type used with C++ when -mabi=ieeelongdoubleTulio Magno Quites Machado Filho
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers
2018-01-03Improve math_errhandlingWilco Dijkstra
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-19Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes
2017-11-03Handle more _FloatN, _FloatNx types in __MATH_TG.Joseph Myers
2017-10-31Adjust __MATH_EVAL_FMT2 definition to handle _Float16 better.Joseph Myers
2017-10-30Include bits/math-finite.h for more _FloatN, _FloatNx types.Joseph Myers
2017-10-30Remove _Mlong_double_ etc. macros.Joseph Myers
2017-10-30Add _FloatN, _FloatNx M_* constants.Joseph Myers
2017-10-27Include bits/mathcalls.h for more _FloatN, _FloatNx types.Joseph Myers
2017-10-26Add SNAN macros for more _FloatN, _FloatNx types.Joseph Myers
2017-10-26Add HUGE_VAL macros for more _FloatN, _FloatNx types.Joseph Myers
2017-10-17Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22296)Romain Naour
2017-10-03Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra
2017-09-22Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes
2017-09-04math.h: Warn about an already-defined log macroFlorian Weimer
2017-09-01math/math.h (HUGE_VAL): Improve commentary.Zack Weinberg
2017-08-31Simplify NAN definitions.Joseph Myers
2017-08-31Simplify INFINITY definitions.Joseph Myers
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers
2017-08-29Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers
2017-08-28Provide a C++ version of iszero that does not use __MATH_TG (bug 21930)Gabriel F. T. Gomes
2017-08-25Clean up bits/math-finite.h for aliasing types.Joseph Myers
2017-08-24Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is definedGabriel F. T. Gomes
2017-08-22Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers
2017-08-18Do not use __builtin_types_compatible_p in C++ mode (bug 21930)Gabriel F. T. Gomes
2017-05-25float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy
2017-05-17float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes
2017-05-15float128: Include math-finite.h for _Float128Gabriel F. T. Gomes
2017-05-15float128: Add public _Float128 declarations to libm.Paul E. Murphy
2017-03-31Fix condition for inclusion of math-finite.h for long doubleGabriel F. T. Gomes
2017-03-30Macroize inclusion of math-finite.hGabriel F. T. Gomes
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers
2016-11-10Refactor some libm type-generic macros.Joseph Myers
2016-10-28Add SNAN, SNANF, SNANL macros.Joseph Myers
2016-10-22math.h: Wrap C++ bits in extern "C++"Florian Weimer
2016-10-21math: Define iszero as a function template for C++ [BZ #20715]Florian Weimer
2016-10-07Make iseqsig handle excess precision.Joseph Myers