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

  /src/games/cribbage/
cards.c 97 * is_one returns TRUE if a is in the set of cards b
100 is_one(CARD a, const CARD b[], int n) function
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_sm2p256.c 126 #define is_one(a) is_equal(a, ONE) macro
147 while (!is_one(u) && !is_one(v)) { \
164 if (is_one(u)) \
423 if (is_one(P->Z)) {
ecp_nistz256.c 213 static BN_ULONG is_one(const BIGNUM *z) function
792 return (bn_get_top(generator->X) == P256_LIMBS) && (bn_get_top(generator->Y) == P256_LIMBS) && is_equal(bn_get_words(generator->X), def_xG) && is_equal(bn_get_words(generator->Y), def_yG) && is_one(generator->Z);
1135 r->Z_is_one = is_one(r->Z) & 1;
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistz256.c 222 static BN_ULONG is_one(const BIGNUM *z) function
810 is_one(generator->Z);
1165 r->Z_is_one = is_one(r->Z) & 1;
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecp_nistz256.c 216 static BN_ULONG is_one(const BIGNUM *z) function
805 is_one(generator->Z);
1160 r->Z_is_one = is_one(r->Z) & 1;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 281 int is_one = 0; local
345 is_one = prev_is_one;
474 is_one = 1;
539 prev_is_one = is_one;
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 281 int is_one = 0; local
345 is_one = prev_is_one;
474 is_one = 1;
539 prev_is_one = is_one;
  /src/external/mit/isl/dist/
isl_output.c 1831 isl_bool is_one = isl_poly_is_one(rec->p[i]); local
1835 if (is_zero < 0 || is_one < 0 || is_negone < 0)
1846 } else if (is_cst && !is_one)
1851 if (i == 0 || !is_one)
1857 if (!is_one && !is_negone)
1909 isl_bool is_one; local
1915 is_one = isl_val_is_one(den);
1916 if (is_one < 0)
1918 if (!is_one)
1924 if (!is_one) {
2597 isl_bool is_one, is_neg; local
    [all...]
isl_polynomial.c 1268 isl_bool is_zero, is_nan, is_one, is_cst; local
1305 is_one = isl_poly_is_one(poly1);
1306 if (is_one < 0)
1308 if (is_one) {
1313 is_one = isl_poly_is_one(poly2);
1314 if (is_one < 0)
1316 if (is_one) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 508 struct is_one { struct in namespace:llvm::PatternMatch
513 inline cst_pred_ty<is_one> m_One() {
514 return cst_pred_ty<is_one>();
  /src/external/mit/isl/dist/interface/
isl.py 18559 def is_one(arg0): member in class:val
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 4430 inline boolean is_one() const;
20795 boolean val::is_one() const function in class:isl::checked::val
cpp.h 4496 inline bool is_one() const;
30198 bool val::is_one() const function in class:isl::val

Completed in 96 milliseconds