HomeSort by: relevance | last modified time | path
    Searched refs:mpz_and (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/tests/mpz/
logic.c 1 /* Test mpz_com, mpz_and, mpz_ior, and mpz_xor.
63 mpz_and (r1, x, x);
135 mpz_and (t3, t1, t2);
152 mpz_and (r2, x, y);
159 mpz_and (t2, x, y);
163 mpz_and (r1, t1, t3);
t-bit.c 367 mpz_and (x, s0, m);
reuse.c 90 { mpz_and, "mpz_and", 0, 0 },
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-logops.c 44 mpz_and (res, a, b);
47 fprintf (stderr, "mpz_and failed:\n");
hex-random.c 253 mpz_and (r, a, b);
t-reuse.c 53 mpz_gcd, mpz_lcm, mpz_and, mpz_ior, mpz_xor
60 "mpz_gcd", "mpz_lcm", "mpz_and", "mpz_ior", "mpz_xor"
  /src/external/lgpl3/gmp/dist/
gen-fac.c 111 mpz_and (x, x, mask);
127 mpz_and (x, x, mask);
  /src/external/lgpl3/gmp/dist/demos/expr/
exprz.c 130 { "&", (mpexpr_fun_t) mpz_and, MPEXPR_TYPE_BINARY, 150 },
  /src/external/lgpl3/gmp/dist/mpz/
and.c 0 /* mpz_and -- Logical and.
35 mpz_and (mpz_ptr res, mpz_srcptr op1, mpz_srcptr op2) function
  /src/external/lgpl3/gmp/dist/tests/rand/
findlc.c 199 mpz_and (a, acc, minus8);
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.h 236 void mpz_and (mpz_t, const mpz_t, const mpz_t);
  /src/external/gpl3/gdb/dist/gdb/
gmp-utils.h 296 mpz_and (result.m_val, m_val, other.m_val);
  /src/external/gpl3/gdb.old/dist/gdb/
gmp-utils.h 296 mpz_and (result.m_val, m_val, other.m_val);
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 638 #define mpz_and __gmpz_and macro
639 __GMP_DECLSPEC void mpz_and (mpz_ptr, mpz_srcptr, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 638 #define mpz_and __gmpz_and macro
639 __GMP_DECLSPEC void mpz_and (mpz_ptr, mpz_srcptr, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 638 #define mpz_and __gmpz_and macro
639 __GMP_DECLSPEC void mpz_and (mpz_ptr, mpz_srcptr, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 638 #define mpz_and __gmpz_and macro
639 __GMP_DECLSPEC void mpz_and (mpz_ptr, mpz_srcptr, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 643 #define mpz_and __gmpz_and macro
644 __GMP_DECLSPEC void mpz_and (mpz_ptr, mpz_srcptr, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 638 #define mpz_and __gmpz_and macro
639 __GMP_DECLSPEC void mpz_and (mpz_ptr, mpz_srcptr, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 638 #define mpz_and __gmpz_and macro
639 __GMP_DECLSPEC void mpz_and (mpz_ptr, mpz_srcptr, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 638 #define mpz_and __gmpz_and macro
639 __GMP_DECLSPEC void mpz_and (mpz_ptr, mpz_srcptr, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 638 #define mpz_and __gmpz_and macro
639 __GMP_DECLSPEC void mpz_and (mpz_ptr, mpz_srcptr, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 638 #define mpz_and __gmpz_and macro
639 __GMP_DECLSPEC void mpz_and (mpz_ptr, mpz_srcptr, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 638 #define mpz_and __gmpz_and macro
639 __GMP_DECLSPEC void mpz_and (mpz_ptr, mpz_srcptr, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 638 #define mpz_and __gmpz_and macro
639 __GMP_DECLSPEC void mpz_and (mpz_ptr, mpz_srcptr, mpz_srcptr);

Completed in 56 milliseconds

1 2