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

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
softfloat.c 208 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
265 `roundAndPackFloat32' except that `zSig' does not have to be normalized.
276 return roundAndPackFloat32( zSign, zExp - shiftCount, zSig<<shiftCount );
854 return roundAndPackFloat32( zSign, zExp, zSig );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
softfloat.c 209 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
266 `roundAndPackFloat32' except that `zSig' does not have to be normalized.
277 return roundAndPackFloat32( zSign, zExp - shiftCount, zSig<<shiftCount );
855 return roundAndPackFloat32( zSign, zExp, zSig );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c 312 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
369 `roundAndPackFloat32' except that `zSig' does not have to be normalized.
380 return roundAndPackFloat32( zSign, zExp - shiftCount, zSig<<shiftCount );
    [all...]

Completed in 510 milliseconds