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

/seL4-camkes-master/tools/riscv-pk/softfloat/
H A Df16_rem.c59 uint32_t recip32, q32; local
131 q32 = (rem * (uint_fast64_t) recip32)>>16;
133 rem = -((uint_fast16_t) q32 * sigB);
139 q32 >>= ~expDiff & 31;
140 q = q32;

Completed in 24 milliseconds