HomeSort by relevance Sort by last modified time
    Searched defs:test (Results 251 - 275 of 4017) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.category/
category.pass.cpp 10 // This test uses new symbols that were not defined in the libc++ shipped on
24 void test(const _Tp &) {} function
51 test(std::locale::none);
52 test(std::locale::collate);
53 test(std::locale::ctype);
54 test(std::locale::monetary);
55 test(std::locale::numeric);
56 test(std::locale::time);
57 test(std::locale::messages);
58 test(std::locale::all)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/
arg.pass.cpp 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) function
32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0) function
40 test() function
42 test<T>(0);
43 test<T>(1);
44 test<T>(10);
49 test<float>();
50 test<double>();
51 test<long double>();
52 test<int>()
    [all...]
conj.pass.cpp 26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) function
34 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0) function
42 test(T x, typename std::enable_if<!std::is_integral<T>::value && function
51 test() function
53 test<T>(0);
54 test<T>(1);
55 test<T>(10);
60 test<float>();
61 test<double>();
62 test<long double>()
    [all...]
imag.pass.cpp 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) function
32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0) function
40 test() function
42 test<T>(0);
43 test<T>(1);
44 test<T>(10);
49 test<float>();
50 test<double>();
51 test<long double>();
52 test<int>()
    [all...]
norm.pass.cpp 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) function
32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0) function
40 test() function
42 test<T>(0);
43 test<T>(1);
44 test<T>(10);
49 test<float>();
50 test<double>();
51 test<long double>();
52 test<int>()
    [all...]
proj.pass.cpp 26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) function
34 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0) function
42 test(T x, typename std::enable_if<!std::is_integral<T>::value && function
51 test() function
53 test<T>(0);
54 test<T>(1);
55 test<T>(10);
60 test<float>();
61 test<double>();
62 test<long double>()
    [all...]
real.pass.cpp 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) function
32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0) function
40 test() function
42 test<T>(0);
43 test<T>(1);
44 test<T>(10);
49 test<float>();
50 test<double>();
51 test<long double>();
52 test<int>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/
divide_equal_complex.pass.cpp 19 test() function
35 test<float>();
36 test<double>();
37 test<long double>();
divide_equal_scalar.pass.cpp 19 test() function
41 test<float>();
42 test<double>();
43 test<long double>();
times_equal_complex.pass.cpp 19 test() function
35 test<float>();
36 test<double>();
37 test<long double>();
times_equal_scalar.pass.cpp 19 test() function
41 test<float>();
42 test<double>();
43 test<long double>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/
complex_divide_scalar.pass.cpp 21 test(const std::complex<T>& lhs, const T& rhs, std::complex<T> x) function
28 test() function
33 test(lhs, rhs, x);
38 test<float>();
39 test<double>();
40 test<long double>();
complex_equals_complex.pass.cpp 21 test(const std::complex<T>& lhs, const std::complex<T>& rhs, bool x) function
28 test() function
33 test(lhs, rhs, false);
38 test(lhs, rhs, true);
44 test<float>();
45 test<double>();
46 test<long double>();
complex_equals_scalar.pass.cpp 21 test(const std::complex<T>& lhs, const T& rhs, bool x) function
28 test() function
33 test(lhs, rhs, false);
38 test(lhs, rhs, false);
43 test(lhs, rhs, false);
48 test(lhs, rhs, true);
54 test<float>();
55 test<double>();
56 test<long double>();
complex_minus_complex.pass.cpp 21 test(const std::complex<T>& lhs, const std::complex<T>& rhs, std::complex<T> x) function
28 test() function
34 test(lhs, rhs, x);
40 test(lhs, rhs, x);
46 test<float>();
47 test<double>();
48 test<long double>();
complex_minus_scalar.pass.cpp 21 test(const std::complex<T>& lhs, const T& rhs, std::complex<T> x) function
28 test() function
34 test(lhs, rhs, x);
40 test(lhs, rhs, x);
46 test<float>();
47 test<double>();
48 test<long double>();
complex_not_equals_complex.pass.cpp 21 test(const std::complex<T>& lhs, const std::complex<T>& rhs, bool x) function
28 test() function
33 test(lhs, rhs, true);
38 test(lhs, rhs, false);
44 test<float>();
45 test<double>();
46 test<long double>();
complex_not_equals_scalar.pass.cpp 21 test(const std::complex<T>& lhs, const T& rhs, bool x) function
28 test() function
33 test(lhs, rhs, true);
38 test(lhs, rhs, true);
43 test(lhs, rhs, true);
48 test(lhs, rhs, false);
54 test<float>();
55 test<double>();
56 test<long double>();
complex_plus_complex.pass.cpp 21 test(const std::complex<T>& lhs, const std::complex<T>& rhs, std::complex<T> x) function
28 test() function
34 test(lhs, rhs, x);
40 test(lhs, rhs, x);
46 test<float>();
47 test<double>();
48 test<long double>();
complex_plus_scalar.pass.cpp 21 test(const std::complex<T>& lhs, const T& rhs, std::complex<T> x) function
28 test() function
34 test(lhs, rhs, x);
40 test(lhs, rhs, x);
46 test<float>();
47 test<double>();
48 test<long double>();
complex_times_scalar.pass.cpp 21 test(const std::complex<T>& lhs, const T& rhs, std::complex<T> x) function
28 test() function
33 test(lhs, rhs, x);
38 test<float>();
39 test<double>();
40 test<long double>();
scalar_divide_complex.pass.cpp 21 test(const T& lhs, const std::complex<T>& rhs, std::complex<T> x) function
28 test() function
33 test(lhs, rhs, x);
38 test<float>();
39 test<double>();
40 test<long double>();
scalar_equals_complex.pass.cpp 21 test(const T& lhs, const std::complex<T>& rhs, bool x) function
28 test() function
33 test(lhs, rhs, false);
38 test(lhs, rhs, false);
43 test(lhs, rhs, false);
48 test(lhs, rhs, true);
54 test<float>();
55 test<double>();
56 test<long double>();
scalar_minus_complex.pass.cpp 21 test(const T& lhs, const std::complex<T>& rhs, std::complex<T> x) function
28 test() function
34 test(lhs, rhs, x);
40 test(lhs, rhs, x);
46 test<float>();
47 test<double>();
48 test<long double>();
scalar_not_equals_complex.pass.cpp 21 test(const T& lhs, const std::complex<T>& rhs, bool x) function
28 test() function
33 test(lhs, rhs, true);
38 test(lhs, rhs, true);
43 test(lhs, rhs, true);
48 test(lhs, rhs, false);
54 test<float>();
55 test<double>();
56 test<long double>();

Completed in 53 milliseconds

<<11121314151617181920>>