Home | History | Annotate | Download | only in kaze

Lines Matching full:const

14 int fed_tau_by_process_time(const float& T, const int& M, const float& tau_max,
15 const bool& reordering, std::vector<float>& tau);
16 int fed_tau_by_cycle_time(const float& t, const float& tau_max,
17 const bool& reordering, std::vector<float> &tau) ;
18 int fed_tau_internal(const int& n, const float& scale, const float& tau_max,
19 const bool& reordering, std::vector<float> &tau);
20 bool fed_is_prime_internal(const int& number);