Class MPSIntegerDivisionParams


  • public final class MPSIntegerDivisionParams
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char addend()  
      char divisor()  
      char recip()
      fixed point reciprocal with value [32768, 65535]
      void setAddend​(char value)  
      void setDivisor​(char value)  
      void setRecip​(char value)
      fixed point reciprocal with value [32768, 65535]
      void setShift​(char value)  
      char shift()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MPSIntegerDivisionParams

        public MPSIntegerDivisionParams()
      • MPSIntegerDivisionParams

        protected MPSIntegerDivisionParams​(org.moe.natj.general.Pointer peer)
      • MPSIntegerDivisionParams

        public MPSIntegerDivisionParams​(char divisor,
                                        char recip,
                                        char addend,
                                        char shift)
    • Method Detail

      • divisor

        public char divisor()
      • setDivisor

        public void setDivisor​(char value)
      • recip

        public char recip()
        fixed point reciprocal with value [32768, 65535]
      • setRecip

        public void setRecip​(char value)
        fixed point reciprocal with value [32768, 65535]
      • addend

        public char addend()
      • setAddend

        public void setAddend​(char value)
      • shift

        public char shift()
      • setShift

        public void setShift​(char value)