Home
last modified time | relevance | path

Searched refs:EXTRA_FUNCTIONALITY (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_decimal/
Ddocstrings.h40 #ifdef EXTRA_FUNCTIONALITY
511 #ifdef EXTRA_FUNCTIONALITY
D_decimal.c175 #ifdef EXTRA_FUNCTIONALITY
199 #ifdef EXTRA_FUNCTIONALITY
218 #ifdef EXTRA_FUNCTIONALITY
450 #ifdef EXTRA_FUNCTIONALITY
735 #ifdef EXTRA_FUNCTIONALITY in Dec_CONTEXT_GET_SSIZE()
755 #ifdef EXTRA_FUNCTIONALITY
935 #ifdef EXTRA_FUNCTIONALITY
999 #ifdef EXTRA_FUNCTIONALITY
1083 #ifdef EXTRA_FUNCTIONALITY
1275 #ifdef EXTRA_FUNCTIONALITY in context_init()
[all …]
/external/python/cpython3/Lib/test/
Dtest_decimal.py120 EXTRA_FUNCTIONALITY = True if hasattr(C, 'DecClamped') else False variable
122 EXTRA_FUNCTIONALITY, "test requires build with -DEXTRA_FUNCTIONALITY")
124 EXTRA_FUNCTIONALITY, "test requires regular build")