xref: /netbsd-src/lib/libc/arch/aarch64/gdtoa/gd_qnan.h (revision 90a07881a65d470cf35bfa5f4212c9b5c67db82a)
1 /* $NetBSD: gd_qnan.h,v 1.2 2018/08/01 19:59:49 ryo Exp $ */
2 
3 #define f_QNAN 0x7fc00000
4 #ifdef __AARCH64EB__
5 #define d_QNAN0 0x7ff80000
6 #define d_QNAN1 0x0
7 #define ld_QNAN0 0x7fff8000
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 0x7fff8000
18 #endif
19