home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / libnix-0.8-src.lha / libnix-0.8 / sources / nix / math / __eqdf2.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-12  |  266 b   |  14 lines

  1. #ifdef __GNUC__
  2. #include <inline/mathieeedoubbas.h>
  3. #endif
  4. #include <stabs.h>
  5.  
  6. signed long __eqdf2(double x,double y)
  7. { return IEEEDPCmp(x,y); }
  8.  
  9. ALIAS(__gedf2,__eqdf2);
  10. ALIAS(__nedf2,__eqdf2);
  11. ALIAS(__gtdf2,__eqdf2);
  12. ALIAS(__ltdf2,__eqdf2);
  13. ALIAS(__ledf2,__eqdf2);
  14.