Home
last modified time | relevance | path

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

/llvm-project/offload/test/offloading/
H A Dstd_complex_arithmetic.cpp33 template <typename RT, typename AT, typename BT> void test_minus(AT a, BT b) { in test_minus() function
70 test_minus<T>(std::complex<T>(0, 1), std::complex<T>(0.5, 0.3)); in test_complex()
71 test_minus<T>(std::complex<T>(0, 1), T(0.5)); in test_complex()
72 test_minus<T>(T(0.5), std::complex<T>(0, 1)); in test_complex()