ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/lib/libc/i386/gen/infinity.c
Revision: 10582
Committed: Fri Jun 8 12:05:31 2018 UTC (5 years, 10 months ago) by laffer1
Content type: text/plain
File size: 370 byte(s)
Log Message:
sync with freebsd

File Contents

# Content
1 /* $MidnightBSD$ */
2 /*
3 * infinity.c
4 */
5
6 #include <sys/cdefs.h>
7 __FBSDID("$FreeBSD: stable/10/lib/libc/i386/gen/infinity.c 110566 2003-02-08 20:37:55Z mike $");
8
9 #include <math.h>
10
11 /* bytes for +Infinity on a 387 */
12 const union __infinity_un __infinity = { { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f } };
13
14 /* bytes for NaN */
15 const union __nan_un __nan = { { 0, 0, 0xc0, 0xff } };

Properties

Name Value
svn:keywords MidnightBSD=%H