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