OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countLeadingZeros64
(Results
1 - 2
of
2
) sorted by null
/external/qemu/fpu/
softfloat-macros.h
676
static int8
countLeadingZeros64
( uint64_t a )
softfloat.c
445
shiftCount =
countLeadingZeros64
( aSig ) - 11;
562
shiftCount =
countLeadingZeros64
( zSig ) - 1;
617
shiftCount =
countLeadingZeros64
( aSig );
[
all
...]
Completed in 58 milliseconds