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

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
timesoftfloat.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c 646 If `roundingPrecision' is 32 or 64, the result is rounded to the same
659 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
668 if ( roundingPrecision == 80 ) goto precision80;
669 if ( roundingPrecision == 64 ) {
673 else if ( roundingPrecision == 32 ) {
828 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
842 roundAndPackFloatx80( roundingPrecision, zSign, zExp, zSig0, zSig1 );
    [all...]

Completed in 528 milliseconds