Home
last modified time | relevance | path

Searched refs:to_double (Results 1 – 25 of 40) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-inline.c1148 edge_time.to_double (), in edge_badness()
1149 unspec_edge_time.to_double ()); in edge_badness()
1276 badness.to_double (), in edge_badness()
1277 freq.to_double (), in edge_badness()
1301 badness.to_double (), nest); in edge_badness()
1350 n->get_key ().to_double (), in update_edge_key()
1351 badness.to_double ()); in update_edge_key()
1364 badness.to_double ()); in update_edge_key()
2116 badness.to_double (), in inline_small_functions()
2259 s->time.to_double (), in inline_small_functions()
[all …]
H A Dipa-inline.cc1203 edge_time.to_double (), in edge_badness()
1331 badness.to_double (), in edge_badness()
1332 freq.to_double (), in edge_badness()
1338 edge_time).to_double (), in edge_badness()
1359 badness.to_double (), nest); in edge_badness()
1410 n->get_key ().to_double (), in update_edge_key()
1411 badness.to_double ()); in update_edge_key()
1424 badness.to_double ()); in update_edge_key()
2181 badness.to_double (), in inline_small_functions()
2324 s->time.to_double (), in inline_small_functions()
[all …]
H A Dipa-fnsummary.cc214 (time.to_double ()), found ? "" : "new "); in account_size_time()
1006 indent, "", edge->sreal_frequency ().to_double ()); in dump_ipa_call_summary()
1114 e->time.to_double ()); in ipa_dump_fn_summary()
1136 fprintf (f, " %3.2f for ", fcp->freq.to_double ()); in ipa_dump_fn_summary()
1147 fprintf (f, " %3.2f for :", fcp->freq.to_double ()); in ipa_dump_fn_summary()
2303 max.to_sreal_scale (bb->count).to_double ()); in param_change_prob()
2772 freq.to_double (), this_size, in analyze_function_body()
3502 old_time.to_double (), in estimate_calls_size_and_time()
3503 time->to_double ()); in estimate_calls_size_and_time()
3881 time.to_double (), nonspecialized_time.to_double ()); in estimate_size_and_time()
[all …]
H A Dsreal.h54 double to_double () const;
H A Dipa-fnsummary.c205 (time.to_double ()), found ? "" : "new "); in account_size_time()
944 indent, "", edge->sreal_frequency ().to_double ()); in dump_ipa_call_summary()
996 edge->sreal_frequency ().to_double (), es->call_stmt_size, in dump_ipa_call_summary()
1027 fprintf (f, "\n global time: %f\n", s->time.to_double ()); in ipa_dump_fn_summary()
1042 e->time.to_double ()); in ipa_dump_fn_summary()
2187 max.to_sreal_scale (bb->count).to_double ()); in param_change_prob()
2594 freq.to_double (), this_size, in analyze_function_body()
3293 old_time.to_double (), in estimate_calls_size_and_time()
3294 time->to_double ()); in estimate_calls_size_and_time()
3664 time.to_double (), nonspecialized_time.to_double ()); in estimate_size_and_time()
H A Dipa-split.c201 current->entry_bb->index, current->header_time.to_double (), in dump_split_point()
202 current->header_size, current->split_time.to_double (), in dump_split_point()
1835 freq.to_double (), this_size, this_time.to_double ()); in execute_split_functions()
H A Dipa-split.cc201 current->entry_bb->index, current->header_time.to_double (), in dump_split_point()
202 current->header_size, current->split_time.to_double (), in dump_split_point()
1854 freq.to_double (), this_size, this_time.to_double ()); in execute_split_functions()
H A Dcfghooks.cc1485 double dsum = sum.to_double (); in profile_record_check_consistency()
1504 (ENTRY_BLOCK_PTR_FOR_FN (cfun)->count).to_double (); in profile_record_check_consistency()
1534 (ENTRY_BLOCK_PTR_FOR_FN (cfun)->count).to_double (); in profile_record_check_consistency()
H A Dipa-cp.cc531 s->cs->sreal_frequency ().to_double ()); in print()
538 val->local_time_benefit.to_double (), val->local_size_cost, in print()
539 val->prop_time_benefit.to_double (), val->prop_size_cost); in print()
3351 "size: %i, count_sum: ", time_benefit.to_double (), in good_cloning_opportunity_p()
3358 evaluation.to_double (), eval_threshold); in good_cloning_opportunity_p()
3373 time_benefit.to_double (), size_cost, freq_sum.to_double (), in good_cloning_opportunity_p()
3377 evaluation.to_double (), eval_threshold); in good_cloning_opportunity_p()
3576 "time_benefit: %f\n", size, (time).to_double ()); in estimate_local_effects()
3637 val->local_time_benefit.to_double (), in estimate_local_effects()
3672 val->local_time_benefit.to_double (), in estimate_local_effects()
[all …]
H A Dsreal.c127 sreal::to_double () const in to_double() function
H A Dsreal.cc127 sreal::to_double () const in to_double() function in sreal
H A Dpredict.cc3403 bb->index, cyclic_probability.to_double (), in propagate_freq()
3404 max_cyclic_prob.to_double (), in propagate_freq()
3405 frequency.to_double ()); in propagate_freq()
3412 bb->index, cyclic_probability.to_double (), in propagate_freq()
3413 frequency.to_double ()); in propagate_freq()
3419 BLOCK_INFO (bb)->frequency.to_double ()); in propagate_freq()
3972 tmp.to_double ()); in estimate_bb_frequencies()
H A Dpredict.c3344 bb->index, cyclic_probability.to_double (), in propagate_freq()
3345 max_cyclic_prob.to_double (), in propagate_freq()
3346 frequency.to_double ()); in propagate_freq()
3353 bb->index, cyclic_probability.to_double (), in propagate_freq()
3354 frequency.to_double ()); in propagate_freq()
3360 BLOCK_INFO (bb)->frequency.to_double ()); in propagate_freq()
H A Dprofile.cc759 double freq1 = cnt.to_sreal_scale (old_entry_cnt).to_double (); in compute_branch_probabilities()
762 to_double (); in compute_branch_probabilities()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-inline.c1148 edge_time.to_double (), in edge_badness()
1149 unspec_edge_time.to_double ()); in edge_badness()
1276 badness.to_double (), in edge_badness()
1277 freq.to_double (), in edge_badness()
1301 badness.to_double (), nest); in edge_badness()
1350 n->get_key ().to_double (), in update_edge_key()
1351 badness.to_double ()); in update_edge_key()
1364 badness.to_double ()); in update_edge_key()
2116 badness.to_double (), in inline_small_functions()
2259 s->time.to_double (), in inline_small_functions()
[all …]
H A Dsreal.h54 double to_double () const;
H A Dipa-fnsummary.c205 (time.to_double ()), found ? "" : "new "); in account_size_time()
944 indent, "", edge->sreal_frequency ().to_double ()); in dump_ipa_call_summary()
996 edge->sreal_frequency ().to_double (), es->call_stmt_size, in dump_ipa_call_summary()
1027 fprintf (f, "\n global time: %f\n", s->time.to_double ()); in ipa_dump_fn_summary()
1042 e->time.to_double ()); in ipa_dump_fn_summary()
2187 max.to_sreal_scale (bb->count).to_double ()); in param_change_prob()
2594 freq.to_double (), this_size, in analyze_function_body()
3293 old_time.to_double (), in estimate_calls_size_and_time()
3294 time->to_double ()); in estimate_calls_size_and_time()
3664 time.to_double (), nonspecialized_time.to_double ()); in estimate_size_and_time()
H A Dipa-split.c201 current->entry_bb->index, current->header_time.to_double (), in dump_split_point()
202 current->header_size, current->split_time.to_double (), in dump_split_point()
1835 freq.to_double (), this_size, this_time.to_double ()); in execute_split_functions()
H A Dsreal.c127 sreal::to_double () const in to_double() function
H A Dpredict.c3344 bb->index, cyclic_probability.to_double (), in propagate_freq()
3345 max_cyclic_prob.to_double (), in propagate_freq()
3346 frequency.to_double ()); in propagate_freq()
3353 bb->index, cyclic_probability.to_double (), in propagate_freq()
3354 frequency.to_double ()); in propagate_freq()
3360 BLOCK_INFO (bb)->frequency.to_double ()); in propagate_freq()
/netbsd/tests/usr.bin/xlint/lint1/
H A Dmsg_246.c14 to_double(enum color c) in to_double() function
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_structs.h90 double to_double ();
H A Dutil.cc103 TValue::to_double () in to_double() function in TValue
239 double x1 = v1->to_double (); in make_ratio()
240 double x2 = v2->to_double (); in make_ratio()
H A DPathTree.cc1255 if (v->to_double () != v_tmp->to_double ()) in ftree_debug_match_hist_data()
1986 double dval = val.to_double (); in get_nodes()
H A DBaseMetric.cc962 return values[indexes[index]].to_double (); in eval()

12