OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rep_clz
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/
fp_lib.h
37
static inline int
rep_clz
(rep_t a) {
function
56
static inline int
rep_clz
(rep_t a) {
function
117
const int shift =
rep_clz
(*significand) -
rep_clz
(implicitBit);
adddf3.c
107
const int shift =
rep_clz
(aSignificand) -
rep_clz
(implicitBit << 3);
addsf3.c
106
const int shift =
rep_clz
(aSignificand) -
rep_clz
(implicitBit << 3);
Completed in 595 milliseconds