Home | History | Annotate | Line # | Download | only in gdtoa
      1 /* $NetBSD: gd_qnan.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
      2 
      3 #define f_QNAN 0x7fc00000
      4 #define d_QNAN0 0x7ff80000
      5 #define d_QNAN1 0x0
      6 #ifndef __mc68010__
      7 #define ld_QNAN0 0x7fff0000
      8 #define ld_QNAN1 0x40000000
      9 #define ld_QNAN2 0x0
     10 #endif
     11