misc.h 567 B

12345678910111213141516171819202122
  1. /*
  2. * (c) copyright 1989 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. /* $Header$ */
  6. #include <flt_arith.h>
  7. /* some short-hands ... */
  8. #define m1 flt_mantissa.flt_h_32
  9. #define m2 flt_mantissa.flt_l_32
  10. /* some constants */
  11. #define EXT_MAX 16384 /* max exponent */
  12. #define EXT_MIN (-16384) /* min exponent */
  13. /* hiding of names: */
  14. #define ucmp flt__ucmp
  15. #define flt_nrm flt__nrm
  16. #define flt_chk flt__chk
  17. #define flt_b64_add flt__64add
  18. #define flt_split flt__split