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

/seL4-test-master/tools/riscv-pk/softfloat/
H A Df128M_sqrt.c61 int32_t rawExpA; local
79 rawExpA = expF128UI96( uiA96 );
82 if ( rawExpA == 0x7FFF ) {
96 expA = softfloat_shiftNormSigF128M( aWPtr, 13 - (rawExpA & 1), rem );
108 if ( ! rawExpA ) {

Completed in 72 milliseconds