OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:countleadingzeros32
(Results
1 - 5
of
5
) sorted by null
/external/qemu/fpu/
softfloat-macros.h
628
static int8
countLeadingZeros32
( uint32_t a )
694
shiftCount +=
countLeadingZeros32
( a );
softfloat.c
263
shiftCount =
countLeadingZeros32
( aSig ) - 8;
380
shiftCount =
countLeadingZeros32
( zSig ) - 1;
[
all
...]
/external/webkit/Source/JavaScriptCore/jit/
JITOpcodes32_64.cpp
[
all
...]
/external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerARM.h
231
void
countLeadingZeros32
(RegisterID src, RegisterID dest)
[
all
...]
MacroAssemblerARMv7.h
223
void
countLeadingZeros32
(RegisterID src, RegisterID dest)
[
all
...]
Completed in 1108 milliseconds