summaryrefslogtreecommitdiff
path: root/sys/powerpc/include/float.h
AgeCommit message (Expand)Author
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-08-05Rationalize BSD license on sys/*/include/float.hEd Maste
2012-01-23Add C11 macros describing subnormal numbers to float.h.David Schultz
2012-01-20Add parentheses where required. Without them, `sizeof LDBL_MAX'David Schultz
2012-01-16Change the definition of FLT_EVAL_METHOD from 1 to 0. A value of 1 impliesDavid Schultz
2011-01-09We don't support any floating point types larger than double onDavid Schultz
2008-11-16Define LDBL_EPSILON, LDBL_MAX and LDBL_MIN as long double constants.Marcel Moolenaar
2008-02-24Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCRafal Jaworowski
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-07-19Fix printing of long doubles to match the size thatAndrew Gallatin
2004-07-19Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz
2004-04-25Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationDavid Schultz
2004-04-07Remove advertising clause from University of California Regent'sWarner Losh
2004-01-21Update 128-bit long double constants to match what is expectedPeter Grehan
2003-02-08Implement fpclassify():Mike Barcroft
2002-05-15An exact copy of i386/include/float.h will work here.David E. O'Brien