OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GMP_DECIMAL_POINT
(Results
1 - 2
of
2
) sorted by relevancy
/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/
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 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026