Searched refs:mpn_set_str (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dset_str.c105 /* 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);
H A Dinp_str.c157 /* 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);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-str.c312 tn = mpn_set_str (t, (unsigned char *) bp, bn, base);
315 fprintf (stderr, "mpn_set_str failed:\n");
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dset_str.c0 /* 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
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dset_str.c284 mn = mpn_set_str (mp, (unsigned char *) begs, str_size, base);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h124 mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dget_d64.c278 sn = mpn_set_str (sp, (unsigned char *) m, 16, 10);
H A Dstrtofr.c494 /* We need to allocate one more limb as specified by mpn_set_str
503 to fill at least ysize full limbs with mpn_set_str.
551 real_ysize = mpn_set_str (y, pstr->mant, pstr_size, pstr->base);
570 Since pstr->mant was normalized, mpn_set_str guarantees that
572 MPFR_ASSERTD (y[real_ysize - 1] != 0); /* mpn_set_str guarantees this */
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1563 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1563 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1592 #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);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1592 #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);

Completed in 362 milliseconds

12