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

1 2 3

  /src/external/lgpl3/gmp/dist/mpf/
iset_str.c 0 /* mpf_init_set_str -- Initialize a float and assign it from a string.
34 mpf_init_set_str (mpf_ptr r, const char *s, int base) function
iset_str.c 0 /* mpf_init_set_str -- Initialize a float and assign it from a string.
34 mpf_init_set_str (mpf_ptr r, const char *s, int base) function
  /src/external/lgpl3/mpfr/dist/src/
mpf2mpfr.h 138 #undef mpf_init_set_str macro
139 #define mpf_init_set_str(x,y,z) mpfr_init_set_str(x,y,z,MPFR_DEFAULT_RND) macro
mpf2mpfr.h 138 #undef mpf_init_set_str macro
139 #define mpf_init_set_str(x,y,z) mpfr_init_set_str(x,y,z,MPFR_DEFAULT_RND) macro
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 1339 #define mpf_init_set_str __gmpf_init_set_str macro
1340 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/
gmp.h 1339 #define mpf_init_set_str __gmpf_init_set_str macro
1340 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
gmp.h 1356 #define mpf_init_set_str __gmpf_init_set_str macro
1357 __GMP_DECLSPEC int mpf_init_set_str (mpf_ptr, const char *, int);

Completed in 88 milliseconds

1 2 3