/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | defaults.h | 1337 #define CLEAR_RATIO(speed) 2 macro 1340 #define CLEAR_RATIO(speed) ((speed) ? 15 :3) macro
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | defaults.h | 1319 #define CLEAR_RATIO(speed) 2 macro 1322 #define CLEAR_RATIO(speed) ((speed) ? 15 :3) macro
|
/netbsd/external/gpl3/gcc/dist/gcc/config/vax/ |
H A D | vax.h | 443 #define CLEAR_RATIO(speed) ((speed) ? 6 : 2) macro
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/vax/ |
H A D | vax.h | 443 #define CLEAR_RATIO(speed) ((speed) ? 6 : 2) macro
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/bpf/ |
H A D | bpf.h | 378 #define CLEAR_RATIO(speed) 128 macro
|
/netbsd/external/gpl3/gcc/dist/gcc/config/bpf/ |
H A D | bpf.h | 367 #define CLEAR_RATIO(speed) 128 macro
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
H A D | tilepro.h | 309 #define CLEAR_RATIO(speed) ((speed) ? 15 : TILEPRO_CALL_RATIO) macro
|
/netbsd/external/gpl3/gcc/dist/gcc/config/tilepro/ |
H A D | tilepro.h | 309 #define CLEAR_RATIO(speed) ((speed) ? 15 : TILEPRO_CALL_RATIO) macro
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
H A D | tilegx.h | 346 #define CLEAR_RATIO(speed) ((speed) ? 15 : TILEGX_CALL_RATIO) macro
|
/netbsd/external/gpl3/gcc/dist/gcc/config/tilegx/ |
H A D | tilegx.h | 346 #define CLEAR_RATIO(speed) ((speed) ? 15 : TILEGX_CALL_RATIO) macro
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/visium/ |
H A D | visium.h | 1134 #define CLEAR_RATIO(speed) ((speed) ? 13 : 5) macro
|
/netbsd/external/gpl3/gcc/dist/gcc/config/visium/ |
H A D | visium.h | 1134 #define CLEAR_RATIO(speed) ((speed) ? 13 : 5) macro
|
/netbsd/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv.h | 886 #define CLEAR_RATIO(speed) ((speed) ? 16 : 6) macro
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv.h | 886 #define CLEAR_RATIO(speed) ((speed) ? 16 : 6) macro
|
/netbsd/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch.h | 1075 #define CLEAR_RATIO(speed) ((speed) ? 15 : LARCH_CALL_RATIO) macro
|
/netbsd/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.h | 1008 #define CLEAR_RATIO(speed) \ macro
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.h | 1008 #define CLEAR_RATIO(speed) \ macro
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/sh/ |
H A D | sh.h | 1279 #define CLEAR_RATIO(speed) ((speed) ? 15 : 3) macro
|
/netbsd/external/gpl3/gcc/dist/gcc/config/sh/ |
H A D | sh.h | 1279 #define CLEAR_RATIO(speed) ((speed) ? 15 : 3) macro
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.h | 3118 #define CLEAR_RATIO(speed)\ macro
|
/netbsd/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.h | 3137 #define CLEAR_RATIO(speed)\ macro
|
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.h | 1955 #define CLEAR_RATIO(speed) ((speed) ? ix86_cost->clear_ratio : 2) macro
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.h | 1955 #define CLEAR_RATIO(speed) ((speed) ? ix86_cost->clear_ratio : 2) macro
|