Home
last modified time | relevance | path

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

/third_party/musl/src/math/
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()
/third_party/musl/porting/liteos_a/kernel/src/math/
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()