| Age | Commit message (Collapse) | Author |
|
|
|
aliases for fminl and fmaxl, fabsl is here just for symmetry.
|
|
|
|
move the include of fenv.h into the #ifdef __HAVE_LONG_DOUBLE block
and also provide a -DHAVE_FENV_H from the makefile for archs that have
it - leaving out exception settings on architectures that do not provide
it.
|
|
Fixes fmodl() test failure on sparc64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
functions. They are expected to be implement properly at a later time.
|
|
Basic test case for the fmod family.
|
|
|
|
|
|
|
|
|
|
add a strong alias for nextafterl to nextafter
|
|
|
|
|
|
review to make sure I got it right.
This fixes PR 47834.
|
|
s_scalbln.c.
|
|
|
|
|
|
|
|
use the limit macros.
|
|
|
|
|
|
|
|
|
|
as well as s_frexpl.c in the global list of "common" sources - as we
seem to have no arch redefining the standard double variant, it seems
unlikely we will have on redefining the long double version in assembler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|