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

  /external/qemu/fpu/
softfloat.c 253 | by the denormalized significand `aSig'. The normalized exponent and
259 normalizeFloat32Subnormal( uint32_t aSig, int16 *zExpPtr, uint32_t *zSigPtr )
263 shiftCount = countLeadingZeros32( aSig ) - 8;
264 *zSigPtr = aSig<<shiftCount;
435 | by the denormalized significand `aSig'. The normalized exponent and
441 normalizeFloat64Subnormal( uint64_t aSig, int16 *zExpPtr, uint64_t *zSigPtr )
445 shiftCount = countLeadingZeros64( aSig ) - 11;
446 *zSigPtr = aSig<<shiftCount;
607 | represented by the denormalized significand `aSig'. The normalized exponent
613 normalizeFloatx80Subnormal( uint64_t aSig, int32 *zExpPtr, uint64_t *zSigPtr
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 556 milliseconds