Mul_BNU4

Multiplies two unsigned integers of 4*32 bits.

Syntax

IppStatus ippsMul_BNU4(const Ipp32u *a, const Ipp32u *b, Ipp32u *r);

Parameters

a

Multiplicand, an integer big number of 4*32 bits.

w

Multiplier, an integer big number of 4*32 bits.

r

Multiplication result of 8*32 bits.

Description

This function is declared in the ippcp.h file. The function multiplies two unsigned integers of 4*32 bit and returns the result of 8*32 bits.

The following pseudocode represents this function:

(*r) (*a) (*b).

Return Values

ippStsNoErr

Indicates no error. Any other value indicates an error or warning.

ippStsNullPtrErr

Indicates an error condition if any of the specified pointers is NULL.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.