Home
last modified time | relevance | path

Searched refs:a03 (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/src/core/
DSkMatrixInvert.cpp76 double a03 = inMatrix[3]; in SkInvert4x4Matrix() local
92 double b02 = a00 * a13 - a03 * a10; in SkInvert4x4Matrix()
94 double b04 = a01 * a13 - a03 * a11; in SkInvert4x4Matrix()
95 double b05 = a02 * a13 - a03 * a12; in SkInvert4x4Matrix()
121 outMatrix[1] = a02 * b10 - a01 * b11 - a03 * b09; in SkInvert4x4Matrix()
125 outMatrix[5] = a00 * b11 - a02 * b08 + a03 * b07; in SkInvert4x4Matrix()
129 outMatrix[9] = a01 * b08 - a00 * b10 - a03 * b06; in SkInvert4x4Matrix()
/third_party/skia/modules/canvaskit/
Dmatrix.js324 var a03 = m[12];
340 var b02 = a00 * a13 - a03 * a10;
342 var b04 = a01 * a13 - a03 * a11;
343 var b05 = a02 * a13 - a03 * a12;
381 a02 * b10 - a01 * b11 - a03 * b09,
382 a00 * b11 - a02 * b08 + a03 * b07,
383 a01 * b08 - a00 * b10 - a03 * b06,
/third_party/openh264/test/encoder/
DEncUT_EncoderMbAux.cpp156 const int a03 = iDiff[i][0] + iDiff[i][3]; in Sub4x4DctAnchor() local
160 tmp[0][i] = a03 + a12; in Sub4x4DctAnchor()
162 tmp[2][i] = a03 - a12; in Sub4x4DctAnchor()
166 const int a03 = tmp[i][0] + tmp[i][3]; in Sub4x4DctAnchor() local
170 iDct[i][0] = a03 + a12; in Sub4x4DctAnchor()
172 iDct[i][2] = a03 - a12; in Sub4x4DctAnchor()
/third_party/icu/icu4c/source/test/testdata/
Dsh.txt14 a3{"a03"}
/third_party/typescript/tests/baselines/reference/
DstrictBindCallApply1.js25 let a03 = foo.apply(undefined, [10, "hello", 30]); // Error variable
118 var a03 = foo.apply(undefined, [10, "hello", 30]); // Error
DstrictBindCallApply1.symbols113 let a03 = foo.apply(undefined, [10, "hello", 30]); // Error
114 >a03 : Symbol(a03, Decl(strictBindCallApply1.ts, 23, 3))
DstrictBindCallApply1.errors.txt122 let a03 = foo.apply(undefined, [10, "hello", 30]); // Error
DstrictBindCallApply1.types144 let a03 = foo.apply(undefined, [10, "hello", 30]); // Error
145 >a03 : string
/third_party/openssl/test/
Dsanitytest.c33 a03, b03, c03, d03, e03, f03, g03, h03, i03, j03, in test_sanity_enum_size() enumerator
/third_party/typescript/tests/cases/conformance/functions/
DstrictBindCallApply1.ts26 let a03 = foo.apply(undefined, [10, "hello", 30]); // Error
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp992 a03 = f32(m[3]), a13 = f32(m[7]), a23 = f32(m[11]), a33 = f32(m[15]); in writeMatrixInverse4x4() local
996 b02 = a00**a13 - a03**a10, in writeMatrixInverse4x4()
998 b04 = a01**a13 - a03**a11, in writeMatrixInverse4x4()
999 b05 = a02**a13 - a03**a12, in writeMatrixInverse4x4()
1024 result[ 1] = (a02*b10 - a01*b11 - a03*b09); in writeMatrixInverse4x4()
1028 result[ 5] = (a00*b11 - a02*b08 + a03*b07); in writeMatrixInverse4x4()
1032 result[ 9] = (a01*b08 - a00*b10 - a03*b06); in writeMatrixInverse4x4()
/third_party/sqlite/src/
Dshell.c1631 # define a03 (p->u.s[3]) in KeccakF1600Step() macro
1659 c3 = a03^a13^a23^a33^a43; in KeccakF1600Step()
1682 b0 = ROL64((a03^d3), 28); in KeccakF1600Step()
1687 a03 = b3 ^((~b4)& b0 ); in KeccakF1600Step()
1726 c3 = a33^a03^a23^a43^a13; in KeccakF1600Step()
1782 b1 = ROL64((a03^d3), 55); in KeccakF1600Step()
1787 a03 = b3 ^((~b4)& b0 ); in KeccakF1600Step()
1793 c3 = a43^a33^a23^a13^a03; in KeccakF1600Step()
1838 b4 = ROL64((a03^d3), 56); in KeccakF1600Step()
1843 a03 = b3 ^((~b4)& b0 ); in KeccakF1600Step()
[all …]
/third_party/elfutils/tests/
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
Dcrash.log3536 0005c0: 94009a03 44ccb685 902b0080 9e81b1b4 |.......D..+.....|