OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TBLBITS
(Results
1 - 2
of
2
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_exp2f.c
35
#define
TBLBITS
4
36
#define TBLSIZE (1 <<
TBLBITS
)
124
k = (i0 >>
TBLBITS
) << 20;
s_exp2.c
35
#define
TBLBITS
8
36
#define TBLSIZE (1 <<
TBLBITS
)
371
k = (i0 >>
TBLBITS
) << 20;
Completed in 26 milliseconds