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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h280 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval)) macro
282 #define STRICT_ASSIGN(type, lval, rval) do { \ macro
345 * STRICT_ASSIGN() like we do elsewhere, since the efficiency of this

Completed in 4 milliseconds