Searched refs:__gmp_alloc_cstring (Results 1 – 2 of 2) sorted by relevance
1319 struct __gmp_alloc_cstring struct1322 __gmp_alloc_cstring(char *s) { str = s; } in __gmp_alloc_cstring() argument1323 ~__gmp_alloc_cstring() in ~__gmp_alloc_cstring() argument1704 __gmp_alloc_cstring temp(mpz_get_str(0, base, mp));1887 __gmp_alloc_cstring temp(mpq_get_str(0, base, mp));2104 __gmp_alloc_cstring temp(mpf_get_str(0, &expo, base, size, mp));
13370 (__gmp_alloc_cstring): Declare freefunc as extern "C".14099 (struct __gmp_alloc_cstring): Prefix strlen with std::.18828 * gmpxx.h (struct __gmp_alloc_cstring): Use mp_get_memory_functions,