Lines Matching refs:method_
64 method_ = DEGENERATE_SMALL; in param_type()
79 method_ = DEGENERATE_SMALL; in param_type()
89 method_ = JOEHNK; in param_type()
93 method_ = DEGENERATE_SMALL; in param_type()
99 method_ = DEGENERATE_LARGE; in param_type()
109 method_ = CHENG_BA; in param_type()
114 method_ = CHENG_BB; in param_type()
191 Method method_; variable
251 if (p.method_ == param_type::DEGENERATE_SMALL && p.alpha_ == p.beta_) { in DegenerateCase()
351 const bool use_algorithm_ba = (p.method_ == param_type::CHENG_BA); in AlgorithmCheng()
384 switch (p.method_) { in operator()