HomeSort by: relevance | last modified time | path
    Searched defs:MP_RANGE (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/nvmectl/
bn.h 79 #define MP_RANGE MP_VAL
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bn.h 79 #define MP_RANGE MP_VAL
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
tommath.h 147 #define MP_RANGE MP_VAL
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bn.h 144 #define MP_RANGE MP_VAL
  /src/external/mit/isl/dist/imath_wrap/
wrap.h 10 #define MP_RANGE ISL_MP_RANGE
  /src/external/mit/isl/dist/imath/
imath.c 38 const mp_result MP_RANGE = -3; /* argument out of range */
903 if (b < 0) return MP_RANGE;
927 if (b < 0) return MP_RANGE;
951 if (MP_SIGN(b) == MP_NEG) return MP_RANGE;
1042 if (CMPZ(b) < 0) return MP_RANGE;
1090 if (CMPZ(b) < 0) return MP_RANGE;
1121 if (CMPZ(a) == 0 || CMPZ(m) <= 0) return MP_RANGE;
1400 return MP_RANGE;
1423 return MP_RANGE;

Completed in 39 milliseconds