Home
last modified time | relevance | path

Searched refs:oddExpA (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_approxRecipSqrt32_1.c43 uint32_t softfloat_approxRecipSqrt32_1( unsigned int oddExpA, uint32_t a ) in softfloat_approxRecipSqrt32_1() argument
61 index = (a>>27 & 0xE) + oddExpA; in softfloat_approxRecipSqrt32_1()
65 if ( ! oddExpA ) ESqrR0 <<= 1; in softfloat_approxRecipSqrt32_1()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dprimitives.h183 uint32_t softfloat_approxRecipSqrt32_1( unsigned int oddExpA, uint32_t a );

Completed in 7 milliseconds