mirror of https://github.com/acidanthera/audk.git
12 lines
322 B
C
12 lines
322 B
C
/* $NetBSD: gd_qnan.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
|
|
|
|
#define f_QNAN 0x7fc00000
|
|
#define d_QNAN0 0x0
|
|
#define d_QNAN1 0x7ff80000
|
|
#define ldus_QNAN0 0x0
|
|
#define ldus_QNAN1 0x0
|
|
#define ldus_QNAN2 0x0
|
|
#define ldus_QNAN3 0x4000
|
|
#define ldus_QNAN4 0x7fff
|
|
/* 6 bytes of tail padding follow, per AMD64 ABI */
|