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

  /external/qemu/fpu/
softfloat.c     [all...]
softfloat-macros.h 587 | `aExp' (the least significant bit) is 1, the integer returned approximates
588 | 2^31*sqrt(`a'/2^31), where `a' is considered an integer. If bit 0 of `aExp'
594 static uint32_t estimateSqrt32( int16 aExp, uint32_t a )
608 if ( aExp & 1 ) {
  /external/compiler-rt/lib/
truncdfsf2.c 142 const int aExp = aAbs >> srcSigBits;
143 const int shift = srcExpBias - dstExpBias - aExp + 1;
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1476 milliseconds