HomeSort by relevance Sort by last modified time
    Searched refs:UserDefinedIntegral (Results 1 - 7 of 7) sorted by null

  /external/libcxx/test/support/
user_defined_integral.hpp 5 struct UserDefinedIntegral
7 UserDefinedIntegral() : value(0) {}
8 UserDefinedIntegral(T v) : value(v) {}
15 void operator+(UserDefinedIntegral<T>, UserDefinedIntegral<U>);
18 void operator-(UserDefinedIntegral<T>, UserDefinedIntegral<U>);
21 void operator*(UserDefinedIntegral<T>, UserDefinedIntegral<U>);
24 void operator/(UserDefinedIntegral<T>, UserDefinedIntegral<U>)
    [all...]
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.generate/
generate_n.pass.cpp 24 typedef UserDefinedIntegral<unsigned> UDI;
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
copy_n.pass.cpp 22 typedef UserDefinedIntegral<unsigned> UDI;
  /external/libcxx/test/libcxx/type_traits/
convert_to_integral.pass.cpp 33 UserDefinedIntegral<From> f(max);
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
fill_n.pass.cpp 23 typedef UserDefinedIntegral<unsigned> UDI;
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/
search_n.pass.cpp 69 std::search_n(Iter(ic), Iter(ic+sc), UserDefinedIntegral<unsigned>(0), 0);
search_n_pred.pass.cpp 145 std::search_n(Iter(ic), Iter(ic+sc), UserDefinedIntegral<unsigned>(4), 0, count_equal());

Completed in 135 milliseconds