Searched refs:x_ (Results 1 – 6 of 6) sorted by relevance
27 static bool bigger_than(int x_, int y_);39 bool FuncTest::bigger_than(int x_, int y_) in bigger_than() argument41 return x_ > y_; in bigger_than()
20 double operator()(double x_) const in operator()21 { return ::sqrt(x_); } in operator()
35 static int sum(int x_, int y_) in sum() argument37 return x_ + y_; in sum()