Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/interval/compare/
Dcertain.hpp25 if (detail::test_input(x, y)) throw comparison_error(); in operator <()
32 if (detail::test_input(x, y)) throw comparison_error(); in operator <()
39 if (detail::test_input(x, y)) throw comparison_error(); in operator <=()
46 if (detail::test_input(x, y)) throw comparison_error(); in operator <=()
53 if (detail::test_input(x, y)) throw comparison_error(); in operator >()
60 if (detail::test_input(x, y)) throw comparison_error(); in operator >()
67 if (detail::test_input(x, y)) throw comparison_error(); in operator >=()
74 if (detail::test_input(x, y)) throw comparison_error(); in operator >=()
81 if (detail::test_input(x, y)) throw comparison_error(); in operator ==()
88 if (detail::test_input(x, y)) throw comparison_error(); in operator ==()
[all …]
Dpossible.hpp25 if (detail::test_input(x, y)) throw comparison_error(); in operator <()
32 if (detail::test_input(x, y)) throw comparison_error(); in operator <()
39 if (detail::test_input(x, y)) throw comparison_error(); in operator <=()
46 if (detail::test_input(x, y)) throw comparison_error(); in operator <=()
53 if (detail::test_input(x, y)) throw comparison_error(); in operator >()
60 if (detail::test_input(x, y)) throw comparison_error(); in operator >()
67 if (detail::test_input(x, y)) throw comparison_error(); in operator >=()
74 if (detail::test_input(x, y)) throw comparison_error(); in operator >=()
81 if (detail::test_input(x, y)) throw comparison_error(); in operator ==()
88 if (detail::test_input(x, y)) throw comparison_error(); in operator ==()
[all …]
Dlexicographic.hpp25 if (detail::test_input(x, y)) throw comparison_error(); in operator <()
34 if (detail::test_input(x, y)) throw comparison_error(); in operator <()
41 if (detail::test_input(x, y)) throw comparison_error(); in operator <=()
50 if (detail::test_input(x, y)) throw comparison_error(); in operator <=()
58 if (detail::test_input(x, y)) throw comparison_error(); in operator >()
67 if (detail::test_input(x, y)) throw comparison_error(); in operator >()
75 if (detail::test_input(x, y)) throw comparison_error(); in operator >=()
84 if (detail::test_input(x, y)) throw comparison_error(); in operator >=()
91 if (detail::test_input(x, y)) throw comparison_error(); in operator ==()
98 if (detail::test_input(x, y)) throw comparison_error(); in operator ==()
[all …]
Dtribool.hpp26 if (detail::test_input(x, y)) throw comparison_error(); in operator <()
35 if (detail::test_input(x, y)) throw comparison_error(); in operator <()
44 if (detail::test_input(x, y)) throw comparison_error(); in operator <=()
53 if (detail::test_input(x, y)) throw comparison_error(); in operator <=()
62 if (detail::test_input(x, y)) throw comparison_error(); in operator >()
71 if (detail::test_input(x, y)) throw comparison_error(); in operator >()
80 if (detail::test_input(x, y)) throw comparison_error(); in operator >=()
89 if (detail::test_input(x, y)) throw comparison_error(); in operator >=()
98 if (detail::test_input(x, y)) throw comparison_error(); in operator ==()
107 if (detail::test_input(x, y)) throw comparison_error(); in operator ==()
[all …]
/third_party/boost/boost/numeric/interval/
Dutility.hpp66 if (interval_lib::detail::test_input(x)) return static_cast<T>(0); in width()
74 if (interval_lib::detail::test_input(x)) { in median()
85 if (interval_lib::detail::test_input(x)) in widen()
99 return interval_lib::detail::test_input(x); in empty()
105 if (interval_lib::detail::test_input(x)) return false; in zero_in()
119 if (interval_lib::detail::test_input(x, y)) return false; in in()
145 if (interval_lib::detail::test_input(x, y)) return false; in overlap()
169 if (interval_lib::detail::test_input(x, y)) in intersect()
183 bool bad_x = interval_lib::detail::test_input(x); in hull()
184 bool bad_y = interval_lib::detail::test_input(y); in hull()
[all …]
Dtransc.hpp31 if (interval_lib::detail::test_input(x)) in exp()
41 if (interval_lib::detail::test_input(x) || in log()
54 if (interval_lib::detail::test_input(x)) in cos()
84 if (interval_lib::detail::test_input(x)) in sin()
97 if (interval_lib::detail::test_input(x)) in tan()
117 if (interval_lib::detail::test_input(x) in asin()
134 if (interval_lib::detail::test_input(x) in acos()
151 if (interval_lib::detail::test_input(x)) in atan()
161 if (interval_lib::detail::test_input(x)) in sinh()
171 if (interval_lib::detail::test_input(x)) in cosh()
[all …]
Darith.hpp37 if (interval_lib::detail::test_input(x)) in operator -()
45 if (interval_lib::detail::test_input(*this, r)) in operator +=()
57 if (interval_lib::detail::test_input(*this, r)) in operator +=()
69 if (interval_lib::detail::test_input(*this, r)) in operator -=()
81 if (interval_lib::detail::test_input(*this, r)) in operator -=()
118 if (interval_lib::detail::test_input(x, y)) in operator +()
128 if (interval_lib::detail::test_input(x, y)) in operator +()
143 if (interval_lib::detail::test_input(x, y)) in operator -()
153 if (interval_lib::detail::test_input(x, y)) in operator -()
163 if (interval_lib::detail::test_input(x, y)) in operator -()
[all …]
Darith3.hpp29 if (detail::test_input<typename I::base_type, Policies>(x, y)) in add()
39 if (detail::test_input<typename I::base_type, Policies>(x, y)) in sub()
49 if (detail::test_input<typename I::base_type, Policies>(x, y)) in mul()
59 if (detail::test_input<typename I::base_type, Policies>(x, y) || user::is_zero(y)) in div()
Darith2.hpp35 if (interval_lib::detail::test_input(x, y)) in fmod()
47 if (interval_lib::detail::test_input(x, y)) in fmod()
58 if (interval_lib::detail::test_input(x, y)) in fmod()
75 if (detail::test_input(x, y)) in division_part1()
104 if (detail::test_input(x)) in multiplicative_inverse()
165 if (interval_lib::detail::test_input(x)) in pow()
201 if (interval_lib::detail::test_input(x) || interval_lib::user::is_neg(x.upper())) in sqrt()
212 if (interval_lib::detail::test_input(x)) in square()
273 if (interval_lib::detail::test_input(x)) return I::empty(); in nth_root()
/third_party/python/Lib/distutils/tests/
Dtest_text_file.py50 def test_input(count, description, file, expected_result): function
65 test_input(1, "no processing", in_file, result1)
72 test_input(2, "strip comments", in_file, result2)
79 test_input(3, "strip blanks", in_file, result3)
85 test_input(4, "default processing", in_file, result4)
92 test_input(5, "join lines without collapsing", in_file, result5)
99 test_input(6, "join lines with collapsing", in_file, result6)
/third_party/boost/boost/numeric/interval/detail/
Dtest_input.hpp34 bool test_input(const interval<T, Policies>& x) { in test_input() function
40 bool test_input(const interval<T, Policies1>& x, const interval<T, Policies2>& y) { in test_input() function
48 bool test_input(const T& x, const interval<T, Policies>& y) { in test_input() function
54 bool test_input(const interval<T, Policies>& x, const T& y) { in test_input() function
60 bool test_input(const T& x) { in test_input() function
66 bool test_input(const T& x, const T& y) { in test_input() function
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drglimiter.c86 static const gfloat test_input[] = { variable
117 GstBuffer *buf = gst_buffer_new_and_alloc (sizeof (test_input)); in create_test_buffer()
119 gst_buffer_fill (buf, 0, test_input, sizeof (test_input)); in create_test_buffer()
137 for (i = 0; i < G_N_ELEMENTS (test_input); i++) in verify_test_buffer()
140 output[i], test_input[i], test_output[i]); in verify_test_buffer()
Drtpjitterbuffer.c2736 const TestLateArrivalInput *test_input = in GST_START_TEST() local
2738 guint seq_offset = test_input->seqnum_offset; in GST_START_TEST()
2739 guint late_buffer = test_input->late_buffer; in GST_START_TEST()
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc70 string test_input; in RubyTest() local
73 &test_input, in RubyTest()
77 test_input, in RubyTest()
/third_party/openssl/test/
Dmodes_internal_test.c183 const unsigned char *test_input = cts128_test_input; in execute_cts128() local
197 if (!TEST_size_t_eq(fixture->encrypt_block(test_input, ciphertext, len, in execute_cts128()
210 || !TEST_mem_eq(cleartext, len, test_input, len) in execute_cts128()
216 if (!TEST_size_t_eq(fixture->encrypt_stream(test_input, ciphertext, len, in execute_cts128()
230 || !TEST_mem_eq(cleartext, len, test_input, len) in execute_cts128()
/third_party/mindspore/tests/st/armour/
Dtest_inversion_attack_grad.py94 test_input = np.random.random((img_num,) + self._input_shape).astype(np.float32)
97 x_grad = loss_grad(Tensor(test_input), Tensor(target_features)).asnumpy()
/third_party/mbedtls/library/
Dchacha20.c375 static const unsigned char test_input[2][375] = variable
538 test_input[i], in mbedtls_chacha20_self_test()
Dchachapoly.c404 static const unsigned char test_input[1][114] = variable
498 test_input[i], in mbedtls_chachapoly_self_test()
/third_party/python/Lib/test/
Dtest_winconsoleio.py143 def test_input(self): member in WindowsConsoleIOTests
Dtest_builtin.py1303 def test_input(self): member in BuiltinTest
/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format.cc919 std::string test_input = "1"; in parse() local
920 test_input.append(orig_data, static_cast<std::size_t>(data - orig_data)); in parse()
921 const char* test_data = test_input.c_str(); in parse()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format.cc919 std::string test_input = "1"; in parse() local
920 test_input.append(orig_data, static_cast<std::size_t>(data - orig_data)); in parse()
921 const char* test_data = test_input.c_str(); in parse()
/third_party/json/benchmarks/thirdparty/benchmark/
DREADME.md379 for (auto& test_input : { /* ... */ })
380 benchmark::RegisterBenchmark(test_input.name(), BM_test, test_input);
/third_party/benchmark/docs/
Duser_guide.md1066 for (auto& test_input : { /* ... */ })
1067 benchmark::RegisterBenchmark(test_input.name(), BM_test, test_input);
/third_party/node/tools/inspector_protocol/encoding/
Dencoding_test.cc86 std::vector<TypeParam> test_input = {31, 32, 33, 34, 35}; in TYPED_TEST() local
87 span<TypeParam> five_items(test_input.data(), 5); in TYPED_TEST()