Searched hist:143217 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/msun/src/
H A Ds_nextafterl.c143217 Mon Mar 07 02:56:46 MST 2005 das Implement nexttoward and nextafterl; the latter is also known as
nexttowardl. These are not needed on machines where long doubles
look like IEEE-754 doubles, so the implementation only supports
the usual long double formats with 15-bit exponents.

Anything bizarre, such as machines where floating-point and integer
data have different endianness, will cause problems. This is the case
with big endian ia64 according to libc/ia64/_fpmath.h. Please contact
me if you managed to get a machine running this way.
H A Ds_nexttoward.c143217 Mon Mar 07 02:56:46 MST 2005 das Implement nexttoward and nextafterl; the latter is also known as
nexttowardl. These are not needed on machines where long doubles
look like IEEE-754 doubles, so the implementation only supports
the usual long double formats with 15-bit exponents.

Anything bizarre, such as machines where floating-point and integer
data have different endianness, will cause problems. This is the case
with big endian ia64 according to libc/ia64/_fpmath.h. Please contact
me if you managed to get a machine running this way.

Completed in 52 milliseconds