OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HALF_BITS
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libc/quad/
quad.h
91
#define
HALF_BITS
(sizeof(int) * CHAR_BIT / 2)
102
#define HHALF(x) ((u_int)(x) >>
HALF_BITS
)
103
#define LHALF(x) ((u_int)(x) & (((int)1 << (u_int)
HALF_BITS
) - 1))
104
#define LHUP(x) ((u_int)(x) << (u_int)
HALF_BITS
)
qdivrem.c
52
#define B ((int)1 << (unsigned int)
HALF_BITS
) /* digit base */
55
#define COMBINE(a, b) (((u_int)(a) << (unsigned int)
HALF_BITS
) | (b))
69
* We do this in base 2-sup-
HALF_BITS
, so that all intermediate products
257
LHALF((u_int)u[i - 1] << (unsigned int)(
HALF_BITS
- d)));
282
((u_int)p[i + 1] >> (
HALF_BITS
- sh)));
Completed in 12 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025