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

/seL4-camkes-master/tools/riscv-pk/softfloat/
H A Ds_addF128M.c69 uint32_t extSigZ[5], wordSigZ; local
140 wordSigZ = extSigZ[indexWordLo( 5 )];
141 extSigZ[indexWordLo( 5 )] = -wordSigZ;
142 carry = ! wordSigZ;
152 wordSigZ = sig96A + sig96B + carry;
166 wordSigZ = sig96A + ~sig96B + carry;
167 if ( wordSigZ & 0x80000000 ) {
176 wordSigZ = sig96B + ~sig96A + carry;
179 ! wordSigZ && ! extSigZ[indexWord( 5, 3 )]
194 wordSigZ
[all...]

Completed in 72 milliseconds