Home
last modified time | relevance | path

Searched refs:ieee_double_extract (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tests/
H A Dmisc.c485 union ieee_double_extract x; in tests_infinity_d()
503 union ieee_double_extract x; in tests_isinf()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dextract-dbl.c78 union ieee_double_extract x; in __gmp_extract_double()
H A Dgmp-impl.h3788 union ieee_double_extract union
3803 union ieee_double_extract union
3818 union ieee_double_extract union
3867 union ieee_double_extract u; \
H A DChangeLog20093 * gmp-impl.h (ieee_double_extract): Setup using HAVE_DOUBLE_IEEE_*.
20094 (GMP_UINT32): New define, 32 bit type for ieee_double_extract.
20135 * gmp-impl.h (ieee_double_extract): Test __sparc__, used by gcc 3.1.
23591 * gmp-impl.h (union ieee_double_extract) [m68k]: Use longs, since int
26473 * gmp-impl.h (union ieee_double_extract): Test for _CRAYIEEE.
27000 * gmp-impl.h (union ieee_double_extract): Handle ia64.
29986 * gmp-impl.h (union ieee_double_extract): Check _CRAYMPP.
31402 * gmp-impl.h (union ieee_double_extract): Special case for
32544 * gmp-impl.h (union ieee_double_extract): Test sparc and __sparc.
32638 * gmp-impl.h: Rework code for defining ieee_double_extract.
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dget_d.c171 union ieee_double_extract u; in mpn_get_d()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog16340 get rid of dependency from GMP for _GMP_IEEE_FLOATS and ieee_double_extract
36511 …Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract if _GMP_IEEE is not …