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

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
softfloat.c 334 `aSig1'. The normalized exponent is stored at the location pointed to by
344 bits32 aSig1,
353 shiftCount = countLeadingZeros32( aSig1 ) - 11;
355 *zSig0Ptr = aSig1>>( - shiftCount );
356 *zSig1Ptr = aSig1<<( shiftCount & 31 );
359 *zSig0Ptr = aSig1<<shiftCount;
366 shortShift64Left( aSig0, aSig1, shiftCount, zSig0Ptr, zSig1Ptr );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
softfloat.c 335 `aSig1'. The normalized exponent is stored at the location pointed to by
345 bits32 aSig1,
354 shiftCount = countLeadingZeros32( aSig1 ) - 11;
356 *zSig0Ptr = aSig1>>( - shiftCount );
357 *zSig1Ptr = aSig1<<( shiftCount & 31 );
360 *zSig0Ptr = aSig1<<shiftCount;
367 shortShift64Left( aSig0, aSig1, shiftCount, zSig0Ptr, zSig1Ptr );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c     [all...]

Completed in 49 milliseconds