Home
last modified time | relevance | path

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

12

/external/libabigail/tests/data/test-diff-suppr/
Dtest1-typedef-suppr.h7 struct b_type;
10 bar(struct b_type* b);
Dtest1-typedef-suppr-v0.c16 struct b_type struct
22 bar(struct b_type* b) in bar() argument
Dtest1-typedef-suppr-v1.c17 struct b_type struct
24 bar(struct b_type* b) in bar() argument
Dtest1-typedef-suppr-0.suppr6 name = b_type
Dtest1-typedef-suppr-1.suppr6 name = b_type
/external/llvm-project/mlir/test/Dialect/SPIRV/
Dtarget-and-abi.mlir178 // CHECK-SAME: {a_type = i8, b_type = i8, c_type = i32,
181 // CHECK-SAME: {a_type = f16, b_type = f16, c_type = f16,
193 b_type = i8,
202 b_type = f16,
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_arrays_test.py68 for a_type, b_type, out_type in types:
69 o = f(a.astype(a_type), b.astype(b_type))
130 for a_type, b_type in types:
131 o = f(a.astype(a_type), b.astype(b_type))
/external/tensorflow/tensorflow/python/ops/
Dsparse_grad.py172 b_type = b.dtype.base_dtype
173 if a_type != b_type:
175 "different types: ", a_type, " and ", b_type)
/external/deqp-deps/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()
/external/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()
/external/python/cpython3/Include/cpython/
Dframeobject.h12 int b_type; /* what kind of block this is */ member
/external/python/cpython2/Include/
Dframeobject.h11 int b_type; /* what kind of block this is */ member
/external/python/cpython2/Modules/
Dcgen.py253 b_type, b_mode, b_factor, b_sub = database[n-1]
255 database[n-1] = b_type, 'i', a_factor, repr(i)
/external/python/cpython3/Lib/
Dfilecmp.py171 b_type = stat.S_IFMT(b_stat.st_mode)
172 if a_type != b_type:
/external/python/cpython2/Lib/
Dfilecmp.py161 b_type = stat.S_IFMT(b_stat.st_mode)
162 if a_type != b_type:
/external/llvm-project/flang/test/Lower/
Dpre-fir-tree02.f90152 type, extends(a_type) :: b_type type
/external/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()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc2753 auto b_type = op.b().getType().dyn_cast<RankedTensorType>(); in Verify() local
2755 if (!b_type) return success(); in Verify()
2758 auto b_rank = b_type.getRank(); in Verify()
2761 << a_type << " and " << b_type; in Verify()
2765 b_type.getDimSize(b_rank - (op.left_side() ? 2 : 1))) in Verify()
2768 << a_type << " and " << b_type; in Verify()
2772 auto b_batch_dims = b_type.getShape().drop_back(2); in Verify()
2776 << a_type << " and " << b_type; in Verify()
2781 if (result_type != b_type) in Verify()
2784 << result_type << " and " << b_type; in Verify()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DTargetAndABI.td48 StructFieldAttr<"b_type", TypeAttr>,
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops_test.cc146 template <typename S, BenchmarkType b_type>
148 int benchmark_type = b_type;
/external/python/cpython2/Objects/
Dgenobject.c411 if (f->f_blockstack[i].b_type != SETUP_LOOP) in PyGen_NeedsFinalizing()
Dframeobject.c374 if (b->b_type == SETUP_WITH) { in frame_setlineno()
791 b->b_type = type; in PyFrame_BlockSetup()
/external/python/cpython2/Python/
Dceval.c3234 if (b->b_type == SETUP_LOOP && why == WHY_CONTINUE) { in PyEval_EvalFrameEx()
3248 if (b->b_type == SETUP_LOOP && why == WHY_BREAK) { in PyEval_EvalFrameEx()
3253 if (b->b_type == SETUP_FINALLY || in PyEval_EvalFrameEx()
3254 (b->b_type == SETUP_EXCEPT && in PyEval_EvalFrameEx()
3256 b->b_type == SETUP_WITH) { in PyEval_EvalFrameEx()
3269 if (b->b_type == SETUP_EXCEPT || in PyEval_EvalFrameEx()
3270 b->b_type == SETUP_WITH) { in PyEval_EvalFrameEx()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp364 …ULE_STATE const *a, SHADER_MODULE_STATE const *b, unsigned a_type, unsigned b_type, bool a_arrayed, in TypesMatch() argument
368 auto b_insn = b->get_def(b_type); in TypesMatch()
375 return TypesMatch(a, b, a_insn.word(2), b_type, false, b_arrayed, relaxed); in TypesMatch()
384 return TypesMatch(a, b, a_insn.word(2), b_type, a_arrayed, b_arrayed, false); in TypesMatch()
/external/python/cpython3/Objects/
Dframeobject.c949 b->b_type = type; in PyFrame_BlockSetup()

12