Home | History | Annotate | Line # | Download | only in gdtoa
gd_qnan.h revision 1.1.26.1
      1  1.1.26.1  christos /* $NetBSD: gd_qnan.h,v 1.1.26.1 2019/06/10 22:05:16 christos 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.1.26.1  christos #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.1.26.1  christos #define ld_QNAN3 0x7fff8000
     18       1.1      matt #endif
     19