OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TBLBITS
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libm/noieee_src/
n_exp2.c
39
#define
TBLBITS
8
40
#define TBLSIZE (1 <<
TBLBITS
)
367
k = (i0 >>
TBLBITS
) << 20;
n_exp2f.c
39
#define
TBLBITS
4
40
#define TBLSIZE (1 <<
TBLBITS
)
121
k = (i0 >>
TBLBITS
) << 20;
/src/lib/libm/src/
s_exp2.c
38
#define
TBLBITS
8
39
#define TBLSIZE (1 <<
TBLBITS
)
385
k = i0 >>
TBLBITS
;
s_exp2f.c
38
#define
TBLBITS
4
39
#define TBLSIZE (1 <<
TBLBITS
)
147
k = (i0 >>
TBLBITS
) << 20;
/src/lib/libm/ld80/
s_exp2l.c
39
#define
TBLBITS
7
40
#define TBLSIZE (1 <<
TBLBITS
)
208
* with |z| <= 2**-(
TBLBITS
+1).
246
*
TBLBITS
fractional bits (i0). We use bit tricks to extract these
249
* Example: Suppose x is 0xabc.123456p0 and
TBLBITS
is 8.
259
k = (int)i0 >>
TBLBITS
;
/src/lib/libm/ld128/
s_exp2l.c
36
#define
TBLBITS
7
37
#define TBLSIZE (1 <<
TBLBITS
)
386
*
TBLBITS
fractional bits (i0). We use bit tricks to extract these
389
* Example: Suppose x is 0xabc.123456p0 and
TBLBITS
is 8.
399
k = (int)i0 >>
TBLBITS
;
Completed in 15 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025