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

  /external/qemu/fpu/
softfloat.c     [all...]
softfloat-macros.h 571 | `aExp' (the least significant bit) is 1, the integer returned approximates
572 | 2^31*sqrt(`a'/2^31), where `a' is considered an integer. If bit 0 of `aExp'
578 static bits32 estimateSqrt32( int16 aExp, bits32 a )
592 if ( aExp & 1 ) {

Completed in 1613 milliseconds