Home
last modified time | relevance | path

Searched defs:bb1 (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcontextuallyTypedBooleanLiterals.js14 const bb1 = box(false); // Box<boolean> constant
35 var bb1 = box(false); // Box<boolean> variable
DnullishCoalescingOperator1.js28 const bb1 = b1 ?? 1; constant
74 var bb1 = b1 !== null && b1 !== void 0 ? b1 : 1; variable
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/
DnullishCoalescingOperator1.ts30 const bb1 = b1 ?? 1; constant
/third_party/FreeBSD/contrib/gdtoa/
Dstrtod.c102 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local
Dstrtodg.c334 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; local
/third_party/python/Python/
Ddtoa.c1878 Bigint *bb1 = mult(bs, bb); in _Py_dg_strtod() local