Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DcontextuallyTypedBooleanLiterals.js15 const bb2: Box<boolean> = box(false); // Error, box<false> not assignable to Box<boolean> constant
36 var bb2 = box(false); // Error, box<false> not assignable to Box<boolean> variable
DnullishCoalescingOperator1.js29 const bb2 = b2 ?? 1; constant
75 var bb2 = b2 !== null && b2 !== void 0 ? b2 : 1; variable
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/
DnullishCoalescingOperator1.ts31 const bb2 = b2 ?? 1; constant
/third_party/FreeBSD/contrib/gdtoa/
Dstrtod.c95 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, dsign, local
Dstrtodg.c325 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; local
/third_party/python/Python/
Ddtoa.c1441 int bb2, bb5, bbe, bd2, bd5, bs2, c, dsign, e, e1, error; in _Py_dg_strtod() local