xref: /netbsd-src/lib/libc/arch/aarch64/gdtoa/gd_qnan.h (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
1 /* $NetBSD: gd_qnan.h,v 1.1 2014/08/10 05:47:36 matt Exp $ */
2 
3 #define f_QNAN 0x7fc00000
4 #ifdef __AARCH64EB__
5 #define d_QNAN0 0x7ff80000
6 #define d_QNAN1 0x0
7 #define ld_QNAN0 0x7ff80000
8 #define ld_QNAN1 0x0
9 #define ld_QNAN2 0x0
10 #define ld_QNAN3 0x0
11 #else
12 #define d_QNAN0 0x0
13 #define d_QNAN1 0x7ff80000
14 #define ld_QNAN0 0x0
15 #define ld_QNAN1 0x0
16 #define ld_QNAN2 0x0
17 #define ld_QNAN3 0x7ff80000
18 #endif
19