Home
last modified time | relevance | path

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

/third_party/boost/libs/date_time/test/
Dtestconstrained_value.cpp34 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/
Dsb_expr.cpp206 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 …]
Dsb_expr.h81 bool eval_const_op(unsigned op, literal &r, literal cv0, literal cv1);
/third_party/python/Lib/turtledemo/
Dtwo_canvases.py13 cv1 = TK.Canvas(root, width=300, height=200, bg="#ddffff")
15 cv1.pack()
18 s1 = TurtleScreen(cv1)
/third_party/boost/libs/asio/test/
Dbuffer.cpp462 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/
Dassign_fail.cpp25 boost::condition_variable cv1; in fail() local
26 cv1 = cv0; in fail()
Dcopy_fail.cpp26 boost::condition_variable cv1(cv0); in fail() local
/third_party/boost/libs/thread/test/sync/conditions/condition_variable_any/
Dassign_fail.cpp25 boost::condition_variable_any cv1; in fail() local
26 cv1 = cv0; in fail()
Dcopy_fail.cpp26 boost::condition_variable_any cv1(cv0); in fail() local
/third_party/pulseaudio/src/pulsecore/
Dmix_neon.c52 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()
Dmix.c130 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/
Dtest_conv3d_op.py82 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/
Dfunction_test.cpp182 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/
Ddataclass_module_2.py20 cv1: ClassVar = 30 variable in CV
Ddataclass_module_2_str.py20 cv1: ClassVar = 30 variable in CV
Ddataclass_module_1.py20 cv1: typing.ClassVar = 30 variable in CV
Ddataclass_module_1_str.py20 cv1: typing.ClassVar = 30 variable in CV
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dupsampling_msa.c589 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/
Dupsampling_msa.c589 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/
Dlu.hpp271 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/
Dtest_conv_op.py311 self.cv1 = nn.Conv3d(in_channels=in_channels,
324 x = self.cv1(x)