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

1 2

  /src/external/lgpl3/gmp/dist/mpz/
set_str.c 105 /* Make sure the string does not become empty, mpn_set_str would fail. */
139 xsize = mpn_set_str (PTR (x), (unsigned char *) begs, str_size, base);
inp_str.c 157 /* Make sure the string is not empty, mpn_set_str would fail. */
168 xsize = mpn_set_str (PTR (x), (unsigned char *) str, str_size, base);
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-str.c 312 tn = mpn_set_str (t, (unsigned char *) bp, bn, base);
315 fprintf (stderr, "mpn_set_str failed:\n");
  /src/external/lgpl3/gmp/dist/mpn/generic/
set_str.c 0 /* mpn_set_str (mp_ptr res_ptr, const char *str, size_t str_len, int base) --
7 THE FUNCTIONS IN THIS FILE, EXCEPT mpn_set_str, ARE INTERNAL WITH MUTABLE
69 mpn_set_str (mp_ptr rp, const unsigned char *str, size_t str_len, int base) function
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.h 124 mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/dist/mpf/
set_str.c 284 mn = mpn_set_str (mp, (unsigned char *) begs, str_size, base);
  /src/external/lgpl3/mpfr/dist/src/
get_d64.c 278 sn = mpn_set_str (sp, (unsigned char *) m, 16, 10);
strtofr.c 498 /* We need to allocate one more limb as specified by mpn_set_str
507 to fill at least ysize full limbs with mpn_set_str.
555 real_ysize = mpn_set_str (y, pstr->mant, pstr_size, pstr->base);
574 Since pstr->mant was normalized, mpn_set_str guarantees that
576 MPFR_ASSERTD (y[real_ysize - 1] != 0); /* mpn_set_str guarantees this */
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 1563 #define mpn_set_str __MPN(set_str) macro
1564 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
gmp.h 1592 #define mpn_set_str __MPN(set_str) macro
1593 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
  /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/
gmp.h 1563 #define mpn_set_str __MPN(set_str) macro
1564 __GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);

Completed in 69 milliseconds

1 2