mips.c (mips16_copy_fpr_return_value): New function, split out from...
[official-gcc.git] / libdecnumber / dpd / decimal128Symbols.h
blobda9d76beaf6ae5c66986032d0427735cba875991
1 #if !defined(DECIMAL128SYMBOLS)
2 #define DECIMAL128SYMBOLS
4 #ifdef IN_LIBGCC2
5 #define decDigitsFromDPD __decDigitsFromDPD
6 #define decDigitsToDPD __decDigitsToDPD
7 #define decimal128Canonical __decimal128Canonical
8 #define decimal128FromNumber __decimal128FromNumber
9 #define decimal128FromString __decimal128FromString
10 #define decimal128IsCanonical __decimal128IsCanonical
11 #define decimal128ToEngString __decimal128ToEngString
12 #define decimal128ToNumber __decimal128ToNumber
13 #define decimal128ToString __decimal128ToString
14 #endif
16 #endif