home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11423 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1018 b   |  29 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!mcsun!sun4nl!utrcu1!hoekjw
  3. From: hoekjw@utrcu1.civ.utwente.nl (Hoek J.W. van den)
  4. Subject: Help: double real conversion between calma/gdsII and sunC or TurboC
  5. Message-ID: <1992Jul22.094021.7891@utwente.nl>
  6. Summary: the subject says it all
  7. Keywords: conversion, sunC, Turbo C, double real, calma/gdsII
  8. Sender: hoekjw@utwente.nl (Hoek J.W. van den)
  9. Organization: Hollandse Signaalapparaten b.v.
  10. Date: Wed, 22 Jul 1992 09:40:21 GMT
  11. Lines: 16
  12.  
  13.  
  14. Can anyone help me (or actually a colleague of mine) with the following:
  15. ------------------------------------------------------------------------
  16.  
  17. A program is needed that converts double reals in GDSII format:
  18.     1 sign bit, 7 exponent bits, 56 mantisse bits
  19. into a C double real:
  20.     1 sign bit, 11 exponent bits, 52 mantisse bits
  21.  
  22. and another program to convert the C double reals into GDSII format again.
  23.  
  24.  
  25. *Anything* (hints, similar experiences, C-programs, etc.) is welcome.
  26. Please respond by email. Thanks a lot.
  27.  
  28.                             Jan-Willem
  29.