Procedure call syntax:
#include <simdmath.h> |
vector double modfd2(vector double x, vector double *pint); |
Link with -lsimdmath |
Inline call syntax:
#include <simdmath.h> |
#include <modfd2.h> |
vector double _modfd2(vector double x, vector double *pint); |
Parameters | |
x | input vector |
*pint | pointer to output vector of integers |
If an element of y is zero the corresponding element of the result is undefined.
SPU only
SIMD Math library specification for the Cell Broadband Engineā¢ Architecture.
Basis
ISO9899 (C99) modf functions.