This struct provides a namespace for implementation functions that work in terms of the underlying C‐style decimal floating point implementation, Intel's DFP library.
Synopsis
Declared in <bdldfp_decimalimputil_inteldfp.h>
struct DecimalImpUtil_IntelDfp;
Types
Name |
Description |
128‐bit raw decimal storage type. |
|
32‐bit raw decimal storage type. |
|
Raw 64‐bit decimal storage type. |
Enums
Name |
Description |
Status flags for decimal numeric operations. |
Static Member Functions
Name |
Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return a 128‐bit decimal representation of the specified signed integer. |
|
Return a 32‐bit decimal representation of the specified integer. |
|
Return a 64‐bit decimal representation of the specified unsigned integer. |
|
Return a 128‐bit decimal representation of the specified 64‐bit integer. |
|
Return a 32‐bit decimal representation of the specified 64‐bit integer. |
|
Return a 64‐bit decimal representation of the specified 64‐bit integer. |
|
|
|
|
|
|
|
Create a |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return a 128‐bit decimal representation of the specified unsigned integer. |
|
Return a 32‐bit decimal representation of the specified unsigned integer. |
|
Return a 64‐bit decimal representation of the specified unsigned integer. |
|
Return a |
|
Return a |
|
Return a |
Created with MrDocs