Home
last modified time | relevance | path

Searched refs:LASTBIT (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dfmal.c38 #define LASTBIT(u) (u.i.m & 1) macro
41 #define LASTBIT(u) (u.i.lo & 1) macro
90 if (!LASTBIT(u)) in add_adjusted()
122 if ((bits_lost != 1) ^ LASTBIT(u)) in add_and_denormalize()