Home
last modified time | relevance | path

Searched refs:gmp_allocated_string (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/cxx/
H A Dosdoprnti.cc65 gmp_allocated_string t (result); in __gmp_doprnt_integer_ostream()
H A Dosmpf.cc68 gmp_allocated_string t (result); in operator <<()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h5258 class gmp_allocated_string {
5262 gmp_allocated_string(char *arg) in gmp_allocated_string() function
5267 ~gmp_allocated_string() in ~gmp_allocated_string()
H A DChangeLog14092 * gmp-impl.h: (class gmp_allocated_string): Prefix strlen with std::.
18832 (gmp_allocated_string): Hold length in a field.
23117 * gmp-impl.h (gmp_allocated_string): No need for inline on member funs.