HomeSort by: relevance | last modified time | path
    Searched defs:mpf_init (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/external/lgpl3/gmp/dist/mpf/
init.c 0 /* mpf_init() -- Make a new multiple precision number with value 0.
34 mpf_init (mpf_ptr r) function
init.c 0 /* mpf_init() -- Make a new multiple precision number with value 0.
34 mpf_init (mpf_ptr r) function
init.c 0 /* mpf_init() -- Make a new multiple precision number with value 0.
34 mpf_init (mpf_ptr r) function
  /src/external/lgpl3/mpfr/dist/src/
mpf2mpfr.h 36 /* mpf_init initializes at 0 */
37 #undef mpf_init macro
38 #define mpf_init(x) mpfr_init_set_ui ((x), 0, MPFR_DEFAULT_RND) macro
mpf2mpfr.h 36 /* mpf_init initializes at 0 */
37 #undef mpf_init macro
38 #define mpf_init(x) mpfr_init_set_ui ((x), 0, MPFR_DEFAULT_RND) macro
mpf2mpfr.h 36 /* mpf_init initializes at 0 */
37 #undef mpf_init macro
38 #define mpf_init(x) mpfr_init_set_ui ((x), 0, MPFR_DEFAULT_RND) macro
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 190 Set by mpf_init and modified by
1321 #define mpf_init __gmpf_init macro
1322 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/
gmp.h 190 Set by mpf_init and modified by
1321 #define mpf_init __gmpf_init macro
1322 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
gmp.h 191 Set by mpf_init and modified by
1338 #define mpf_init __gmpf_init macro
1339 __GMP_DECLSPEC void mpf_init (mpf_ptr);

Completed in 100 milliseconds

1 2 3 4