/third_party/typescript/tests/baselines/reference/ |
H A D | comparisonOperatorWithSubtypeObjectOnCallSignature.js | 35 var b9: { fn(): Derived }; 55 var r1a9 = a9 < b9; 68 var r1b9 = b9 < a9; 82 var r2a9 = a9 > b9; 95 var r2b9 = b9 > a9; 109 var r3a9 = a9 <= b9; 122 var r3b9 = b9 <= a9; 136 var r4a9 = a9 >= b9; 149 var r4b9 = b9 >= a9; 163 var r5a9 = a9 == b9; 307 var b9; global() variable [all...] |
H A D | comparisonOperatorWithSubtypeObjectOnConstructorSignature.js | 35 var b9: { new (...a: Derived[]): Base }; 49 var r1a9 = a9 < b9; 60 var r1b9 = b9 < a9; 72 var r2a9 = a9 > b9; 83 var r2b9 = b9 > a9; 95 var r3a9 = a9 <= b9; 106 var r3b9 = b9 <= a9; 118 var r4a9 = a9 >= b9; 129 var r4b9 = b9 >= a9; 141 var r5a9 = a9 == b9; 269 var b9; global() variable [all...] |
H A D | assignmentCompatWithCallSignatures3.js | 70 var b9: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: string; bing: number }) => U) => (r: T) => U; variable 71 a9 = b9; // ok 72 b9 = a9; // ok 187 var b9;
variable 188 a9 = b9; // ok
189 b9 = a9; // ok
|
H A D | assignmentCompatWithConstructSignatures3.js | 70 var b9: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: string; bing: number }) => U) => (r: T) => U; variable 71 a9 = b9; // ok 72 b9 = a9; // ok 187 var b9;
variable 188 a9 = b9; // ok
189 b9 = a9; // ok
|
H A D | objectLiteralExcessProperties.js | 26 var b9: Book | Book[] = { forewarned: "still no" }; 63 var b9 = { forewarned: "still no" };
|
H A D | genericsManyTypeParameters.js | 30 x9: a81, y9: a29, z9: a39, a9: a49, b9: a59, c9: a69, 50 x9 , y9 , z9 , a9 , b9 , c9, 63 function Foo(x1, y1, z1, a1, b1, c1, x2, y2, z2, a2, b2, c2, x3, y3, z3, a3, b3, c3, x4, y4, z4, a4, b4, c4, x5, y5, z5, a5, b5, c5, x6, y6, z6, a6, b6, c6, x7, y7, z7, a7, b7, c7, x8, y8, z8, a8, b8, c8, x9, y9, z9, a9, b9, c9, x10, y12, z10, a10, b10, c10, x11, y13, z11, a11, b11, c11, x12, y14, z12, a12, b12, c12, x13, y15, z13, a13, b13, c13, x14, y16, z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17, y19, z17, a17, b17, c17, x18, y10, z18, a18, b18, c18) {
72 x9, y9, z9, a9, b9, c9,
|
H A D | tsxStatelessFunctionComponentOverload6.js | 52 const b9 = <MainButton to='/some/path' extra-prop>GO</MainButton>; 91 var b9 = <MainButton to='/some/path' extra-prop>GO</MainButton>;
|
H A D | templateStringBinaryOperationsInvalid.js | 75 var b9 = 1 * `2${ 3 & 4 }`; 177 var b9 = 1 * "2".concat(3 & 4);
variable
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | fma-instr.h | 11 V(vfmadd231sd, L128, 66, 0F, 38, W1, b9) \ 25 V(vfmadd231ss, LIG, 66, 0F, 38, W0, b9) \
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | fma-instr.h | 11 V(vfmadd231sd, L128, 66, 0F, 38, W1, b9) \ 25 V(vfmadd231ss, LIG, 66, 0F, 38, W0, b9) \
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | bitfield_align.h | 11 unsigned b9 : 1; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | randen_hwaes.cc | 466 Vector128 b9 = Vector128Load(state + 9); 467 b9 ^= Vector128Load(seed + 8); 468 Vector128Store(b9, state + 9);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | bitfield_align.rs | 235 pub fn b9(&self) -> ::std::os::raw::c_uint { in b9() functions 270 b9: ::std::os::raw::c_uint, in new_bitfield_1() 308 let b9: u32 = unsafe { ::std::mem::transmute(b9) }; 309 b9 as u64
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | yuv_2_rgb.asm | 255 pshufb m2, [rgb24_shuf3] ; g5 b5 g11 b11 g1 b1 g7 b7 g13 b13 g3 b3 g9 b9 g15 b15 264 pand m1, m7, m2 ; g5 b5 --- --- --- --- g7 b7 --- --- --- --- g9 b9 --- --- 272 por m1, m6 ; g5 b5 r6 g6 b6 r7 g7 b7 r8 g8 b8 r9 g9 b9 r10 g10
|
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
H A D | age.rs | 420 ('\u{5b0}', '\u{5b9}'),
|
H A D | general_category.rs | 2520 ('\u{110b9}', '\u{110ba}'),
|
H A D | property_bool.rs | 1246 ('\u{110b9}', '\u{110ba}'), 4366 ('\u{110b9}', '\u{110ba}'), 5951 ('\u{110b9}', '\u{110ba}'), 6111 ('\u{110b9}', '\u{110b9}'),
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | curve25519.c | 4993 int64_t b9 = kBottom21Bits & (load_4(b + 23) >> 5); in sc_muladd() local 5065 s9 = c9 + a0 * b9 + a1 * b8 + a2 * b7 + a3 * b6 + a4 * b5 + a5 * b4 + a6 * b3 + a7 * b2 + a8 * b1 + a9 * b0; in sc_muladd() 5066 s10 = c10 + a0 * b10 + a1 * b9 + a2 * b8 + a3 * b7 + a4 * b6 + a5 * b5 + a6 * b4 + a7 * b3 + a8 * b2 + a9 * b1 + a10 * b0; in sc_muladd() 5067 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 + a6 * b5 + a7 * b4 + a8 * b3 + a9 * b2 + a10 * b1 + a11 * b0; in sc_muladd() 5068 s12 = a1 * b11 + a2 * b10 + a3 * b9 + a4 * b8 + a5 * b7 + a6 * b6 + a7 * b5 + a8 * b4 + a9 * b3 + a10 * b2 + a11 * b1; in sc_muladd() 5069 s13 = a2 * b11 + a3 * b10 + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 + a8 * b5 + a9 * b4 + a10 * b3 + a11 * b2; in sc_muladd() 5070 s14 = a3 * b11 + a4 * b10 + a5 * b9 + a6 * b8 + a7 * b7 + a8 * b6 + a9 * b5 + a10 * b4 + a11 * b3; in sc_muladd() 5071 s15 = a4 * b11 + a5 * b10 + a6 * b9 + a7 * b8 + a8 * b7 + a9 * b6 + a10 * b5 + a11 * b4; in sc_muladd() 5072 s16 = a5 * b11 + a6 * b10 + a7 * b9 + a8 * b8 + a9 * b7 + a10 * b6 + a11 * b5; in sc_muladd() 5073 s17 = a6 * b11 + a7 * b10 + a8 * b9 in sc_muladd() [all...] |
/third_party/openssl/crypto/ec/ |
H A D | curve25519.c | 4993 int64_t b9 = kBottom21Bits & (load_4(b + 23) >> 5); in sc_muladd() local 5065 s9 = c9 + a0 * b9 + a1 * b8 + a2 * b7 + a3 * b6 + a4 * b5 + a5 * b4 + a6 * b3 + a7 * b2 + a8 * b1 + a9 * b0; in sc_muladd() 5066 s10 = c10 + a0 * b10 + a1 * b9 + a2 * b8 + a3 * b7 + a4 * b6 + a5 * b5 + a6 * b4 + a7 * b3 + a8 * b2 + a9 * b1 + a10 * b0; in sc_muladd() 5067 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 + a6 * b5 + a7 * b4 + a8 * b3 + a9 * b2 + a10 * b1 + a11 * b0; in sc_muladd() 5068 s12 = a1 * b11 + a2 * b10 + a3 * b9 + a4 * b8 + a5 * b7 + a6 * b6 + a7 * b5 + a8 * b4 + a9 * b3 + a10 * b2 + a11 * b1; in sc_muladd() 5069 s13 = a2 * b11 + a3 * b10 + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 + a8 * b5 + a9 * b4 + a10 * b3 + a11 * b2; in sc_muladd() 5070 s14 = a3 * b11 + a4 * b10 + a5 * b9 + a6 * b8 + a7 * b7 + a8 * b6 + a9 * b5 + a10 * b4 + a11 * b3; in sc_muladd() 5071 s15 = a4 * b11 + a5 * b10 + a6 * b9 + a7 * b8 + a8 * b7 + a9 * b6 + a10 * b5 + a11 * b4; in sc_muladd() 5072 s16 = a5 * b11 + a6 * b10 + a7 * b9 + a8 * b8 + a9 * b7 + a10 * b6 + a11 * b5; in sc_muladd() 5073 s17 = a6 * b11 + a7 * b10 + a8 * b9 in sc_muladd() [all...] |
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | curve25519.c | 4983 int64_t b9 = kBottom21Bits & (load_4(b + 23) >> 5); in sc_muladd() local 5055 s9 = c9 + a0 * b9 + a1 * b8 + a2 * b7 + a3 * b6 + a4 * b5 + a5 * b4 + a6 * b3 + a7 * b2 + a8 * b1 + a9 * b0; in sc_muladd() 5056 s10 = c10 + a0 * b10 + a1 * b9 + a2 * b8 + a3 * b7 + a4 * b6 + a5 * b5 + a6 * b4 + a7 * b3 + a8 * b2 + a9 * b1 + a10 * b0; in sc_muladd() 5057 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 + a6 * b5 + a7 * b4 + a8 * b3 + a9 * b2 + a10 * b1 + a11 * b0; in sc_muladd() 5058 s12 = a1 * b11 + a2 * b10 + a3 * b9 + a4 * b8 + a5 * b7 + a6 * b6 + a7 * b5 + a8 * b4 + a9 * b3 + a10 * b2 + a11 * b1; in sc_muladd() 5059 s13 = a2 * b11 + a3 * b10 + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 + a8 * b5 + a9 * b4 + a10 * b3 + a11 * b2; in sc_muladd() 5060 s14 = a3 * b11 + a4 * b10 + a5 * b9 + a6 * b8 + a7 * b7 + a8 * b6 + a9 * b5 + a10 * b4 + a11 * b3; in sc_muladd() 5061 s15 = a4 * b11 + a5 * b10 + a6 * b9 + a7 * b8 + a8 * b7 + a9 * b6 + a10 * b5 + a11 * b4; in sc_muladd() 5062 s16 = a5 * b11 + a6 * b10 + a7 * b9 + a8 * b8 + a9 * b7 + a10 * b6 + a11 * b5; in sc_muladd() 5063 s17 = a6 * b11 + a7 * b10 + a8 * b9 in sc_muladd() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 4351 auto b9 = f->GetBlock(9).first; in TEST_F() local 4358 ASSERT_TRUE(b9->reachable()); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_cfg_test.cpp | 4351 auto b9 = f->GetBlock(9).first; in TEST_F() local 4358 ASSERT_TRUE(b9->reachable()); in TEST_F()
|
/third_party/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 4428 auto b9 = f->GetBlock(9).first; in TEST_F() local 4435 ASSERT_TRUE(b9->reachable()); in TEST_F()
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-aarch64.cc | 517 VIXL_CHECK(AreConsecutive(b6, b7, b8, b9)); in TEST()
|
H A D | test-trace-aarch64.cc | 1534 __ sqadd(b9, b23, b13); in GenerateTestSequenceNEON() 1687 __ sqshrun(b9, h0, 1); in GenerateTestSequenceNEON() 2344 __ uqshl(b9, b17, 4); in GenerateTestSequenceNEON()
|