HomeSort by: relevance | last modified time | path
    Searched refs:GMP_DECIMAL_POINT (Results 1 - 8 of 8) sorted by relevancy

  /src/external/lgpl3/gmp/dist/cxx/
osmpf.cc 60 const char *point = GMP_DECIMAL_POINT;
ismpf.cc 58 const char *lconv_point = GMP_DECIMAL_POINT;
  /src/external/lgpl3/gmp/dist/tests/cxx/
t-locale.cc 107 << GMP_DECIMAL_POINT << "\"\n";
122 << GMP_DECIMAL_POINT << "\"\n";
  /src/external/lgpl3/gmp/dist/mpf/
out_str.c 93 const char *point = GMP_DECIMAL_POINT;
set_str.c 132 const char *point = GMP_DECIMAL_POINT;
  /src/external/lgpl3/gmp/dist/printf/
doprnt.c 374 GMP_DECIMAL_POINT,
  /src/external/lgpl3/gmp/dist/scanf/
doscan.c 314 const char *point = GMP_DECIMAL_POINT;
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 4431 #define GMP_DECIMAL_POINT (nl_langinfo (DECIMAL_POINT))
4434 #if HAVE_NL_LANGINFO && defined (RADIXCHAR) && ! defined (GMP_DECIMAL_POINT)
4435 #define GMP_DECIMAL_POINT (nl_langinfo (RADIXCHAR))
4438 #if HAVE_LOCALECONV && ! defined (GMP_DECIMAL_POINT)
4439 #define GMP_DECIMAL_POINT (localeconv()->decimal_point)
4441 #if ! defined (GMP_DECIMAL_POINT)
4442 #define GMP_DECIMAL_POINT (".")

Completed in 63 milliseconds