multiplication.c File Reference

SW implementation of 32 and 64 bit multiplication. More...

#include <multiplication.h>
#include <stdint.h>

Go to the source code of this file.

Defines

#define SOFTINT_CHECK_OF   0
 Set 1 to return INT64_MAX or INT64_MIN on overflow.

Functions

long long __muldi3 (long long a, long long b)
 Emulate multiplication of two 64-bit long long integers.
static unsigned long long mul (unsigned int a, unsigned int b)
 Multiply two integers and return long long as result.


Detailed Description

SW implementation of 32 and 64 bit multiplication.

Definition in file multiplication.c.


Generated on Thu Jun 2 07:45:54 2011 for HelenOS/USB by  doxygen 1.4.7