HomeSort by relevance Sort by last modified time
    Searched refs:aExp (Results 1 - 7 of 7) 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/v8/src/mips/
simulator-mips.cc     [all...]
  /external/v8/src/mips64/
simulator-mips64.cc     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 363 milliseconds