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

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
softfloat.c 333 by the denormalized significand formed by the concatenation of `aSig0' and
343 bits32 aSig0,
352 if ( aSig0 == 0 ) {
365 shiftCount = countLeadingZeros32( aSig0 ) - 11;
366 shortShift64Left( aSig0, aSig1, shiftCount, zSig0Ptr, zSig1Ptr );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
softfloat.c 334 by the denormalized significand formed by the concatenation of `aSig0' and
344 bits32 aSig0,
353 if ( aSig0 == 0 ) {
366 shiftCount = countLeadingZeros32( aSig0 ) - 11;
367 shortShift64Left( aSig0, aSig1, shiftCount, zSig0Ptr, zSig1Ptr );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c     [all...]

Completed in 359 milliseconds