Procedure call syntax:
#include <simdmath.h> |
vector double logbd2(vector double x); |
Link with -lsimdmath |
Inline call syntax:
#include <simdmath.h> |
#include <logbd2.h> |
vector double _logbd2(vector double x); |
Parameters | |
x | input vector |
The logbd2 function determines an integer exponent exp and a fraction frac that represent the value of a finite element of x.
SPU only
SIMD Math library specification for the Cell Broadband Engineā¢ Architecture.
Basis
ISO9899 (C99) logb functions.