| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| system_clock.c | 106 GFC_INTEGER_4 *count_max); 111 GFC_INTEGER_8 *count_max); 122 GFC_INTEGER_4 *count_max) 137 if (count_max) 138 *count_max = GFC_INTEGER_4_HUGE; 155 if (count_max) 156 *count_max = GFC_INTEGER_4_HUGE; 164 if (count_max) 165 *count_max = 0; 175 GFC_INTEGER_8 *count_max) [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| system_clock.c | 106 GFC_INTEGER_4 *count_max); 111 GFC_INTEGER_8 *count_max); 122 GFC_INTEGER_4 *count_max) 137 if (count_max) 138 *count_max = GFC_INTEGER_4_HUGE; 155 if (count_max) 156 *count_max = GFC_INTEGER_4_HUGE; 164 if (count_max) 165 *count_max = 0; 175 GFC_INTEGER_8 *count_max) [all...] |
| /src/external/gpl3/gcc/dist/contrib/ |
| analyze_brprob.py | 183 def print(self, branches_max, count_max, predict_def): 203 percentage(self.count(), count_max)), end = '') 249 def count_max(self): member in class:Profile 253 count_max = self.count_max() 271 h.print(branches_max, count_max, predict_def)
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| analyze_brprob.py | 181 def print(self, branches_max, count_max, predict_def): 201 percentage(self.count(), count_max)), end = '') 247 def count_max(self): member in class:Profile 251 count_max = self.count_max() 269 h.print(branches_max, count_max, predict_def)
|
| /src/external/mit/isl/dist/ |
| pip.c | 297 isl_int count, count_max; local 305 isl_int_init(count_max); 307 isl_int_set_si(count_max, 2000); 308 r = isl_basic_set_count_upto(context, count_max, &count); 312 isl_int_clear(count_max);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| cfg.h | 76 profile_count count_max; variable
|
| profile-count.cc | 293 gcc_assert (fun->cfg->count_max.initialized_p ()); 294 profile_probability prob = probability_in (fun->cfg->count_max);
|
| ipa-inline-transform.cc | 770 cfun->cfg->count_max = profile_count::uninitialized (); 774 cfun->cfg->count_max = cfun->cfg->count_max.max (bb->count);
|
| regs.h | 132 || !cfun->cfg->count_max.initialized_p ()) \
|
| predict.cc | 3656 fn->cfg->count_max = fn->cfg->count_max.guessed_local (); 3662 fn->cfg->count_max = profile_count::uninitialized (); 3770 cfun->cfg->count_max = true_count_max; 4048 cfun->cfg->count_max = profile_count::uninitialized (); 4081 cfun->cfg->count_max = cfun->cfg->count_max.max (bb->count); 4382 /* See if everything is OK and update count_max. */ 4388 cfun->cfg->count_max = profile_count::uninitialized (); 4391 cfun->cfg->count_max = cfun->cfg->count_max.max (bb->count) [all...] |
| cfg.cc | 73 the_fun->cfg->count_max = profile_count::uninitialized ();
|
| final.cc | 639 profile_count count_threshold = cfun->cfg->count_max / param_align_threshold; 643 fprintf (dump_file, "count_max: "); 644 cfun->cfg->count_max.dump (dump_file);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfg.h | 76 profile_count count_max; variable
|
| profile-count.cc | 296 gcc_assert (fun->cfg->count_max.initialized_p ()); 297 profile_probability prob = probability_in (fun->cfg->count_max);
|
| ipa-inline-transform.cc | 768 cfun->cfg->count_max = profile_count::uninitialized (); 772 cfun->cfg->count_max = cfun->cfg->count_max.max (bb->count);
|
| regs.h | 132 || !cfun->cfg->count_max.initialized_p ()) \
|
| predict.cc | 3557 fn->cfg->count_max = fn->cfg->count_max.guessed_local (); 3563 fn->cfg->count_max = profile_count::uninitialized (); 3671 cfun->cfg->count_max = true_count_max; 3955 cfun->cfg->count_max = profile_count::uninitialized (); 3988 cfun->cfg->count_max = cfun->cfg->count_max.max (bb->count); 4289 cfun->cfg->count_max = profile_count::uninitialized (); 4292 cfun->cfg->count_max = cfun->cfg->count_max.max (bb->count) [all...] |
| cfg.cc | 73 the_fun->cfg->count_max = profile_count::uninitialized ();
|
| final.cc | 654 profile_count count_threshold = cfun->cfg->count_max.apply_scale 659 fprintf (dump_file, "count_max: "); 660 cfun->cfg->count_max.dump (dump_file);
|
| /src/sys/arch/evbarm/ifpga/ |
| ifpga_clock.c | 349 u_int count_max = ifpga_sc->sc_clock_count; local 360 delta += count_max;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| check.cc | 6823 /* COUNT and COUNT_MAX of SYSTEM_CLOCK are scalar, default-kind integer 6826 count_max are all optional arguments */ 6830 gfc_expr *count_max) 6899 if (count_max != NULL) 6901 if (!scalar_check (count_max, 2)) 6904 if (!type_check (count_max, 2, BT_INTEGER)) 6907 if (count_max->ts.kind != gfc_default_integer_kind 6908 && !gfc_notify_std (GFC_STD_F2003, "COUNT_MAX argument to " 6910 &count_max->where)) 6913 if (!variable_check (count_max, 2, false) [all...] |
| iresolve.cc | 3690 gfc_expr *count_max = c->ext.actual->next->next->expr; local 3693 and COUNT_MAX can hold 64-bit values, or are absent. */ 3695 && (!count_max || count_max->ts.kind >= 8))
|
| trans-intrinsic.cc | 3882 gfc_expr *count_max = code->ext.actual->next->next->expr; local 3897 if (count_max) 3900 gfc_conv_expr (&count_max_se, count_max); 3908 least = (count_max && count_max->ts.kind < least) ? count_max->ts.kind 3937 if (count_max) 3940 arg3 = gfc_create_var (gfc_get_int_type (8), "count_max"); 3942 arg3 = gfc_create_var (gfc_get_int_type (4), "count_max");
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| check.cc | 6767 /* COUNT and COUNT_MAX of SYSTEM_CLOCK are scalar, default-kind integer 6770 count_max are all optional arguments */ 6774 gfc_expr *count_max) 6822 if (count_max != NULL) 6824 if (!scalar_check (count_max, 2)) 6827 if (!type_check (count_max, 2, BT_INTEGER)) 6830 if (count_max->ts.kind != gfc_default_integer_kind 6831 && !gfc_notify_std (GFC_STD_F2003, "COUNT_MAX argument to " 6833 &count_max->where)) 6836 if (!variable_check (count_max, 2, false) [all...] |
| iresolve.cc | 3674 gfc_expr *count_max = c->ext.actual->next->next->expr; local 3677 and COUNT_MAX can hold 64-bit values, or are absent. */ 3679 && (!count_max || count_max->ts.kind >= 8))
|