HomeSort by relevance Sort by last modified time
    Searched refs:shift64RightJamming (Results 1 - 2 of 2) sorted by null

  /external/qemu/fpu/
softfloat.c 468 shift64RightJamming( zSig, - zExp, &zSig );
647 shift64RightJamming( zSig0, 1 - zExp, &zSig0 );
    [all...]
softfloat-macros.h 68 INLINE void shift64RightJamming( bits64 a, int16 count, bits64 *zPtr )

Completed in 64 milliseconds