/third_party/skia/src/core/ |
D | SkMatrixInvert.cpp | 98 double b08 = a20 * a33 - a23 * a30; in SkInvert4x4Matrix() local 104 double determinant = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in SkInvert4x4Matrix() 115 b08 *= invdet; in SkInvert4x4Matrix() 124 outMatrix[4] = a12 * b08 - a10 * b11 - a13 * b07; in SkInvert4x4Matrix() 125 outMatrix[5] = a00 * b11 - a02 * b08 + a03 * b07; in SkInvert4x4Matrix() 128 outMatrix[8] = a10 * b10 - a11 * b08 + a13 * b06; in SkInvert4x4Matrix() 129 outMatrix[9] = a01 * b08 - a00 * b10 - a03 * b06; in SkInvert4x4Matrix()
|
/third_party/skia/modules/canvaskit/ |
D | matrix.js | 346 var b08 = a20 * a33 - a23 * a30; 352 var det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; 369 b08 *= invdet; 377 a12 * b08 - a10 * b11 - a13 * b07, 378 a10 * b10 - a11 * b08 + a13 * b06, 382 a00 * b11 - a02 * b08 + a03 * b07, 383 a01 * b08 - a00 * b10 - a03 * b06,
|
/third_party/typescript/tests/verify_3rd_libs/ |
D | ReadMe.md | 40 可从华为镜像源下载https://repo.huaweicloud.com/java/jdk/8u202-b08/
|
/third_party/openssl/test/ |
D | sanitytest.c | 38 a08, b08, c08, d08, e08, f08, g08, h08, i08, j08, in test_sanity_enum_size() enumerator
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.cpp | 1002 b08 = a20**a33 - a23**a30, in writeMatrixInverse4x4() local 1007 skvm::F32 idet = 1.0f / (b00**b11 - b01**b10 + b02**b09 + b03**b08 - b04**b07 + b05**b06); in writeMatrixInverse4x4() 1017 b08 *= idet; in writeMatrixInverse4x4() 1027 result[ 4] = (a12*b08 - a10*b11 - a13*b07); in writeMatrixInverse4x4() 1028 result[ 5] = (a00*b11 - a02*b08 + a03*b07); in writeMatrixInverse4x4() 1031 result[ 8] = (a10*b10 - a11*b08 + a13*b06); in writeMatrixInverse4x4() 1032 result[ 9] = (a01*b08 - a00*b10 - a03*b06); in writeMatrixInverse4x4()
|
/third_party/ffmpeg/libpostproc/ |
D | postprocess_template.c | 1283 "pand "MANGLE(b08)", " #ppsx " \n\t"\ in RENAME() 1320 NAMED_CONSTRAINTS_ADD(deringThreshold,b00,b02,b08) in RENAME()
|
D | postprocess.c | 108 DECLARE_ASM_CONST(8, uint64_t, b08)= 0x0808080808080808LL;
|
/third_party/node/deps/npm/node_modules/node-gyp/ |
D | CHANGELOG.md | 475 * [[`6356117b08`](https://github.com/nodejs/node-gyp/commit/6356117b08)] - **doc, bin**: stop sugge…
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | es2gears-a320.log | 1273 11842b08: 0000: 0000057d 00002ede 5943 11844b08: 0000: 000021ed ffffffff 10543 11846b08: 0000: 0000057f 0000311d 12781 11847b08: 0000: 000021ed ffffffff 14688 11848b08: 0000: 0000057f 00003212
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |