fabsd2

NAME

fabsd2 - return the absolute values of double values

SYNOPSIS

Procedure call syntax:

#include <simdmath.h>
vector double fabsd2(vector double x);
Link with -lsimdmath

Inline call syntax:

#include <simdmath.h>
#include <fabsd2.h>
vector double _fabsd2(vector double x);
Parameters  
x input vector

DESCRIPTION

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

RETURN VALUE

The function fabsd2 returns a double vector in which each element is defined as the absolute value of the corresponding element of x.

ENVIRONMENT

SPU only

CONFORMING TO

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

NOTES

Basis:

JSRE, ISO9899 (C99) fabs function

SEE ALSO

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