Home
last modified time | relevance | path

Searched defs: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
/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