HomeSort by: relevance | last modified time | path
    Searched refs:STRICT_ASSIGN (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/src/
s_exp2f.c 144 STRICT_ASSIGN(float, t, x + redux);
math_private.h 340 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval))
342 #define STRICT_ASSIGN(type, lval, rval) do { \
421 * STRICT_ASSIGN() like we do elsewhere, since the efficiency of this
733 * (this is a cleaner version of STRICT_ASSIGN()). This is
k_rem_pio2.c 431 STRICT_ASSIGN(double,fw,fw);

Completed in 13 milliseconds