Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/dpfplf.dc2
Дата изменения: Wed Apr 6 11:30:31 1994
Дата индексирования: Fri Jan 16 01:15:04 2009
Кодировка:

Поисковые слова: http astrokuban.info astrokuban

Function: DPFPLF

Purpose: Converts Double Precision Floating Point numbers from Local
format to Foreign format.

Category: DATA

File: floating.c

Author: K.G. Begeman

Use: INTEGER DPFPLF( DTYPE , Input INTEGER
DIN , Input DOUBLE PRECISION ARRAY
DOUT , Output DOUBLE PRECISION ARRAY
ND ) Input INTEGER

DPFPLF Returns the number of zeroes inserted because
input doubles cannot be represented in foreign
doubles, or -1 if DTYPE is unknown.
DTYPE Type of foreign format:
0: IEEE High Endian format (BLANK=-Inf)
1: IEEE Low Endian format (BLANK=-Inf)
2: CONVEX native format
3: VMS D_floating format
4: VMS F_floating format
5: IEEE High Endian format (BLANK=-DBL_MAX)
6: IEEE Low Endian format (BLANK=-DBL_MAX)
DIN Input array containing the
doubles to be converted.
DOUT Output double array containing the
converted doubles in foreign format.
ND Number of doubles in DIN and DOUT.

Updates: May 16, 1991: KGB, Document created.
Mar 29, 1993: KGB, Types 5 and 6 added.