Home
last modified time | relevance | path

Searched refs:NLIMBS (Results 1 – 1 of 1) sorted by relevance

/stdlib/
A Dgmp-impl.h113 #define MPN_COPY_INCR(DST, SRC, NLIMBS) \ argument
119 #define MPN_COPY_DECR(DST, SRC, NLIMBS) \ argument
128 #define MPN_ZERO(DST, NLIMBS) \ argument
135 #define MPN_NORMALIZE(DST, NLIMBS) \ argument
137 while (NLIMBS > 0) \
139 if ((DST)[(NLIMBS) - 1] != 0) \
141 NLIMBS--; \
148 if ((DST)[(NLIMBS) - 1] != 0) \
150 NLIMBS--; \
159 #define MPZ_TMP_INIT(X, NLIMBS) \ argument
[all …]

Completed in 5 milliseconds