decQuadSymbols.h 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. #if !defined(DECQUADSYMBOLS)
  2. #define DECQUADSYMBOLS
  3. #ifdef IN_LIBGCC2
  4. #define decQuadAbs __decQuadAbs
  5. #define decQuadAdd __decQuadAdd
  6. #define decQuadAnd __decQuadAnd
  7. #define decQuadCanonical __decQuadCanonical
  8. #define decQuadClass __decQuadClass
  9. #define decQuadClassString __decQuadClassString
  10. #define decQuadCompare __decQuadCompare
  11. #define decQuadCompareSignal __decQuadCompareSignal
  12. #define decQuadCompareTotal __decQuadCompareTotal
  13. #define decQuadCompareTotalMag __decQuadCompareTotalMag
  14. #define decQuadCopy __decQuadCopy
  15. #define decQuadCopyAbs __decQuadCopyAbs
  16. #define decQuadCopyNegate __decQuadCopyNegate
  17. #define decQuadCopySign __decQuadCopySign
  18. #define decQuadDigits __decQuadDigits
  19. #define decQuadDivide __decQuadDivide
  20. #define decQuadDivideInteger __decQuadDivideInteger
  21. #define decQuadFMA __decQuadFMA
  22. #define decQuadFromBCD __decQuadFromBCD
  23. #define decQuadFromInt32 __decQuadFromInt32
  24. #define decQuadFromPacked __decQuadFromPacked
  25. #define decQuadFromString __decQuadFromString
  26. #define decQuadFromUInt32 __decQuadFromUInt32
  27. #define decQuadGetCoefficient __decQuadGetCoefficient
  28. #define decQuadGetExponent __decQuadGetExponent
  29. #define decQuadInvert __decQuadInvert
  30. #define decQuadIsCanonical __decQuadIsCanonical
  31. #define decQuadIsFinite __decQuadIsFinite
  32. #define decQuadIsInfinite __decQuadIsInfinite
  33. #define decQuadIsInteger __decQuadIsInteger
  34. #define decQuadIsNaN __decQuadIsNaN
  35. #define decQuadIsNormal __decQuadIsNormal
  36. #define decQuadIsSignaling __decQuadIsSignaling
  37. #define decQuadIsSignalling __decQuadIsSignalling
  38. #define decQuadIsSigned __decQuadIsSigned
  39. #define decQuadIsSubnormal __decQuadIsSubnormal
  40. #define decQuadIsZero __decQuadIsZero
  41. #define decQuadLogB __decQuadLogB
  42. #define decQuadMax __decQuadMax
  43. #define decQuadMaxMag __decQuadMaxMag
  44. #define decQuadMin __decQuadMin
  45. #define decQuadMinMag __decQuadMinMag
  46. #define decQuadMinus __decQuadMinus
  47. #define decQuadMultiply __decQuadMultiply
  48. #define decQuadNextMinus __decQuadNextMinus
  49. #define decQuadNextPlus __decQuadNextPlus
  50. #define decQuadNextToward __decQuadNextToward
  51. #define decQuadOr __decQuadOr
  52. #define decQuadPlus __decQuadPlus
  53. #define decQuadQuantize __decQuadQuantize
  54. #define decQuadRadix __decQuadRadix
  55. #define decQuadReduce __decQuadReduce
  56. #define decQuadRemainder __decQuadRemainder
  57. #define decQuadRemainderNear __decQuadRemainderNear
  58. #define decQuadRotate __decQuadRotate
  59. #define decQuadSameQuantum __decQuadSameQuantum
  60. #define decQuadScaleB __decQuadScaleB
  61. #define decQuadSetCoefficient __decQuadSetCoefficient
  62. #define decQuadSetExponent __decQuadSetExponent
  63. #define decQuadShift __decQuadShift
  64. #define decQuadShow __decQuadShow
  65. #define decQuadSubtract __decQuadSubtract
  66. #define decQuadToBCD __decQuadToBCD
  67. #define decQuadToEngString __decQuadToEngString
  68. #define decQuadToInt32 __decQuadToInt32
  69. #define decQuadToInt32Exact __decQuadToInt32Exact
  70. #define decQuadToIntegralExact __decQuadToIntegralExact
  71. #define decQuadToIntegralValue __decQuadToIntegralValue
  72. #define decQuadToPacked __decQuadToPacked
  73. #define decQuadToString __decQuadToString
  74. #define decQuadToUInt32 __decQuadToUInt32
  75. #define decQuadToUInt32Exact __decQuadToUInt32Exact
  76. #define decQuadVersion __decQuadVersion
  77. #define decQuadXor __decQuadXor
  78. #define decQuadZero __decQuadZero
  79. #endif
  80. #endif