Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Df128M_sqrt.c62 int32_t rawExpA; in f128M_sqrt() local
78 rawExpA = expF128UI96( uiA96 ); in f128M_sqrt()
81 if ( rawExpA == 0x7FFF ) { in f128M_sqrt()
95 expA = softfloat_shiftNormSigF128M( aWPtr, 13 - (rawExpA & 1), rem ); in f128M_sqrt()
107 if ( ! rawExpA ) { in f128M_sqrt()