libstdc++
std::decimal::decimal32 Class Reference

List of all members.

Public Types

typedef float __decfloat32 __attribute__ ((mode(SD)))

Public Member Functions

 decimal32 (decimal64 __d64)
 decimal32 (decimal128 __d128)
 decimal32 (float __r)
 decimal32 (double __r)
 decimal32 (long double __r)
 decimal32 (int __z)
 decimal32 (unsigned int __z)
 decimal32 (long __z)
 decimal32 (unsigned long __z)
 decimal32 (long long __z)
 decimal32 (unsigned long long __z)
 decimal32 (__decfloat32 __z)
__decfloat32 __getval (void)
void __setval (__decfloat32 __x)
decimal32operator*= (decimal32 __rhs)
decimal32operator*= (decimal64 __rhs)
decimal32operator*= (decimal128 __rhs)
decimal32operator*= (int __rhs)
decimal32operator*= (unsigned int __rhs)
decimal32operator*= (long __rhs)
decimal32operator*= (unsigned long __rhs)
decimal32operator*= (unsigned long long __rhs)
decimal32operator*= (long long __rhs)
decimal32operator++ ()
decimal32 operator++ (int)
decimal32operator+= (int __rhs)
decimal32operator+= (decimal32 __rhs)
decimal32operator+= (decimal64 __rhs)
decimal32operator+= (decimal128 __rhs)
decimal32operator+= (unsigned int __rhs)
decimal32operator+= (long __rhs)
decimal32operator+= (unsigned long __rhs)
decimal32operator+= (long long __rhs)
decimal32operator+= (unsigned long long __rhs)
decimal32operator-- ()
decimal32 operator-- (int)
decimal32operator-= (long __rhs)
decimal32operator-= (int __rhs)
decimal32operator-= (long long __rhs)
decimal32operator-= (unsigned long long __rhs)
decimal32operator-= (unsigned long __rhs)
decimal32operator-= (decimal128 __rhs)
decimal32operator-= (unsigned int __rhs)
decimal32operator-= (decimal32 __rhs)
decimal32operator-= (decimal64 __rhs)
decimal32operator/= (decimal32 __rhs)
decimal32operator/= (long long __rhs)
decimal32operator/= (unsigned long long __rhs)
decimal32operator/= (unsigned long __rhs)
decimal32operator/= (decimal64 __rhs)
decimal32operator/= (unsigned int __rhs)
decimal32operator/= (decimal128 __rhs)
decimal32operator/= (long __rhs)
decimal32operator/= (int __rhs)

Detailed Description

3.2.2 Class decimal32.

Definition at line 227 of file decimal.


Constructor & Destructor Documentation

std::decimal::decimal32::decimal32 ( __decfloat32  __z)
inline

Conforming extension: Conversion from scalar decimal type.

Definition at line 251 of file decimal.


The documentation for this class was generated from the following file: