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

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
softfloat.c 419 roundAndPackFloat64(
497 to the abstract input. This routine is just like `roundAndPackFloat64'
525 return roundAndPackFloat64( zSign, zExp, zSig0, zSig1, zSig2 );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
softfloat.c 420 roundAndPackFloat64(
498 to the abstract input. This routine is just like `roundAndPackFloat64'
526 return roundAndPackFloat64( zSign, zExp, zSig0, zSig1, zSig2 );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c 482 static float64 roundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig )
541 `roundAndPackFloat64' except that `zSig' does not have to be normalized.
552 return roundAndPackFloat64( zSign, zExp - shiftCount, zSig<<shiftCount );
    [all...]

Completed in 72 milliseconds