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.c185 #ifdef EXTRA_FUNCTIONALITY
209 #ifdef EXTRA_FUNCTIONALITY
228 #ifdef EXTRA_FUNCTIONALITY
460 #ifdef EXTRA_FUNCTIONALITY
745 #ifdef EXTRA_FUNCTIONALITY in Dec_CONTEXT_GET_SSIZE()
765 #ifdef EXTRA_FUNCTIONALITY
945 #ifdef EXTRA_FUNCTIONALITY
1009 #ifdef EXTRA_FUNCTIONALITY
1093 #ifdef EXTRA_FUNCTIONALITY
1291 #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")