Home
last modified time | relevance | path

Searched refs:b04 (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DmappedTypeModifiers.js69 var b04: BPR; variable
70 var b04: { readonly [P in keyof B]?: B[P] }; variable
71 var b04: Partial<BR>; variable
72 var b04: Readonly<BP>; variable
73 var b04: Partial<Readonly<B>>; variable
74 var b04: Readonly<Partial<B>>; variable
75 var b04: { [P in keyof BPR]: BPR[P] } variable
76 var b04: Pick<BPR, keyof BPR>; variable
148 var b04; variable
149 var b04; variable
[all …]
DmappedTypeModifiers.types192 var b04: BPR;
193 >b04 : BPR
195 var b04: { readonly [P in keyof B]?: B[P] };
196 >b04 : BPR
198 var b04: Partial<BR>;
199 >b04 : BPR
201 var b04: Readonly<BP>;
202 >b04 : BPR
204 var b04: Partial<Readonly<B>>;
205 >b04 : BPR
[all …]
DmappedTypeModifiers.symbols309 var b04: BPR;
310 >b04 : Symbol(b04, Decl(mappedTypeModifiers.ts, 67, 3), Decl(mappedTypeModifiers.ts, 68, 3), Decl(m…
313 var b04: { readonly [P in keyof B]?: B[P] };
314 >b04 : Symbol(b04, Decl(mappedTypeModifiers.ts, 67, 3), Decl(mappedTypeModifiers.ts, 68, 3), Decl(m…
320 var b04: Partial<BR>;
321 >b04 : Symbol(b04, Decl(mappedTypeModifiers.ts, 67, 3), Decl(mappedTypeModifiers.ts, 68, 3), Decl(m…
325 var b04: Readonly<BP>;
326 >b04 : Symbol(b04, Decl(mappedTypeModifiers.ts, 67, 3), Decl(mappedTypeModifiers.ts, 68, 3), Decl(m…
330 var b04: Partial<Readonly<B>>;
331 >b04 : Symbol(b04, Decl(mappedTypeModifiers.ts, 67, 3), Decl(mappedTypeModifiers.ts, 68, 3), Decl(m…
[all …]
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeModifiers.ts71 var b04: BPR; variable
72 var b04: { readonly [P in keyof B]?: B[P] }; variable
73 var b04: Partial<BR>; variable
74 var b04: Readonly<BP>; variable
75 var b04: Partial<Readonly<B>>; variable
76 var b04: Readonly<Partial<B>>; variable
77 var b04: { [P in keyof BPR]: BPR[P] } variable
78 var b04: Pick<BPR, keyof BPR>; variable
/third_party/skia/src/core/
DSkMatrixInvert.cpp94 double b04 = a01 * a13 - a03 * a11; in SkInvert4x4Matrix() local
104 double determinant = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in SkInvert4x4Matrix()
111 b04 *= invdet; in SkInvert4x4Matrix()
122 outMatrix[2] = a31 * b05 - a32 * b04 + a33 * b03; in SkInvert4x4Matrix()
123 outMatrix[3] = a22 * b04 - a21 * b05 - a23 * b03; in SkInvert4x4Matrix()
130 outMatrix[10] = a30 * b04 - a31 * b02 + a33 * b00; in SkInvert4x4Matrix()
131 outMatrix[11] = a21 * b02 - a20 * b04 - a23 * b00; in SkInvert4x4Matrix()
/third_party/skia/modules/canvaskit/
Dmatrix.js342 var b04 = a01 * a13 - a03 * a11;
352 var det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06;
365 b04 *= invdet;
386 a31 * b05 - a32 * b04 + a33 * b03,
388 a30 * b04 - a31 * b02 + a33 * b00,
391 a22 * b04 - a21 * b05 - a23 * b03,
393 a21 * b02 - a20 * b04 - a23 * b00,
/third_party/flutter/skia/src/core/
DSkMatrix44.cpp480 double b04 = a01 * a13 - a03 * a11; in determinant() local
490 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in determinant()
653 double b04 = a01 * a13 - a03 * a11; in invert() local
663 double det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in invert()
677 b04 *= invdet; in invert()
688 inverse->fMat[0][2] = SkDoubleToMScalar(a31 * b05 - a32 * b04 + a33 * b03); in invert()
689 inverse->fMat[0][3] = SkDoubleToMScalar(a22 * b04 - a21 * b05 - a23 * b03); in invert()
696 inverse->fMat[2][2] = SkDoubleToMScalar(a30 * b04 - a31 * b02 + a33 * b00); in invert()
697 inverse->fMat[2][3] = SkDoubleToMScalar(a21 * b02 - a20 * b04 - a23 * b00); in invert()
/third_party/jerryscript/targets/particle/
DREADME.md42 …e the hex values inside the braces – the USB VID and PID, which should be 2b04 and d006 for the Ph…
79 dfu-util -d 2b04:d006 -a 0 -i 0 -s 0x80A0000:leave -D build/particle/jerry_main.bin
/third_party/flutter/skia/src/sksl/
DSkSLByteCode.cpp566 b04 = a01 * a13 - a03 * a11, in innerRun() local
576 (b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06); in innerRun()
582 b04 *= idet; in innerRun()
593 spf(-13) = a31 * b05 - a32 * b04 + a33 * b03; in innerRun()
594 spf(-12) = a22 * b04 - a21 * b05 - a23 * b03; in innerRun()
601 spf( -5) = a30 * b04 - a31 * b02 + a33 * b00; in innerRun()
602 spf( -4) = a21 * b02 - a20 * b04 - a23 * b00; in innerRun()
/third_party/openssl/test/
Dsanitytest.c33 a04, b04, c04, d04, e04, f04, g04, h04, i04, j04, in test_sanity_enum_size() enumerator
/third_party/pcre2/pcre2/maint/ucptestdata/
Dtestinput134 findprop 0d 0a 0e 0711 1b04 1111 1169 11fe ae4c ad89
Dtestoutput1349 findprop 0d 0a 0e 0711 1b04 1111 1169 11fe ae4c ad89
/third_party/pcre2/pcre2/testdata/
Dtestinput71734 \x{1b04}\x{1b04}X
1764 \x{1111}\x{ae4c}\x{1b04}L, LV, spacing mark
1765 \x{1111}\x{ae4c}\x{1b04}\x{0711}\x{1b04}L, LV, spacing mark, extend, spacing mark
1768 \x0d\x{1b04}CR, spacingmark
1770 \x0a\x{1b04}LF, spacingmark
1772 \x09\x{1b04}Control, spacingmark
Dtestoutput42514 \x{1b04}\x{1b04}X
2515 0: \x{1b04}\x{1b04}
2604 \x{1111}\x{ae4c}\x{1b04}L, LV, spacing mark
2605 0: \x{1111}\x{ae4c}\x{1b04}
2607 \x{1111}\x{ae4c}\x{1b04}\x{0711}\x{1b04}L, LV, spacing mark, extend, spacing mark
2608 0: \x{1111}\x{ae4c}\x{1b04}\x{711}\x{1b04}
2616 \x0d\x{1b04}CR, spacingmark
2618 0+ \x{1b04}CR, spacingmark
2622 \x0a\x{1b04}LF, spacingmark
2624 0+ \x{1b04}LF, spacingmark
[all …]
Dtestoutput72977 \x{1b04}\x{1b04}X
2978 0: \x{1b04}\x{1b04}
3061 \x{1111}\x{ae4c}\x{1b04}L, LV, spacing mark
3062 0: \x{1111}\x{ae4c}\x{1b04}
3064 \x{1111}\x{ae4c}\x{1b04}\x{0711}\x{1b04}L, LV, spacing mark, extend, spacing mark
3065 0: \x{1111}\x{ae4c}\x{1b04}\x{711}\x{1b04}
3071 \x0d\x{1b04}CR, spacingmark
3073 0+ \x{1b04}CR, spacingmark
3077 \x0a\x{1b04}LF, spacingmark
3079 0+ \x{1b04}LF, spacingmark
[all …]
Dtestinput41540 \x{1b04}\x{1b04}X
1570 \x{1111}\x{ae4c}\x{1b04}L, LV, spacing mark
1571 \x{1111}\x{ae4c}\x{1b04}\x{0711}\x{1b04}L, LV, spacing mark, extend, spacing mark
1574 \x0d\x{1b04}CR, spacingmark
1576 \x0a\x{1b04}LF, spacingmark
1578 \x09\x{1b04}Control, spacingmark
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dvector_math.dart625 final double b04 = a01 * a13 - a03 * a11;
634 b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06;
642 _m4storage[2] = (a31 * b05 - a32 * b04 + a33 * b03) * invDet;
643 _m4storage[3] = (-a21 * b05 + a22 * b04 - a23 * b03) * invDet;
650 _m4storage[10] = (a30 * b04 - a31 * b02 + a33 * b00) * invDet;
651 _m4storage[11] = (-a20 * b04 + a21 * b02 - a23 * b00) * invDet;
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp998 b04 = a01**a13 - a03**a11, in writeMatrixInverse4x4() local
1007 skvm::F32 idet = 1.0f / (b00**b11 - b01**b10 + b02**b09 + b03**b08 - b04**b07 + b05**b06); in writeMatrixInverse4x4()
1013 b04 *= idet; in writeMatrixInverse4x4()
1025 result[ 2] = (a31*b05 - a32*b04 + a33*b03); in writeMatrixInverse4x4()
1026 result[ 3] = (a22*b04 - a21*b05 - a23*b03); in writeMatrixInverse4x4()
1033 result[10] = (a30*b04 - a31*b02 + a33*b00); in writeMatrixInverse4x4()
1034 result[11] = (a21*b02 - a20*b04 - a23*b00); in writeMatrixInverse4x4()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_bad_pixels.cpp917 int32 b04 = p0 [4]; in FixIsolatedPixel() local
975 est3 = b04 + b40; in FixIsolatedPixel()
977 grad3 = Abs_int32 (b04 - b40) + in FixIsolatedPixel()
/third_party/mbedtls/tests/suites/
Dtest_suite_aes.cfb.data383 …"3a2cdf9c9608c1dd6233d03dd855293b0885915114b25279":"e7a28ee34acc52128ddae658ec6398a2":"0678":"7b04"
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
Dcrash.log551 00040b04 RBBM_PERFCTR_RB[0x1]+0: 00040b04
559 01040b04 RBBM_PERFCTR_RB[0x5]+0: 01040b04
Des2gears-a320.log3615 11843b04: 0000: c0022200 00000000 00004086 00000007
8199 11845b04: 0000: 000021ea 0000000b
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md2385 * [[`0063448b04`](https://github.com/nodejs/node/commit/0063448b04)] - **url**: make the context no…
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch193974 z^Ft`@KcC#*2HodViyO3<Pdctav-#BG2Cn%uJR2D1Q@b04%oizD&X-Fh4%K6BYgG5=