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

1 2

  /src/external/lgpl3/gmp/dist/mpf/
inits.c 0 /* mpf_inits() -- Initialize multiple mpf_t variables and set them to 0.
35 mpf_inits (mpf_ptr x, ...) function
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-pow_ui.c 32 mpf_inits (b1, r, r2, NULL);
t-eq.c 116 mpf_inits (a, b, x, NULL);
  /src/external/lgpl3/mpfr/dist/src/
mpf2mpfr.h 43 #undef mpf_inits macro
44 #define mpf_inits mpfr_inits macro
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 1327 #define mpf_inits __gmpf_inits macro
1328 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/
gmp.h 1327 #define mpf_inits __gmpf_inits macro
1328 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
gmp.h 1344 #define mpf_inits __gmpf_inits macro
1345 __GMP_DECLSPEC void mpf_inits (mpf_ptr, ...);

Completed in 71 milliseconds

1 2