Home
last modified time | relevance | path

Searched defs:STRICT_ASSIGN (Results 1 – 1 of 1) sorted by relevance

/lk-master/external/lib/libm/
A Dmath_private.h273 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval)) macro
275 #define STRICT_ASSIGN(type, lval, rval) do { \ macro

Completed in 8 milliseconds