Searched defs:is_odd (Results 1 – 6 of 6) sorted by relevance
24 struct is_odd struct38 output_iterator<int*>(r1), r2, is_odd()); in main() argument
21 struct is_odd struct32 is_odd()) == forward_iterator<const int*>(ia)); in main() argument
22 struct is_odd struct31 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() argument
26 struct is_odd struct38 Iter r = std::partition(Iter(ia), Iter(ia + sa), is_odd()); in test() argument
25 struct is_odd struct27 bool operator()(const int& i) const {return i & 1;} in operator ()()
97 int nid, is_odd, ret = 0; in compute_password_element() local