OpenCV  3.2.0-dev
Open Source Computer Vision
Inverse square root calculation
Collaboration diagram for Inverse square root calculation:

Functions

int hal_ni_invSqrt32f (const float *src, float *dst, int len)
 
int hal_ni_invSqrt64f (const double *src, double *dst, int len)
 

Detailed Description

Parameters
srcsource array
dstdestination array
lenlength of arrays

Function Documentation

int hal_ni_invSqrt32f ( const float *  src,
float *  dst,
int  len 
)
inline

#include <core/src/hal_replacement.hpp>

Referenced by hal_ni_magnitude64f().

Here is the caller graph for this function:

int hal_ni_invSqrt64f ( const double *  src,
double *  dst,
int  len 
)
inline

#include <core/src/hal_replacement.hpp>

References CV_HAL_ERROR_NOT_IMPLEMENTED, and hal_ni_sqrt32f().

Here is the call graph for this function: