libstdc++
|
Public Types | |
typedef float | __decfloat128 |
Public Member Functions | |
decimal128 (__decfloat128 __z) | |
decimal128 (decimal32 d32) | |
decimal128 (decimal64 d64) | |
decimal128 (double __r) | |
decimal128 (float __r) | |
decimal128 (int __z) | |
decimal128 (long __z) | |
decimal128 (long double __r) | |
decimal128 (long long __z) | |
decimal128 (unsigned int __z) | |
decimal128 (unsigned long __z) | |
decimal128 (unsigned long long __z) | |
__decfloat128 | __getval (void) |
void | __setval (__decfloat128 __x) |
operator long long () const | |
decimal128 & | operator*= (decimal128 __rhs) |
decimal128 & | operator*= (decimal32 __rhs) |
decimal128 & | operator*= (decimal64 __rhs) |
decimal128 & | operator*= (int __rhs) |
decimal128 & | operator*= (long __rhs) |
decimal128 & | operator*= (long long __rhs) |
decimal128 & | operator*= (unsigned int __rhs) |
decimal128 & | operator*= (unsigned long __rhs) |
decimal128 & | operator*= (unsigned long long __rhs) |
decimal128 & | operator++ () |
decimal128 | operator++ (int) |
decimal128 & | operator+= (decimal128 __rhs) |
decimal128 & | operator+= (decimal32 __rhs) |
decimal128 & | operator+= (decimal64 __rhs) |
decimal128 & | operator+= (int __rhs) |
decimal128 & | operator+= (long __rhs) |
decimal128 & | operator+= (long long __rhs) |
decimal128 & | operator+= (unsigned int __rhs) |
decimal128 & | operator+= (unsigned long __rhs) |
decimal128 & | operator+= (unsigned long long __rhs) |
decimal128 & | operator-- () |
decimal128 | operator-- (int) |
decimal128 & | operator-= (decimal128 __rhs) |
decimal128 & | operator-= (decimal32 __rhs) |
decimal128 & | operator-= (decimal64 __rhs) |
decimal128 & | operator-= (int __rhs) |
decimal128 & | operator-= (long __rhs) |
decimal128 & | operator-= (long long __rhs) |
decimal128 & | operator-= (unsigned int __rhs) |
decimal128 & | operator-= (unsigned long __rhs) |
decimal128 & | operator-= (unsigned long long __rhs) |
decimal128 & | operator/= (decimal128 __rhs) |
decimal128 & | operator/= (decimal32 __rhs) |
decimal128 & | operator/= (decimal64 __rhs) |
decimal128 & | operator/= (int __rhs) |
decimal128 & | operator/= (long __rhs) |
decimal128 & | operator/= (long long __rhs) |
decimal128 & | operator/= (unsigned int __rhs) |
decimal128 & | operator/= (unsigned long __rhs) |
decimal128 & | operator/= (unsigned long long __rhs) |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |