Home
last modified time | relevance | path

Searched refs:CONFIG_32 (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
H A Dconstants.c76 #elif defined(CONFIG_32)
112 #error "CONFIG_64 or CONFIG_32 must be defined."
H A Dmpdecimal.h100 #if defined(CONFIG_64) || defined(CONFIG_32)
101 #error "cannot use CONFIG_64 or CONFIG_32 with UNIVERSAL."
104 #define CONFIG_32 macro
110 #define CONFIG_32 macro
164 /* BEGIN CONFIG_32 */
165 #elif defined(CONFIG_32)
206 /* END CONFIG_32 */
209 #error "define CONFIG_64 or CONFIG_32"
H A Dtypearith.h305 #elif defined(CONFIG_32)
559 /* END CONFIG_32 */
563 #error "define CONFIG_64 or CONFIG_32"
H A Dmpdecimal.c1198 #if defined(CONFIG_32) && !defined(LEGACY_COMPILER)
1258 #endif /* CONFIG_32 && !LEGACY_COMPILER */
1435 #if defined(CONFIG_32) && !defined(LEGACY_COMPILER)
1518 #endif /* CONFIG_32 && !LEGACY_COMPILER */
4330 * At this point (for CONFIG_64, CONFIG_32 is not problematic): in _mpd_get_exp_iterations()
4413 #elif defined(CONFIG_32) in _mpd_qexp()
8239 #ifdef CONFIG_32
8789 #ifdef CONFIG_32 in mpd_from_uint128_triple()
/third_party/python/Modules/_decimal/
H A D_decimal.c250 #ifdef CONFIG_32
847 #ifdef CONFIG_32
4683 #elif defined(CONFIG_32) && _PyHASH_BITS == 31 in _dec_hash()
4692 #error "No valid combination of CONFIG_64, CONFIG_32 and _PyHASH_BITS" in _dec_hash()
5665 #ifdef CONFIG_32

Completed in 23 milliseconds