llabsi2

NAME

llabsi2 - return the absolute values of long long values

SYNOPSIS

Procedure call syntax:

#include <simdmath.h>
vector signed long long llabsi2(vector signed long long x);
Link with -lsimdmath

Inline call syntax:

#include <simdmath.h>
#include <llabsi.h>
vector signed long long _llabsi2(vector signed long long x);
Parameters  
x input vector

DESCRIPTION

The llabsi2 function returns a vector containing the absolute values of the elements of the input vector.

RETURN VALUE

The llabsi2 function returns a long long vector in which each element is defined as the absolute value of the corresponding element of the input vector.

ENVIRONMENT

SPU only

CONFORMING TO

SIMD Math library specification for the Cell Broadband Engineā„¢ Architecture.

NOTES

Basis:

ISO9899 (C99) abs function

SEE ALSO

abs(3), absi4(3), fabsf4(3), fabsd2(3), signbit(3), signbitf4(3), signbitd2(3), copysign(3) , copysignf4(3), copysignd2(3), negate(3) , negatef4(3), negated2(3), negatei4(3), negatell2(3)