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

  /external/qemu/fpu/
softfloat.c 445 shiftCount = countLeadingZeros64( aSig ) - 11;
562 shiftCount = countLeadingZeros64( zSig ) - 1;
617 shiftCount = countLeadingZeros64( aSig );
    [all...]
softfloat-macros.h 676 static int8 countLeadingZeros64( uint64_t a )

Completed in 120 milliseconds