Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_binary_test.cc83 auto* b_type = (params.op == ast::BinaryOp::kShiftLeft || in TEST_P() local
89 auto* b = Var("b", b_type); in TEST_P()
118 auto* b_type = (params.op == ast::BinaryOp::kShiftLeft || in TEST_P() local
124 auto* b = Var("b", b_type); in TEST_P()
/third_party/boost/boost/spirit/home/classic/phoenix/
Dtuples.hpp199 typedef typename TupleT::b_type type;
466 typedef nil_t b_type; typedef
587 typedef A a_type; typedef B b_type; typedef
628 typedef A a_type; typedef B b_type; typedef
670 typedef A a_type; typedef B b_type; typedef
712 typedef A a_type; typedef B b_type; typedef
759 typedef A a_type; typedef B b_type; typedef
807 typedef A a_type; typedef B b_type; typedef
857 typedef A a_type; typedef B b_type; typedef
908 typedef A a_type; typedef B b_type; typedef
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
46 if (a_type == b_type) { in DoPointeesLogicallyMatch()
51 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
Dvalidate_extensions.cpp2157 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2166 if (result_type != b_type) { in ValidateExtInst()
/third_party/spirv-tools/source/val/
Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
46 if (a_type == b_type) { in DoPointeesLogicallyMatch()
51 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
Dvalidate_extensions.cpp2120 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2129 if (result_type != b_type) { in ValidateExtInst()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
46 if (a_type == b_type) { in DoPointeesLogicallyMatch()
51 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
Dvalidate_extensions.cpp2157 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2166 if (result_type != b_type) { in ValidateExtInst()
/third_party/python/Include/cpython/
Dframeobject.h23 int b_type; /* what kind of block this is */ member
/third_party/python/Lib/
Dfilecmp.py174 b_type = stat.S_IFMT(b_stat.st_mode)
175 if a_type != b_type:
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl14.c74 short b_type; /* SKIP means suppress fcntl call */ member
805 if ((thiscase->b_type) != SKIP) { in run_test()
806 flock.l_type = thiscase->b_type; in run_test()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_accessor_expression_test.cc700 auto* b_type = Structure("B", {Member("bar", ty.Of(c_type))}); in TEST_F() local
701 auto* b_ary_type = ty.array(ty.Of(b_type), 3); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc1307 auto b_type = GetCVBorderType(border_types); in Pad() local
1310 if (b_type == cv::BORDER_CONSTANT) { in Pad()
1312 …keBorder(input_cv->mat(), out_image, pad_top, pad_bottom, pad_left, pad_right, b_type, fill_color); in Pad()
1314 … cv::copyMakeBorder(input_cv->mat(), out_image, pad_top, pad_bottom, pad_left, pad_right, b_type); in Pad()
/third_party/python/Objects/
Dframeobject.c898 b->b_type = type; in PyFrame_BlockSetup()
/third_party/python/Python/
Dceval.c2662 if (b->b_type != EXCEPT_HANDLER) { in _PyEval_EvalFrameDefault()
2705 assert(b->b_type == EXCEPT_HANDLER); in _PyEval_EvalFrameDefault()
4462 if (b->b_type == EXCEPT_HANDLER) { in _PyEval_EvalFrameDefault()
4467 if (b->b_type == SETUP_FINALLY) { in _PyEval_EvalFrameDefault()