HomeSort by relevance Sort by last modified time
    Searched defs:STRICT_ASSIGN (Results 1 - 3 of 3) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 280 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval))
282 #define STRICT_ASSIGN(type, lval, rval) do { \
345 * STRICT_ASSIGN() like we do elsewhere, since the efficiency of this
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 284 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval))
286 #define STRICT_ASSIGN(type, lval, rval) do { \
349 * STRICT_ASSIGN() like we do elsewhere, since the efficiency of this
  /external/v8/src/base/
ieee754.cc 160 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval))
    [all...]

Completed in 125 milliseconds