Sqr_BNU8

Computes the square of an unsigned integer big number of 8*32 bits.

Syntax

IppStatus ippsSqr_BNU8(const Ipp32u *a, Ipp32u *r);

Parameters

a

Multiplicand of 8*32 bits.

r

Square operation result of 16*32 bits.

Description

This function is declared in the ippcp.h file. The function computes the square of an unsigned integer big number of 8*32 bits and stores the result in the memory.

The following pseudocode represents this function:

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

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.