1 1.2 ryo /* $NetBSD: gd_qnan.h,v 1.2 2018/08/01 19:59:49 ryo Exp $ */ 2 1.1 matt 3 1.1 matt #define f_QNAN 0x7fc00000 4 1.1 matt #ifdef __AARCH64EB__ 5 1.1 matt #define d_QNAN0 0x7ff80000 6 1.1 matt #define d_QNAN1 0x0 7 1.2 ryo #define ld_QNAN0 0x7fff8000 8 1.1 matt #define ld_QNAN1 0x0 9 1.1 matt #define ld_QNAN2 0x0 10 1.1 matt #define ld_QNAN3 0x0 11 1.1 matt #else 12 1.1 matt #define d_QNAN0 0x0 13 1.1 matt #define d_QNAN1 0x7ff80000 14 1.1 matt #define ld_QNAN0 0x0 15 1.1 matt #define ld_QNAN1 0x0 16 1.1 matt #define ld_QNAN2 0x0 17 1.2 ryo #define ld_QNAN3 0x7fff8000 18 1.1 matt #endif 19