Searched defs:odd (Results 1 – 8 of 8) sorted by relevance
11 struct odd : public unary_function<int, bool> { struct12 bool operator()(int n_) const { return(n_ % 2) == 1; } in operator()
70 int CountTest::odd(int a_) in odd() function in CountTest
46 static bool odd(int a_) in odd() function
107 bool FindTest::odd(int a_) in odd() function in FindTest