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