/external/skia/tests/sksl/intrinsics/ |
D | Inverse.metal | 25 float b07 = a20*a32 - a22*a30; 30 float det = b00*b11 - b01*b10 + b02*b09 + b03*b08 - b04*b07 + b05*b06; 35 a12*b08 - a10*b11 - a13*b07, 36 a00*b11 - a02*b08 + a03*b07, 43 a11*b07 - a10*b09 - a12*b06, 44 a00*b09 - a01*b07 + a02*b06,
|
D | Determinant.glsl | 2 …b07 = a20 * a32 - a22 * a30; float b08 = a20 * a33 - a23 * a30; float b09 = a21 * a32 - a22 …
|
/external/skia/src/core/ |
D | SkMatrix44.cpp | 471 double b07 = a20 * a32 - a22 * a30; in determinant() local 478 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in determinant() 583 double b07 = a20 * a32 - a22 * a30; in invert() local 604 b07 *= invdet; in invert() 622 inverse->fMat[3][0] = SkDoubleToScalar(a11 * b07 - a10 * b09 - a12 * b06); in invert() 623 inverse->fMat[3][1] = SkDoubleToScalar(a00 * b09 - a01 * b07 + a02 * b06); in invert() 644 double b07 = a20 * a32 - a22 * a30; in invert() local 651 double det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in invert() 668 b07 *= invdet; in invert() 678 inverse->fMat[1][0] = SkDoubleToScalar(a12 * b08 - a10 * b11 - a13 * b07); in invert() [all …]
|
D | SkM44.cpp | 272 double b07 = a20 * a32 - a22 * a30; in invert() local 279 double det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in invert() 293 b07 *= invdet; in invert() 304 SkDoubleToScalar(a12 * b08 - a10 * b11 - a13 * b07), in invert() 305 SkDoubleToScalar(a00 * b11 - a02 * b08 + a03 * b07), in invert() 312 SkDoubleToScalar(a11 * b07 - a10 * b09 - a12 * b06), in invert() 313 SkDoubleToScalar(a00 * b09 - a01 * b07 + a02 * b06), in invert()
|
/external/skqp/src/core/ |
D | SkMatrix44.cpp | 462 double b07 = a20 * a32 - a22 * a30; in determinant() local 469 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in determinant() 574 double b07 = a20 * a32 - a22 * a30; in invert() local 595 b07 *= invdet; in invert() 613 inverse->fMat[3][0] = SkDoubleToMScalar(a11 * b07 - a10 * b09 - a12 * b06); in invert() 614 inverse->fMat[3][1] = SkDoubleToMScalar(a00 * b09 - a01 * b07 + a02 * b06); in invert() 635 double b07 = a20 * a32 - a22 * a30; in invert() local 642 double det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in invert() 659 b07 *= invdet; in invert() 669 inverse->fMat[1][0] = SkDoubleToMScalar(a12 * b08 - a10 * b11 - a13 * b07); in invert() [all …]
|
/external/skia/modules/canvaskit/ |
D | matrix.js | 345 var b07 = a20 * a32 - a22 * a30; 352 var det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; 368 b07 *= invdet; 377 a12 * b08 - a10 * b11 - a13 * b07, 379 a11 * b07 - a10 * b09 - a12 * b06, 382 a00 * b11 - a02 * b08 + a03 * b07, 384 a00 * b09 - a01 * b07 + a02 * b06,
|
/external/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.cpp | 892 b07 = a20**a32 - a22**a30, in writeMatrixInverse4x4() local 898 skvm::F32 idet = 1.0f / (b00**b11 - b01**b10 + b02**b09 + b03**b08 - b04**b07 + b05**b06); in writeMatrixInverse4x4() 907 b07 *= idet; in writeMatrixInverse4x4() 918 result[ 4] = (a12*b08 - a10*b11 - a13*b07); in writeMatrixInverse4x4() 919 result[ 5] = (a00*b11 - a02*b08 + a03*b07); in writeMatrixInverse4x4() 926 result[12] = (a11*b07 - a10*b09 - a12*b06); in writeMatrixInverse4x4() 927 result[13] = (a00*b09 - a01*b07 + a02*b06); in writeMatrixInverse4x4()
|
/external/boringssl/src/crypto/cmac/ |
D | cavp_aes256_cmac_tests.txt | 1534 Mac = 07471b07
|
/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log | 147 t4 write PC_MULTIVIEW_CNTL (9b07)
|
D | fd-clouds.log | 135 t4 write PC_MULTIVIEW_CNTL (9b07)
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | dump_syms_regtest64.sym | 1760 4b07 1 181 3233
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 1494 5b07 5 998 23
|
/external/google-breakpad/src/client/mac/handler/testcases/testdata/ |
D | dump_syms_i386_breakpad.sym | 1737 9b07 1 650 72
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 10466 9b07 1 73 5665 10482 PUBLIC 9b07 0 _NLG_Return 16728 17b07 c 2227 5771 20252 23b07 2 74 928
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 10466 9b07 1 73 5665 10482 PUBLIC 9b07 0 _NLG_Return 16728 17b07 c 2227 5771 20252 23b07 2 74 928
|
/external/freetype/ |
D | ChangeLog.24 | 1756 Revert the last commit 45337b07.
|
/external/elfutils/tests/ |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_008.ppm | 2370 �8B_.1.?:# %%=5 )/1]*1Y'.b07]47_6:J--B%%6&'J:;gPVqZ`…
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 3775 STACK CFI 68b07 .cfa: $rsp 128 +
|