Home
last modified time | relevance | path

Searched refs:b02 (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/src/core/
DSkM44.cpp146 double b02 = a00 * a13 - a03 * a10; in determinant() local
158 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in determinant()
183 double b02 = a00 * a13 - a03 * a10; in invert() local
195 double det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in invert()
207 b02 *= invdet; in invert()
225 SkDoubleToScalar(a32 * b02 - a30 * b05 - a33 * b01), in invert()
226 SkDoubleToScalar(a20 * b05 - a22 * b02 + a23 * b01), in invert()
229 SkDoubleToScalar(a30 * b04 - a31 * b02 + a33 * b00), in invert()
230 SkDoubleToScalar(a21 * b02 - a20 * b04 - a23 * b00), in invert()
DSkMatrix44.cpp466 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/perfetto/src/traced/probes/ftrace/
Dcpu_reader_benchmark.cc83 00000340: 4b02 0000 6200 0000 907a f000 2f00 0103 K...b....z../...
84 00000350: 4b02 0000 7375 7266 6163 6566 6c69 6e67 K...surfacefling
85 00000360: 6572 0000 4b02 0000 6200 0000 0100 0000 er..K...b.......
223 00000c00: 6572 0000 4b02 0000 6200 0000 b04c 4200 er..K...b....LB.
224 00000c10: 2f00 0103 4b02 0000 7375 7266 6163 6566 /...K...surfacef
225 00000c20: 6c69 6e67 6572 0000 4b02 0000 6200 0000 linger..K...b...
Dcpu_reader_unittest.cc1405 00000340: 4b02 0000 6200 0000 907a f000 2f00 0103 K...b....z../...
1406 00000350: 4b02 0000 7375 7266 6163 6566 6c69 6e67 K...surfacefling
1407 00000360: 6572 0000 4b02 0000 6200 0000 0100 0000 er..K...b.......
1545 00000c00: 6572 0000 4b02 0000 6200 0000 b04c 4200 er..K...b....LB.
1546 00000c10: 2f00 0103 4b02 0000 7375 7266 6163 6566 /...K...surfacef
1547 00000c20: 6c69 6e67 6572 0000 4b02 0000 6200 0000 linger..K...b...
/external/skqp/src/core/
DSkMatrix44.cpp457 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/
Ddng_bad_pixels.cpp915 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/
Dtemp_arg_nontype.cpp243 B<&c02> b02; in test2() local
/external/skia/src/sksl/
DSkSLInterpreter.h681 b02 = a00 * a13 - a03 * a10, in Inverse4x4() local
693 (b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06); in Inverse4x4()
697 b02 *= idet; in Inverse4x4()
714 outf( 6) = a32 * b02 - a30 * b05 - a33 * b01; in Inverse4x4()
715 outf( 7) = a20 * b05 - a22 * b02 + a23 * b01; in Inverse4x4()
718 outf(10) = a30 * b04 - a31 * b02 + a33 * b00; in Inverse4x4()
719 outf(11) = a21 * b02 - a20 * b04 - a23 * b00; in Inverse4x4()
/external/pcre/dist2/
DRunGrepTest.bat419 (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/
Drun-strings-test.sh206 testfile4: 5b02 [^_]
Dtestfile44.expect.bz2
/external/mesa3d/src/freedreno/.gitlab-ci/reference/
DdEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log780 00000000010543c0: 0240: 000000fc 000000fc 48a98b01 0000000f 40880b02 00000000 00000001 40880d01
1077 00000000010543d0: 0000: 40880b02 00000000 00000001
Dfd-clouds.log5024 0000000001116030: 0000: 40880b02 00000000 00000001 48a98d01 00000001
5028 0000000001116030: 0000: 40880b02 00000000 00000001
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Domap_reorder_funcs.sym1717 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…
Domap_stretched_filled.sym2324 5b02 10 186 3447
Ddump_syms_regtest64.sym2787 6b02 4 742 6808
Domap_stretched.sym2441 5b02 10 186 3447
/external/cpuinfo/test/dmesg/
Dgalaxy-s5-global.log817 <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…
Dgalaxy-a8-2018.log3713 [ 4.138568] [5: kworker/5:1: 1505] Trustonic TEE: b02|VALIDATOR [INFO ]: SPID - 0x00000000 D…
3714 [ 4.138581] [5: kworker/5:1: 1505] Trustonic TEE: b02|VALIDATOR [INFO ]: SPID - 0x00000000 M…
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym9271 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/
DChangeLog-2.0142 o Check event_base correctness at end of each unit test (3312b02)
DChangeLog1490 o Check event_base correctness at end of each unit test (3312b02)
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym1493 5b02 5 997 23
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym16152 15b02 d 4231 5771
20250 23b02 4 69 928
21390 STACK WIN 4 15b02 47 0 0 8 4 8 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $L $T0 .…
/external/google-breakpad/src/processor/testdata/
Dmodule0.out16152 15b02 d 4231 5771
20250 23b02 4 69 928
21390 STACK WIN 4 15b02 47 0 0 8 4 8 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $L $T0 .…

12