Home
last modified time | relevance | path

Searched refs:x_ (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dfunc_test.cpp27 static bool bigger_than(int x_, int y_);
39 bool FuncTest::bigger_than(int x_, int y_) in bigger_than() argument
41 return x_ > y_; in bigger_than()
Dunary.h20 double operator()(double x_) const in operator()
21 { return ::sqrt(x_); } in operator()
Dptr2_test.cpp35 static int sum(int x_, int y_) in sum() argument
37 return x_ + y_; in sum()
/ndk/tests/device/test-gnustl-full/unit/
Dfunc_test.cpp27 static bool bigger_than(int x_, int y_);
39 bool FuncTest::bigger_than(int x_, int y_) in bigger_than() argument
41 return x_ > y_; in bigger_than()
Dunary.h20 double operator()(double x_) const in operator()
21 { return ::sqrt(x_); } in operator()
Dptr2_test.cpp35 static int sum(int x_, int y_) in sum() argument
37 return x_ + y_; in sum()