Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dbignum.c371 #define TO_SIGN(x) ((mbedtls_mpi_sint) (((mbedtls_mpi_uint) x) >> (biL - 1)) * -2 + 1) macro
384 X->s = TO_SIGN(z); in mbedtls_mpi_lset()
989 Y.s = TO_SIGN(z); in mbedtls_mpi_cmp_int()
1166 B.s = TO_SIGN(b); in mbedtls_mpi_add_int()
1182 B.s = TO_SIGN(b); in mbedtls_mpi_sub_int()
1523 B.s = TO_SIGN(b); in mbedtls_mpi_div_int()