/third_party/boost/libs/date_time/test/ |
D | testconstrained_value.cpp | 34 constrained_value<day_value_policies> cv1(0), cv2(31); in main() local 35 check("not equal", cv1 != cv2); in main() 36 check("equal", cv1 == cv1); in main() 37 check("greater", cv2 > cv1); in main() 38 check("greater or equal ", cv2 >= cv1); in main() 40 std::cout << cv1 << std::endl; in main() 41 unsigned int i = cv1; in main() 42 check("test conversion", i == cv1); in main()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.cpp | 206 literal dv, cv0, cv1; in fold_setcc() local 214 cv1 = v1->get_const_value(); in fold_setcc() 215 apply_alu_src_mod(n.bc, 1, cv1); in fold_setcc() 219 cond_result = evaluate_condition(flags, cv0, cv1); in fold_setcc() 224 if (cv1.f < 0.0f && (cc == AF_CC_GT || cc == AF_CC_NE)) { in fold_setcc() 227 } else if (cv1.f <= 0.0f && cc == AF_CC_GE) { in fold_setcc() 232 if (cv1.f > 0.0f && (cc == AF_CC_GE || cc == AF_CC_E)) { in fold_setcc() 235 } else if (cv1.f >= 0.0f && cc == AF_CC_GT) { in fold_setcc() 240 } else if (cmp_type == AF_UINT_CMP && cv1.u == 0 && cc == AF_CC_GE) { in fold_setcc() 558 literal cv0, literal cv1) { in eval_const_op() argument [all …]
|
D | sb_expr.h | 81 bool eval_const_op(unsigned op, literal &r, literal cv0, literal cv1);
|
/third_party/python/Lib/turtledemo/ |
D | two_canvases.py | 13 cv1 = TK.Canvas(root, width=300, height=200, bg="#ddffff") 15 cv1.pack() 18 s1 = TurtleScreen(cv1)
|
/third_party/boost/libs/asio/test/ |
D | buffer.cpp | 462 std::vector<const_buffer> cv1; in test() local 463 cv1.push_back(boost::asio::buffer(source_data, 6)); in test() 464 cv1.push_back(boost::asio::buffer(source_data) + 6); in test() 465 n = buffer_copy(mb1, cv1); in test() 482 cv1.clear(); in test() 483 cv1.push_back(boost::asio::buffer(source_data, 8)); in test() 484 cv1.push_back(boost::asio::buffer(source_data) + 8); in test() 485 n = buffer_copy(mv1, cv1); in test() 558 cv1.clear(); in test() 559 cv1.push_back(boost::asio::buffer(source_data, 6)); in test() [all …]
|
/third_party/boost/libs/thread/test/sync/conditions/condition_variable/ |
D | assign_fail.cpp | 25 boost::condition_variable cv1; in fail() local 26 cv1 = cv0; in fail()
|
D | copy_fail.cpp | 26 boost::condition_variable cv1(cv0); in fail() local
|
/third_party/boost/libs/thread/test/sync/conditions/condition_variable_any/ |
D | assign_fail.cpp | 25 boost::condition_variable_any cv1; in fail() local 26 cv1 = cv0; in fail()
|
D | copy_fail.cpp | 26 boost::condition_variable_any cv1(cv0); in fail() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | mix_neon.c | 52 int32_t cv1 = m->linear[1].i; in pa_mix_ch2_s16ne_neon() local 65 : [cv0] "r" (cv0), [cv1] "r" (cv1) in pa_mix_ch2_s16ne_neon()
|
D | mix.c | 130 const int32_t cv1 = streams[1].linear[0].i; in pa_mix2_ch1_s16ne() local 138 sum += pa_mult_s16_volume(*ptr1++, cv1); in pa_mix2_ch1_s16ne() 203 int32_t cv1 = m->linear[1].i; in pa_mix_ch2_s16ne() local 208 sum1 += pa_mult_s16_volume(*((int16_t*) m->ptr), cv1); in pa_mix_ch2_s16ne()
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_conv3d_op.py | 82 self.cv1 = nn.Conv3d(in_channels=in_channels, 95 x = self.cv1(x) 156 assert np.allclose(net.cv1.weight.asnumpy(), w_exp, atol=1.0e-4)
|
/third_party/boost/libs/functional/test/ |
D | function_test.cpp | 182 const std::vector<Person> cv1(v1.begin(), v1.end()); in main() local 291 std::transform(cv1.begin(), cv1.end(), in main()
|
/third_party/python/Lib/test/ |
D | dataclass_module_2.py | 20 cv1: ClassVar = 30 variable in CV
|
D | dataclass_module_2_str.py | 20 cv1: ClassVar = 30 variable in CV
|
D | dataclass_module_1.py | 20 cv1: typing.ClassVar = 30 variable in CV
|
D | dataclass_module_1_str.py | 20 cv1: typing.ClassVar = 30 variable in CV
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | upsampling_msa.c | 589 v16u8 tu0, tu1, tv0, tv1, cu0, cu1, cv0, cv1; \ 593 LD_UB2(cur_v, 1, cv0, cv1); \ 595 UPSAMPLE_32PIXELS(tv0, tv1, cv0, cv1); \ 597 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \ 613 v16u8 tu0, tu1, tv0, tv1, cu0, cu1, cv0, cv1; \ 621 LD_UB2(&temp_v[32], 1, cv0, cv1); \ 623 UPSAMPLE_32PIXELS(tv0, tv1, cv0, cv1); \ 625 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | upsampling_msa.c | 589 v16u8 tu0, tu1, tv0, tv1, cu0, cu1, cv0, cv1; \ 593 LD_UB2(cur_v, 1, cv0, cv1); \ 595 UPSAMPLE_32PIXELS(tv0, tv1, cv0, cv1); \ 597 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \ 613 v16u8 tu0, tu1, tv0, tv1, cu0, cu1, cv0, cv1; \ 621 LD_UB2(&temp_v[32], 1, cv0, cv1); \ 623 UPSAMPLE_32PIXELS(tv0, tv1, cv0, cv1); \ 625 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \
|
/third_party/boost/boost/numeric/ublas/ |
D | lu.hpp | 271 vector_type cv1 (e); in lu_substitute() local 275 …pe_check (prod (triangular_adaptor<const_matrix_type, unit_lower> (m), e), cv1), internal_logic ()… in lu_substitute() 312 vector_type cv1 (e); in lu_substitute() local 316 …on_type_check (prod (e, triangular_adaptor<const_matrix_type, upper> (m)), cv1), internal_logic ()… in lu_substitute()
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_conv_op.py | 311 self.cv1 = nn.Conv3d(in_channels=in_channels, 324 x = self.cv1(x)
|