[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-makeDecimalRaw64-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::makeDecimalRaw64 :relfileprefix: ../../../ :mrdocs: `makeDecimalRaw64` overloads == Synopses Declared in `<bdldfp_decimalimputil_inteldfp.h>` Construct a raw 128‐bit decimal from the specified significand and exponent. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[DecimalImpUtil_IntelDfp::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw64-0f.adoc[makeDecimalRaw64]( int significand, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw64-0f.adoc[_» more..._]# Construct a raw 64‐bit decimal value from the specified significand and exponent. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[DecimalImpUtil_IntelDfp::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw64-0d.adoc[makeDecimalRaw64]( long long significand, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw64-0d.adoc[_» more..._]# Construct a raw 64‐bit decimal value from the specified significand and exponent. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[DecimalImpUtil_IntelDfp::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw64-03.adoc[makeDecimalRaw64]( unsigned int significand, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw64-03.adoc[_» more..._]# Create a `ValueType64` object representing a decimal floating point number consisting of the specified `significand` and `exponent`, with the sign given by `significand`. The behavior is undefined unless `abs(significand) <= 9,999,999,999,999,999` and `‐398 <= exponent <= 369`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[DecimalImpUtil_IntelDfp::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw64-07.adoc[makeDecimalRaw64]( unsigned long long significand, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw64-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#