Searched refs:pstm_iszero (Results 1 – 2 of 2) sorted by relevance
134 #define pstm_iszero(a) (((a)->used == 0) ? PS_TRUE : PS_FALSE) macro
1325 if (pstm_iszero (b) == 1) { in pstm_div()1917 while (pstm_iszero (&t) == 0) {1943 while (pstm_iszero (&t) == 0) { in pstm_to_unsigned_bin()1997 if (b->sign == PSTM_NEG || pstm_iszero(b) == 1) {2125 if (pstm_iszero (&u) == 0)2272 if (pstm_iszero (&u) == 0) {