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

/seL4-camkes-master/tools/riscv-pk/softfloat/
H A Ds_addF128M.c59 uint32_t sig96A, sig96B; local
113 sig96B = fracF128UI96( uiB96 );
119 sig96B |= 0x00010000;
130 extSigZ[indexWordHi( 5 )] = sig96B;
136 sig96B = extSigZ[indexWordHi( 5 )];
139 sig96B = ~sig96B;
152 wordSigZ = sig96A + sig96B + carry;
166 wordSigZ = sig96A + ~sig96B + carry;
176 wordSigZ = sig96B
[all...]

Completed in 27 milliseconds