home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12877 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.4 KB  |  40 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!mips!darwin.sura.net!jvnc.net!news.edu.tw!news!debbie!daniel!linsbin
  3. From: linsbin@cc.nctu.edu.tw (Lin shyh bin)
  4. Subject: Q : Using 128 bits on VAX C ?
  5. Message-ID: <1992Jul29.033650.23560@debbie.cc.nctu.edu.tw>
  6. Sender: usenet@debbie.cc.nctu.edu.tw (News Sender)
  7. Organization: National Chiao Tung University
  8. X-Newsreader: Tin 1.1 PL4
  9. Date: Wed, 29 Jul 1992 03:36:50 GMT
  10. Lines: 28
  11.  
  12. Hi, netters :
  13.  
  14.    I only know it's available to use a 128 bits floating point number on VAX 
  15.  
  16. FORTRAN (quad precision: REAL*16). And the VAX FORTRAN also support the math 
  17.  
  18. library functions with a quad precision floating point number , just as 
  19.  
  20. REAL*16 QSIN(REAL*16), REAL*16 QCOS(REAL*16), ..... etc. But I can't use the 
  21.  
  22. 128 bits floating point number on VAX C, it just allow to using the double 
  23.  
  24. precison type (64 bits). And it also only support the double precison type of
  25.  
  26. the math library functions.
  27.  
  28.    Could anyone tell me how to use quad precision type on VAX C ?  Or does it
  29.  
  30. have another solution to get 128 bits precision on VAX C ?  By the way, the
  31.  
  32. "/G_FLOATING on compiling" seems useful. How does it work ?
  33.  
  34.    Thanks for advance !!!
  35.  
  36.                                                      Sbin Lin
  37.                                          Usenet : u7822044@cc.nctu.edu.tw
  38.                                          Bitnet : 7822044@TWNCTU02 
  39.  
  40.