Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

decodedecimal64(3m) [hpux man page]

_decodedecimal64(3M)													      _decodedecimal64(3M)

NAME
_decodedecimal64(), _decodedecimal128(), _decodedecimal32() - decode decimal-encoded decimal data SYNOPSIS
DESCRIPTION
There are two standard bit-encodings for decimal floating-point data: binary and decimal. Both encoding provide exactly the same data (analogous to big endian and little endian encodings). The HP-UX decimal floating-point types use the binary encoding. The function decodes x, interpreted as a decimal-encoded 64-bit decimal datum, into the encoding for is a version of it takes a argument and returns a result. is a version of it takes a argument and returns a result. These math functions are supported for HP-UX 11i Version 3 September 2008 Update and forward. USAGE
To use any of these functions, compile with the option. Make sure your program defines and then includes Link in the math library by specifying or on the linking command line. For more information, see the at the following site: RETURN VALUE
returns x in the encoding for raises no exceptions. ERRORS
No errors are defined. SEE ALSO
_decodebinary64(3M), _encodebinary64(3M), _encodedecimal64(3M), math(5). STANDARDS CONFORMANCE
These functions are not specified in any standard. HP Integrity Server Only _decodedecimal64(3M)

Check Out this Related Man Page

_decodedecimal64(3M)													      _decodedecimal64(3M)

NAME
_decodedecimal64(), _decodedecimal128(), _decodedecimal32() - decode decimal-encoded decimal data SYNOPSIS
DESCRIPTION
There are two standard bit-encodings for decimal floating-point data: binary and decimal. Both encoding provide exactly the same data (analogous to big endian and little endian encodings). The HP-UX decimal floating-point types use the binary encoding. The function decodes x, interpreted as a decimal-encoded 64-bit decimal datum, into the encoding for is a version of it takes a argument and returns a result. is a version of it takes a argument and returns a result. These math functions are supported for HP-UX 11i Version 3 September 2008 Update and forward. USAGE
To use any of these functions, compile with the option. Make sure your program defines and then includes Link in the math library by specifying or on the linking command line. For more information, see the at the following site: RETURN VALUE
returns x in the encoding for raises no exceptions. ERRORS
No errors are defined. SEE ALSO
_decodebinary64(3M), _encodebinary64(3M), _encodedecimal64(3M), math(5). STANDARDS CONFORMANCE
These functions are not specified in any standard. HP Integrity Server Only _decodedecimal64(3M)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

what ia :=

hi, In a script i came accross the following satements 1.if ; then 2. result="${DD:="."}$decimal" 3. fi Here in the 2nd line what is the meaning of : before = (DD:=)? any help pls. cheers RRK (2 Replies)
Discussion started by: ravi raj kumar
2 Replies

2. Shell Programming and Scripting

get the perl version (decimal value comparision)

Hi All, can you pls throw some light for below logic -> Check the perl version -> if the version is greater than or equal to 5.8 -> proceed to next step -> else fail Regards Kamal (2 Replies)
Discussion started by: kamauv234
2 Replies

3. Shell Programming and Scripting

Retain upto 2 decimal point for numeric values

Hi I have a big file with lines like below <tr align="center" bgcolor="SEASHELL"><td>94% </td><td>4.62178 </td><td>73.4375 </td></tr> <tr align="center" bgcolor="SEASHELL"></td><td>97% </td><td>3.2962 </td><td>125 </td></tr> I want to format the file such that i get like below. i.e... (3 Replies)
Discussion started by: ningy
3 Replies

4. Programming

Binary to decimal for particular bits

Hello, I have script which work fine on particular data.file . The next feature I want to achieve is to get the decimal equivalent of data to data. The data looks like this : data(01000000000000000000110000000000) thank you.. #include <iostream> #include <fstream> #include... (4 Replies)
Discussion started by: emily
4 Replies

5. UNIX for Advanced & Expert Users

How to determine the encoding of this dd image?

I have extracted a raw data file from a magnetic tape using the dd command Afterwards, I managed to read the extracted data with Bless HexEditor and I found out that at offset 0x200000 there is a sequence of value which originally was stored in a table. I would like to extract this data and... (45 Replies)
Discussion started by: NICEPeppino
45 Replies