OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countLeadingZeros64
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/lib/libkern/
softfloat-macros.h
649
static int8
countLeadingZeros64
( bits64 a )
softfloat.c
435
shiftCount =
countLeadingZeros64
( aSig ) - 11;
547
shiftCount =
countLeadingZeros64
( zSig ) - 1;
602
shiftCount =
countLeadingZeros64
( aSig );
827
shiftCount =
countLeadingZeros64
( zSig0 );
908
shiftCount =
countLeadingZeros64
( aSig1 ) - 15;
920
shiftCount =
countLeadingZeros64
( aSig0 ) - 15;
1084
shiftCount =
countLeadingZeros64
( zSig0 ) - 15;
1208
shiftCount =
countLeadingZeros64
( absA ) - 40;
1262
shiftCount =
countLeadingZeros64
( absA );
1288
shiftCount =
countLeadingZeros64
( absA ) + 49
[
all
...]
/src/lib/libc/softfloat/bits64/
softfloat-macros
674
static int8
countLeadingZeros64
( bits64 a )
softfloat.c
436
shiftCount =
countLeadingZeros64
( aSig ) - 11;
554
shiftCount =
countLeadingZeros64
( zSig ) - 1;
613
shiftCount =
countLeadingZeros64
( aSig );
841
shiftCount =
countLeadingZeros64
( zSig0 );
927
shiftCount =
countLeadingZeros64
( aSig1 ) - 15;
939
shiftCount =
countLeadingZeros64
( aSig0 ) - 15;
1106
shiftCount =
countLeadingZeros64
( zSig0 ) - 15;
1277
shiftCount =
countLeadingZeros64
( absA ) - 40;
1333
shiftCount =
countLeadingZeros64
( absA );
1362
shiftCount =
countLeadingZeros64
( absA ) + 49
[
all
...]
Completed in 15 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025