Home
last modified time | relevance | path

Searched refs:softfloat_approxRecipSqrt32_1 (Results 1 – 8 of 8) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Ds_approxRecipSqrt32_1.c41 #ifndef softfloat_approxRecipSqrt32_1
43 uint32_t softfloat_approxRecipSqrt32_1( unsigned int oddExpA, uint32_t a ) in softfloat_approxRecipSqrt32_1() function
H A Df32_sqrt.c95 ((uint_fast64_t) sigA * softfloat_approxRecipSqrt32_1( expA, sigA )) in f32_sqrt()
H A Df64_sqrt.c100 recipSqrt32 = softfloat_approxRecipSqrt32_1( expA, sig32A ); in f64_sqrt()
H A DextF80M_sqrt.c107 recipSqrt32 = softfloat_approxRecipSqrt32_1( expA, sig32A ); in extF80M_sqrt()
H A DextF80_sqrt.c108 recipSqrt32 = softfloat_approxRecipSqrt32_1( expA, sig32A ); in extF80_sqrt()
H A Df128M_sqrt.c115 recipSqrt32 = softfloat_approxRecipSqrt32_1( expA, sig32A ); in f128M_sqrt()
H A Df128_sqrt.c106 recipSqrt32 = softfloat_approxRecipSqrt32_1( expA, sig32A ); in f128_sqrt()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
H A Dprimitives.h164 #ifndef softfloat_approxRecipSqrt32_1
183 uint32_t softfloat_approxRecipSqrt32_1( unsigned int oddExpA, uint32_t a );