Home
last modified time | relevance | path

Searched refs:GMP_DECIMAL_POINT (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/tests/cxx/
Dt-locale.cc107 << GMP_DECIMAL_POINT << "\"\n"; in check_input()
122 << GMP_DECIMAL_POINT << "\"\n"; in check_input()
/netbsd/src/external/lgpl3/gmp/dist/cxx/
Dosmpf.cc60 const char *point = GMP_DECIMAL_POINT; in operator <<()
Dismpf.cc58 const char *lconv_point = GMP_DECIMAL_POINT; in operator >>()
/netbsd/src/external/lgpl3/gmp/dist/mpf/
Dout_str.c93 const char *point = GMP_DECIMAL_POINT; in mpf_out_str()
Dset_str.c132 const char *point = GMP_DECIMAL_POINT; in mpf_set_str()
/netbsd/src/external/lgpl3/gmp/dist/printf/
Ddoprnt.c374 GMP_DECIMAL_POINT, in __gmp_doprnt()
/netbsd/src/external/lgpl3/gmp/dist/scanf/
Ddoscan.c314 const char *point = GMP_DECIMAL_POINT; in gmpscan()
/netbsd/src/external/lgpl3/gmp/dist/
Dgmp-impl.h4431 #define GMP_DECIMAL_POINT (nl_langinfo (DECIMAL_POINT)) macro
4434 #if HAVE_NL_LANGINFO && defined (RADIXCHAR) && ! defined (GMP_DECIMAL_POINT)
4435 #define GMP_DECIMAL_POINT (nl_langinfo (RADIXCHAR)) macro
4438 #if HAVE_LOCALECONV && ! defined (GMP_DECIMAL_POINT)
4439 #define GMP_DECIMAL_POINT (localeconv()->decimal_point) macro
4441 #if ! defined (GMP_DECIMAL_POINT)
4442 #define GMP_DECIMAL_POINT (".") macro
DChangeLog4114 * cxx/ismpf.cc: Use GMP_DECIMAL_POINT.
19285 * printf/doprnt.c: Ditto, with GMP_DECIMAL_POINT.
19294 * gmp-impl.h (GMP_DECIMAL_POINT): New macro.