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

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c 254 by the denormalized significand `aSig'. The normalized exponent and
260 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr )
264 shiftCount = countLeadingZeros32( aSig ) - 8;
265 *zSigPtr = aSig<<shiftCount;
423 by the denormalized significand `aSig'. The normalized exponent and
429 normalizeFloat64Subnormal( bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr )
433 shiftCount = countLeadingZeros64( aSig ) - 11;
434 *zSigPtr = aSig<<shiftCount;
600 represented by the denormalized significand `aSig'. The normalized exponent
606 normalizeFloatx80Subnormal( bits64 aSig, int32 *zExpPtr, bits64 *zSigPtr )
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
softfloat.c 150 by the denormalized significand `aSig'. The normalized exponent and
156 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr )
160 shiftCount = countLeadingZeros32( aSig ) - 8;
161 *zSigPtr = aSig<<shiftCount;
592 bits32 aSig, aSigExtra;
596 aSig = extractFloat32Frac( a );
604 if ( ! aSign || ( ( aExp == 0xFF ) && aSig ) ) {
610 z = ( aSig | 0x00800000 )<<shiftCount;
615 aSigExtra = aExp | aSig;
619 aSig |= 0x00800000;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
softfloat.c 151 by the denormalized significand `aSig'. The normalized exponent and
157 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr )
161 shiftCount = countLeadingZeros32( aSig ) - 8;
162 *zSigPtr = aSig<<shiftCount;
593 bits32 aSig, aSigExtra;
597 aSig = extractFloat32Frac( a );
605 if ( ! aSign || ( ( aExp == 0xFF ) && aSig ) ) {
611 z = ( aSig | 0x00800000 )<<shiftCount;
616 aSigExtra = aExp | aSig;
620 aSig |= 0x00800000;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 152 milliseconds