[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-makeDecimalRaw128-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::makeDecimalRaw128 :relfileprefix: ../../../ :mrdocs: `makeDecimalRaw128` overloads == Synopses Declared in `<bdldfp_decimalimputil_inteldfp.h>` Scale the specified 64‐bit decimal value by `10` raised to `exponent`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[DecimalImpUtil_IntelDfp::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw128-057.adoc[makeDecimalRaw128]( int significand, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw128-057.adoc[_» more..._]# Construct a raw 128‐bit decimal value from the specified significand and exponent. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[DecimalImpUtil_IntelDfp::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw128-05d.adoc[makeDecimalRaw128]( long long significand, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw128-05d.adoc[_» more..._]# Construct a raw 128‐bit decimal value from the specified significand and exponent. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[DecimalImpUtil_IntelDfp::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw128-0e.adoc[makeDecimalRaw128]( unsigned int significand, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw128-0e.adoc[_» more..._]# Create a `ValueType128` 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 `‐6176 <= exponent <= 6111`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[DecimalImpUtil_IntelDfp::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw128-09.adoc[makeDecimalRaw128]( unsigned long long significand, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/makeDecimalRaw128-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#