Query: _decodebinary32
OS: hpux
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
_decodebinary64(3M) _decodebinary64(3M)NAME_decodebinary64(), _decodebinary128(), _decodebinary32() - decode binary-encoded decimal dataSYNOPSISDESCRIPTIONThere 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 binary-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.USAGETo 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 VALUEreturns x in the encoding for raises no exceptions.ERRORSNo errors are defined.SEE ALSO_decodedecimal64(3M), _encodebinary64(3M), _encodedecimal64(3M, math(5).STANDARDS CONFORMANCEThese functions are not specified in any standard. HP Integrity Server Only _decodebinary64(3M)
Related Man Pages |
---|
_encodedecimal128(3m) - hpux |
_encodedecimal32(3m) - hpux |
_encodedecimal64(3m) - hpux |
decodebinary128(3m) - hpux |
decodedecimal64(3m) - hpux |
Similar Topics in the Unix Linux Community |
---|
decimal to binary function error |
Modify bit in binary file |
How to get the negate of decimal to binary? |
Bash script problems int to binary |
Negative decimal to binary |