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

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c     [all...]
softfloat-macros 589 `aExp' (the least significant bit) is 1, the integer returned approximates
590 2^31*sqrt(`a'/2^31), where `a' is considered an integer. If bit 0 of `aExp'
596 static bits32 estimateSqrt32( int16 aExp, bits32 a )
610 if ( aExp & 1 ) {
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
softfloat.c 591 int16 aExp, shiftCount;
597 aExp = extractFloat32Exp( a );
599 shiftCount = aExp - 0x96;
601 if ( 0x9E <= aExp ) {
604 if ( ! aSign || ( ( aExp == 0xFF ) && aSig ) ) {
614 if ( aExp < 0x7E ) {
615 aSigExtra = aExp | aSig;
662 int16 aExp, shiftCount;
667 aExp = extractFloat32Exp( a );
669 shiftCount = aExp - 0x9E;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
softfloat.c 592 int16 aExp, shiftCount;
598 aExp = extractFloat32Exp( a );
600 shiftCount = aExp - 0x96;
602 if ( 0x9E <= aExp ) {
605 if ( ! aSign || ( ( aExp == 0xFF ) && aSig ) ) {
615 if ( aExp < 0x7E ) {
616 aSigExtra = aExp | aSig;
663 int16 aExp, shiftCount;
668 aExp = extractFloat32Exp( a );
670 shiftCount = aExp - 0x9E;
    [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 782 milliseconds