Yeppp!
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions

Functions

enum YepStatus yepMath_Tan_V64f_V64f (const Yep64f *restrict x, Yep64f *restrict y, YepSize length)
 Computes tangent on an array of double precision (64-bit) floating-point elements. More...
 

Detailed Description

Function Documentation

enum YepStatus yepMath_Tan_V64f_V64f ( const Yep64f *restrict  x,
Yep64f *restrict  y,
YepSize  length 
)

Computes tangent on an array of double precision (64-bit) floating-point elements.

Parameters
[in]xPointer to the array of elements on which tangent will be computed.
[out]yPointer the array where the computed tangents will be stored.
[in]lengthLength of the arrays specified by x and y.
Return values
YepStatusOkThe computation finished successfully.
YepStatusNullPointerx or y argument is null.
YepStatusMisalignedPointerx or y argument is not naturally aligned.
Optimized implementations
ArchitectureTarget microarchitectureRequired instruction extensions
x86-64AMD BulldozerAVX, FMA4