/external/skia/tests/sksl/intrinsics/ |
D | Inverse.metal | 20 float b02 = a00*a13 - a03*a10; 30 float det = b00*b11 - b01*b10 + b02*b09 + b03*b08 - b04*b07 + b05*b06; 37 a32*b02 - a30*b05 - a33*b01, 38 a20*b05 - a22*b02 + a23*b01, 41 a30*b04 - a31*b02 + a33*b00, 42 a21*b02 - a20*b04 - a23*b00,
|
D | Determinant.glsl | 2 …b02 = a00 * a13 - a03 * a10; float b03 = a01 * a12 - a02 * a11; float b04 = a01 * a13 - a03 …
|
/external/skia/modules/canvaskit/ |
D | matrix.js | 340 var b02 = a00 * a13 - a03 * a10; 352 var det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; 363 b02 *= invdet; 387 a32 * b02 - a30 * b05 - a33 * b01, 388 a30 * b04 - a31 * b02 + a33 * b00, 392 a20 * b05 - a22 * b02 + a23 * b01, 393 a21 * b02 - a20 * b04 - a23 * b00,
|
/external/perfetto/src/traced/probes/ftrace/ |
D | cpu_reader_benchmark.cc | 84 00000340: 4b02 0000 6200 0000 907a f000 2f00 0103 K...b....z../... 85 00000350: 4b02 0000 7375 7266 6163 6566 6c69 6e67 K...surfacefling 86 00000360: 6572 0000 4b02 0000 6200 0000 0100 0000 er..K...b....... 224 00000c00: 6572 0000 4b02 0000 6200 0000 b04c 4200 er..K...b....LB. 225 00000c10: 2f00 0103 4b02 0000 7375 7266 6163 6566 /...K...surfacef 226 00000c20: 6c69 6e67 6572 0000 4b02 0000 6200 0000 linger..K...b...
|
D | cpu_reader_unittest.cc | 1668 00000340: 4b02 0000 6200 0000 907a f000 2f00 0103 K...b....z../... 1669 00000350: 4b02 0000 7375 7266 6163 6566 6c69 6e67 K...surfacefling 1670 00000360: 6572 0000 4b02 0000 6200 0000 0100 0000 er..K...b....... 1808 00000c00: 6572 0000 4b02 0000 6200 0000 b04c 4200 er..K...b....LB. 1809 00000c10: 2f00 0103 4b02 0000 7375 7266 6163 6566 /...K...surfacef 1810 00000c20: 6c69 6e67 6572 0000 4b02 0000 6200 0000 linger..K...b...
|
/external/skia/src/core/ |
D | SkM44.cpp | 267 double b02 = a00 * a13 - a03 * a10; in invert() local 279 double det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in invert() 288 b02 *= invdet; in invert() 306 SkDoubleToScalar(a32 * b02 - a30 * b05 - a33 * b01), in invert() 307 SkDoubleToScalar(a20 * b05 - a22 * b02 + a23 * b01), in invert() 310 SkDoubleToScalar(a30 * b04 - a31 * b02 + a33 * b00), in invert() 311 SkDoubleToScalar(a21 * b02 - a20 * b04 - a23 * b00), in invert()
|
D | SkMatrix44.cpp | 466 double b02 = a00 * a13 - a03 * a10; in determinant() local 478 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in determinant() 639 double b02 = a00 * a13 - a03 * a10; in invert() local 651 double det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in invert() 663 b02 *= invdet; in invert() 680 inverse->fMat[1][2] = SkDoubleToScalar(a32 * b02 - a30 * b05 - a33 * b01); in invert() 681 inverse->fMat[1][3] = SkDoubleToScalar(a20 * b05 - a22 * b02 + a23 * b01); in invert() 684 inverse->fMat[2][2] = SkDoubleToScalar(a30 * b04 - a31 * b02 + a33 * b00); in invert() 685 inverse->fMat[2][3] = SkDoubleToScalar(a21 * b02 - a20 * b04 - a23 * b00); in invert()
|
/external/llvm-project/clang/test/OpenMP/ |
D | declare_simd_aarch64.c | 96 char b02(char *); 178 *C = b02(C); in do_something()
|
/external/skqp/src/core/ |
D | SkMatrix44.cpp | 457 double b02 = a00 * a13 - a03 * a10; in determinant() local 469 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in determinant() 630 double b02 = a00 * a13 - a03 * a10; in invert() local 642 double det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in invert() 654 b02 *= invdet; in invert() 671 inverse->fMat[1][2] = SkDoubleToMScalar(a32 * b02 - a30 * b05 - a33 * b01); in invert() 672 inverse->fMat[1][3] = SkDoubleToMScalar(a20 * b05 - a22 * b02 + a23 * b01); in invert() 675 inverse->fMat[2][2] = SkDoubleToMScalar(a30 * b04 - a31 * b02 + a33 * b00); in invert() 676 inverse->fMat[2][3] = SkDoubleToMScalar(a21 * b02 - a20 * b04 - a23 * b00); in invert()
|
/external/dng_sdk/source/ |
D | dng_bad_pixels.cpp | 915 int32 b02 = p0 [2]; in FixIsolatedPixel() local 942 est0 = b02 + b42; in FixIsolatedPixel() 944 grad0 = Abs_int32 (b02 - b42) + in FixIsolatedPixel() 961 Abs_int32 (b02 - b24) + in FixIsolatedPixel() 983 Abs_int32 (b02 - b20) + in FixIsolatedPixel() 1336 int32 b02 = p0 [2 * cs]; in FixSingleColumn() local 1387 est0 = b02 + b86; in FixSingleColumn() 1389 grad0 = Abs_int32 (b02 - b86) + in FixSingleColumn()
|
/external/clang/test/SemaTemplate/ |
D | temp_arg_nontype.cpp | 243 B<&c02> b02; in test2() local
|
/external/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.cpp | 887 b02 = a00**a13 - a03**a10, in writeMatrixInverse4x4() local 898 skvm::F32 idet = 1.0f / (b00**b11 - b01**b10 + b02**b09 + b03**b08 - b04**b07 + b05**b06); in writeMatrixInverse4x4() 902 b02 *= idet; in writeMatrixInverse4x4() 920 result[ 6] = (a32*b02 - a30*b05 - a33*b01); in writeMatrixInverse4x4() 921 result[ 7] = (a20*b05 - a22*b02 + a23*b01); in writeMatrixInverse4x4() 924 result[10] = (a30*b04 - a31*b02 + a33*b00); in writeMatrixInverse4x4() 925 result[11] = (a21*b02 - a20*b04 - a23*b00); in writeMatrixInverse4x4()
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | temp_arg_nontype.cpp | 247 B<&c02> b02; in test2() local
|
/external/pcre/dist2/ |
D | RunGrepTest.bat | 419 (pushd %srcdir% & %pcre2grep% -o "\b01|\b02" ./testdata/grepinput & popd) >>testtrygrep 423 (pushd %srcdir% & %pcre2grep% --color=always "\b01|\b02" ./testdata/grepinput & popd) >>testtrygrep 427 (pushd %srcdir% & %pcre2grep% -o --colour=always "\b01|\b02" ./testdata/grepinput & popd) >>testtry…
|
/external/elfutils/tests/ |
D | run-strings-test.sh | 206 testfile4: 5b02 [^_]
|
/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log | 780 00000000010543c0: 0240: 000000fc 000000fc 48a98b01 0000000f 40880b02 00000000 00000001 40880d01 1077 00000000010543d0: 0000: 40880b02 00000000 00000001
|
/external/llvm-project/mlir/test/Conversion/VectorToLLVM/ |
D | vector-to-llvm.mlir | 755 // CHECK: %[[b02:.*]] = llvm.extractvalue %[[B]][0] : !llvm.array<2 x vec<4 x float>> 756 // CHECK: %[[B0:.*]] = "llvm.intr.fmuladd"(%[[b00]], %[[b01]], %[[b02]]) :
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | omap_reorder_funcs.sym | 1717 3b02 6 643 3326 2764 STACK WIN 4 1b02 b9 0 0 10 c 18 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $20 $T…
|
D | omap_stretched_filled.sym | 2324 5b02 10 186 3447
|
D | dump_syms_regtest64.sym | 2787 6b02 4 742 6808
|
D | omap_stretched.sym | 2441 5b02 10 186 3447
|
/external/llvm-project/mlir/test/Dialect/Vector/ |
D | vector-contract-transforms.mlir | 579 // REDUCE-NEXT: %[[ab12:.*]] = mul %[[a1]], %[[b02]] : vector<4xf32>
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s5-global.log | 817 <7>[ 1.859915] [c7] s5p-ehci 12110000.usb: reset command 0080b02 park=3 ithresh=8 period=1024 R… 2227 <7>[ 5.949777] [c7] s5p-ehci 12110000.usb: reset command 0080b02 park=3 ithresh=8 period=1024 R… 2726 <7>[ 10.607520] [c4] s5p-ehci 12110000.usb: reset command 0080b02 park=3 ithresh=8 period=1024 R…
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 9271 22b02 6 256 82 10925 25b02 6 85 79 12293 28b02 6 42 28 17040 31b02 a 79 111 18364 33b02 10 60 59 27479 42b02 2 303 90 29579 45b02 4 666 144 31093 47b02 2 754 26 36967 51b02 8 379 109 38651 53b02 2 253 246 [all …]
|
/external/libevent/ |
D | ChangeLog-2.0 | 142 o Check event_base correctness at end of each unit test (3312b02)
|