/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | comparator_deep_blocks_first.h | 33 bool operator()(uint32_t bb1, uint32_t bb2) const { in operator ()() 35 fuzzerutil::MaybeFindBlock(ir_context_, bb2)); in operator ()() 38 bool operator()(const opt::BasicBlock* bb1, opt::BasicBlock* bb2) const { in operator ()() 39 assert(bb1 && bb2 && "The blocks must exist."); in operator ()() 40 assert(bb1->GetParent() == bb2->GetParent() && in operator ()() 43 ir_context_->GetStructuredCFGAnalysis()->NestingDepth(bb2->id()); in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | comparator_deep_blocks_first.h | 33 bool operator()(uint32_t bb1, uint32_t bb2) const { in operator ()() 35 fuzzerutil::MaybeFindBlock(ir_context_, bb2)); in operator ()() 38 bool operator()(const opt::BasicBlock* bb1, opt::BasicBlock* bb2) const { in operator ()() 39 assert(bb1 && bb2 && "The blocks must exist."); in operator ()() 40 assert(bb1->GetParent() == bb2->GetParent() && in operator ()() 43 ir_context_->GetStructuredCFGAnalysis()->NestingDepth(bb2->id()); in operator ()()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | comparator_deep_blocks_first.h | 33 bool operator()(uint32_t bb1, uint32_t bb2) const { in operator ()() 35 fuzzerutil::MaybeFindBlock(ir_context_, bb2)); in operator ()() 38 bool operator()(const opt::BasicBlock* bb1, opt::BasicBlock* bb2) const { in operator ()() 39 assert(bb1 && bb2 && "The blocks must exist."); in operator ()() 40 assert(bb1->GetParent() == bb2->GetParent() && in operator ()() 43 ir_context_->GetStructuredCFGAnalysis()->NestingDepth(bb2->id()); in operator ()()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | contextuallyTypedBooleanLiterals.js | 15 const bb2: Box<boolean> = box(false); // Error, box<false> not assignable to Box<boolean> 36 var bb2 = box(false); // Error, box<false> not assignable to Box<boolean>
variable 49 declare const bb2: Box<boolean>;
|
H A D | nullishCoalescingOperator1.js | 29 const bb2 = b2 ?? 1; 75 var bb2 = b2 !== null && b2 !== void 0 ? b2 : 1;
variable
|
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | strtodg.c | 325 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; local 724 bb2 = bb5 = 0; 728 bb2 = bb5 = -e; 732 bb2 += bbe; 735 bs2 = bb2; 740 bb2 += j; 742 i = bb2 < bd2 ? bb2 : bd2; 746 bb2 -= i; 756 bb2 [all...] |
H A D | strtod.c | 95 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, dsign, local 586 bb2 = bb5 = 0; 590 bb2 = bb5 = -e; 594 bb2 += bbe; 597 bs2 = bb2; 632 bb2 += j; 637 i = bb2 < bd2 ? bb2 : bd2; 641 bb2 -= i; 651 if (bb2 > [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | cse.c | 282 static struct basic_block *trivial_common_parent(struct basic_block *bb1, struct basic_block *bb2) in trivial_common_parent() argument 289 if (bb_list_size(bb2->parents) != 1) in trivial_common_parent() 291 if (first_basic_block(bb2->parents) != parent) in trivial_common_parent()
|
H A D | simplify.c | 112 struct basic_block *bb, *bb1, *bb2, *source; in if_convert_phi() local 124 bb2 = array[1]->bb; in if_convert_phi() 127 if ((bb1 != parents[0] || bb2 != parents[1]) && in if_convert_phi() 128 (bb1 != parents[1] || bb2 != parents[0])) in if_convert_phi() 135 if (source != phi_parent(bb2, p2)) in if_convert_phi() 158 if (br->bb_true == bb2 || br->bb_false == bb1) { in if_convert_phi()
|
/third_party/python/Python/ |
H A D | dtoa.c | 1441 int bb2, bb5, bbe, bd2, bd5, bs2, c, dsign, e, e1, error; in _Py_dg_strtod() local 1830 bb2 = bb5 = 0; in _Py_dg_strtod() 1834 bb2 = bb5 = -e; in _Py_dg_strtod() 1838 bb2 += bbe; in _Py_dg_strtod() 1841 bs2 = bb2; in _Py_dg_strtod() 1842 bb2++; in _Py_dg_strtod() 1845 /* At this stage bd5 - bb5 == e == bd2 - bb2 + bbe, bb2 - bs2 == 1, in _Py_dg_strtod() 1848 tdv == bd * 10**e = bd * 2**(bbe - bb2 + bd2) * 5**(bd5 - bb5) in _Py_dg_strtod() 1849 srv == bb * 2**bbe = bb * 2**(bbe - bb2 in _Py_dg_strtod() [all...] |