[Contents] [index] [Help] [Retrace] [browse <] [Browse >]

The following are brief descriptions of the utility library functions
which pertain to 32-bit integer math.


              Table 37-8: Utility 32-Bit Math Functions
     ___________________________________________________________
    |                                                           |
    |   Function                 Description                    |
    |===========================================================|
    |  sdivmod32()  signed 32 by 32-bit division and modulus.   |
    |    smult32()  signed 32 by 32-bit multiplication.         |
    |-----------------------------------------------------------|
    |  udivmod32()  unsigned 32 by 32-bit division modulus.     |
    |    umult32()  unsigned 32 by 32-bit multiplication.       |
    |___________________________________________________________|