Searched refs:bbs_fastSqrt32_tableG (Results 1 - 1 of 1) sorted by path

/external/neven/Embedded/common/src/b_BasicEm/
H A DMath.c97 const uint32 bbs_fastSqrt32_tableG[] = variable
144 return ( bbs_fastSqrt32_tableG[ indexL ] + offsL * bbs_fastSqrt32_tableG[ indexL + 1 ] ) >> ( 28 - ( expL >> 1 ) );

Completed in 207 milliseconds