Searched refs:GMP_DECIMAL_POINT (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/cxx/
H A Dosmpf.cc60 const char *point = GMP_DECIMAL_POINT;
H A Dismpf.cc58 const char *lconv_point = GMP_DECIMAL_POINT;
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-locale.cc107 << GMP_DECIMAL_POINT << "\"\n"; local
122 << GMP_DECIMAL_POINT << "\"\n"; local
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dout_str.c93 const char *point = GMP_DECIMAL_POINT;
H A Dset_str.c132 const char *point = GMP_DECIMAL_POINT;
/netbsd-current/external/lgpl3/gmp/dist/printf/
H A Ddoprnt.c374 GMP_DECIMAL_POINT,
/netbsd-current/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c314 const char *point = GMP_DECIMAL_POINT;
/netbsd-current/external/lgpl3/gmp/dist/
H A 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

Completed in 137 milliseconds