Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/mpi/
H A Dmpi.c158 SIGN(mp) = ZPOS; in mp_init_size()
332 SIGN(mp) = ZPOS; in mp_zero()
603 SIGN(q) = ZPOS; in mp_div_d()
706 SIGN(b) = ZPOS; in mp_abs()
732 SIGN(b) = ZPOS; in mp_neg()
765 SIGN(c) = ZPOS; in mp_add()
897 SIGN(c) = ZPOS; in mp_mul()
989 SIGN(sqr) = ZPOS; in mp_sqr()
1814 SIGN(&u) = ZPOS; in mp_gcd()
1815 SIGN(&v) = ZPOS; in mp_gcd()
[all …]
H A Dmp_gf2m.c245 MP_SIGN(c) = ZPOS; in mp_badd()
335 SIGN(c) = ZPOS; in mp_bmul()
479 SIGN(r) = ZPOS; in mp_bsqrmod()
H A Dmpi.h365 #define ZPOS MP_ZPOS macro