Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/msun/src/
H A Dmath_private.h326 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval)) macro
328 #define STRICT_ASSIGN(type, lval, rval) do { \ macro
405 * STRICT_ASSIGN() like we do elsewhere, since the efficiency of this
603 * (this is a cleaner version of STRICT_ASSIGN()). This is in rnint()

Completed in 2 milliseconds