Searched refs:UMUL_TIME (Results 1 – 6 of 6) sorted by relevance
30 #ifndef UMUL_TIME31 # define UMUL_TIME 1 macro49 #if (UDIV_TIME > 2 * UMUL_TIME)60 #if UDIV_TIME > 2 * UMUL_TIME69 #if UDIV_TIME > 2 * UMUL_TIME187 # if UDIV_TIME > 2 * UMUL_TIME || UDIV_NEEDS_NORMALIZATION in _itowa()200 # if UDIV_TIME > 2 * UMUL_TIME in _itowa()257 # if UDIV_TIME > 2 * UMUL_TIME in _itowa()291 # if UDIV_TIME > 2 * UMUL_TIME in _itowa()
30 #ifndef UMUL_TIME31 # define UMUL_TIME 1 macro49 #if (UDIV_TIME > 2 * UMUL_TIME)60 #if UDIV_TIME > 2 * UMUL_TIME69 #if UDIV_TIME > 2 * UMUL_TIME292 # if UDIV_TIME > 2 * UMUL_TIME || UDIV_NEEDS_NORMALIZATION in _itoa()305 # if UDIV_TIME > 2 * UMUL_TIME in _itoa()362 # if UDIV_TIME > 2 * UMUL_TIME in _itoa()396 # if UDIV_TIME > 2 * UMUL_TIME in _itoa()
28 #ifndef UMUL_TIME29 #define UMUL_TIME 1 macro33 #define UDIV_TIME UMUL_TIME58 if (UDIV_TIME > (2 * UMUL_TIME + 6) in mpn_mod_1()59 && (UDIV_TIME - (2 * UMUL_TIME + 6)) * dividend_size > UDIV_TIME) in mpn_mod_1()
31 #ifndef UMUL_TIME32 #define UMUL_TIME 1 macro36 #define UDIV_TIME UMUL_TIME62 if (UDIV_TIME > (2 * UMUL_TIME + 6) in mpn_divmod_1()63 && (UDIV_TIME - (2 * UMUL_TIME + 6)) * dividend_size > UDIV_TIME) in mpn_divmod_1()
151 #define UMUL_TIME 46 macro271 # define UMUL_TIME 20 macro280 # define UMUL_TIME 3 macro380 #define UMUL_TIME 8 macro382 #define UMUL_TIME 30 macro488 #define UMUL_TIME 40 macro524 #define UMUL_TIME 40 macro593 #define UMUL_TIME 14 macro645 #define UMUL_TIME 45 macro696 #define UMUL_TIME 100 macro[all …]
5903 * stdio-common/_itoa.c: Defaulting UMUL_TIME==UDIV_TIME is broken.