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

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c     [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
softfloat.c 557 bits32 absA;
563 absA = zSign ? - a : a;
564 shiftCount = countLeadingZeros32( absA ) - 11;
566 zSig0 = absA<<shiftCount;
570 shift64Right( absA, 0, - shiftCount, &zSig0, &zSig1 );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
softfloat.c 558 bits32 absA;
564 absA = zSign ? - a : a;
565 shiftCount = countLeadingZeros32( absA ) - 11;
567 zSig0 = absA<<shiftCount;
571 shift64Right( absA, 0, - shiftCount, &zSig0, &zSig1 );
    [all...]
  /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar 

Completed in 208 milliseconds