OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SET_NBIT
(Results
1 - 2
of
2
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
e_fmodl.c
43
#define
SET_NBIT
(hx) ((hx) | (1ULL << LDBL_MANH_SIZE))
46
#define
SET_NBIT
(hx) (hx)
112
hx =
SET_NBIT
(ux.bits.manh);
113
hy =
SET_NBIT
(uy.bits.manh);
s_remquol.c
43
#define
SET_NBIT
(hx) ((hx) | (1ULL << LDBL_MANH_SIZE))
46
#define
SET_NBIT
(hx) (hx)
121
hx =
SET_NBIT
(ux.bits.manh);
122
hy =
SET_NBIT
(uy.bits.manh);
Completed in 62 milliseconds