Searched refs:KARATSUBA_THRESHOLD (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A Dmul_n.c33 /* If KARATSUBA_THRESHOLD is not already defined, define it to a
35 #ifndef KARATSUBA_THRESHOLD
36 #define KARATSUBA_THRESHOLD 32 macro
39 /* The code can't handle KARATSUBA_THRESHOLD smaller than 2. */
40 #if KARATSUBA_THRESHOLD < 2
41 #undef KARATSUBA_THRESHOLD macro
42 #define KARATSUBA_THRESHOLD 2 macro
H A Dmul.c39 /* If KARATSUBA_THRESHOLD is not already defined, define it to a
41 #ifndef KARATSUBA_THRESHOLD
42 #define KARATSUBA_THRESHOLD 32 macro
63 if (vsize < KARATSUBA_THRESHOLD)
H A Dgmp-impl.h90 if ((size) < KARATSUBA_THRESHOLD) \
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dmul_n.c33 /* If KARATSUBA_THRESHOLD is not already defined, define it to a
35 #ifndef KARATSUBA_THRESHOLD
36 #define KARATSUBA_THRESHOLD 32 macro
39 /* The code can't handle KARATSUBA_THRESHOLD smaller than 2. */
40 #if KARATSUBA_THRESHOLD < 2
41 #undef KARATSUBA_THRESHOLD macro
42 #define KARATSUBA_THRESHOLD 2 macro
H A Dmul.c39 /* If KARATSUBA_THRESHOLD is not already defined, define it to a
41 #ifndef KARATSUBA_THRESHOLD
42 #define KARATSUBA_THRESHOLD 32 macro
63 if (vsize < KARATSUBA_THRESHOLD)
H A Dgmp-impl.h90 if ((size) < KARATSUBA_THRESHOLD) \

Completed in 159 milliseconds