Home
last modified time | relevance | path

Searched refs:b04 (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/utils/
DSkMatrix44.cpp436 double b04 = a01 * a13 - a03 * a11; in determinant() local
446 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in determinant()
609 double b04 = a01 * a13 - a03 * a11; in invert() local
619 double det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in invert()
633 b04 *= invdet; in invert()
644 inverse->fMat[0][2] = SkDoubleToMScalar(a31 * b05 - a32 * b04 + a33 * b03); in invert()
645 inverse->fMat[0][3] = SkDoubleToMScalar(a22 * b04 - a21 * b05 - a23 * b03); in invert()
652 inverse->fMat[2][2] = SkDoubleToMScalar(a30 * b04 - a31 * b02 + a33 * b00); in invert()
653 inverse->fMat[2][3] = SkDoubleToMScalar(a21 * b02 - a20 * b04 - a23 * b00); in invert()
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
Dmat3.js510 b04 = a01 * a13 - a03 * a11,
520 det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06;
535 out[6] = (a31 * b05 - a32 * b04 + a33 * b03) * det;
537 out[8] = (a30 * b04 - a31 * b02 + a33 * b00) * det;
Dmat4.js200 b04 = a01 * a13 - a03 * a11,
210 det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06;
219 out[2] = (a31 * b05 - a32 * b04 + a33 * b03) * det;
220 out[3] = (a22 * b04 - a21 * b05 - a23 * b03) * det;
227 out[10] = (a30 * b04 - a31 * b02 + a33 * b00) * det;
228 out[11] = (a21 * b02 - a20 * b04 - a23 * b00) * det;
285 b04 = a01 * a13 - a03 * a11,
295 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06;
/external/pcre/dist/testdata/
Dtestoutput101953 \x{1b04}\x{1b04}X
1954 0: \x{1b04}\x{1b04}
2043 \x{1111}\x{ae4c}\x{1b04}L, LV, spacing mark
2044 0: \x{1111}\x{ae4c}\x{1b04}
2046 \x{1111}\x{ae4c}\x{1b04}\x{0711}\x{1b04}L, LV, spacing mark, extend, spacing mark
2047 0: \x{1111}\x{ae4c}\x{1b04}\x{711}\x{1b04}
2055 \x0d\x{1b04}CR, spacingmark
2057 0+ \x{1b04}CR, spacingmark
2061 \x0a\x{1b04}LF, spacingmark
2063 0+ \x{1b04}LF, spacingmark
[all …]
Dtestinput101047 \x{1b04}\x{1b04}X
1077 \x{1111}\x{ae4c}\x{1b04}L, LV, spacing mark
1078 \x{1111}\x{ae4c}\x{1b04}\x{0711}\x{1b04}L, LV, spacing mark, extend, spacing mark
1081 \x0d\x{1b04}CR, spacingmark
1083 \x0a\x{1b04}LF, spacingmark
1085 \x09\x{1b04}Control, spacingmark
Dtestoutput61397 \x{1b04}\x{1b04}X
1398 0: \x{1b04}\x{1b04}
1487 \x{1111}\x{ae4c}\x{1b04}L, LV, spacing mark
1488 0: \x{1111}\x{ae4c}\x{1b04}
1490 \x{1111}\x{ae4c}\x{1b04}\x{0711}\x{1b04}L, LV, spacing mark, extend, spacing mark
1491 0: \x{1111}\x{ae4c}\x{1b04}\x{711}\x{1b04}
1499 \x0d\x{1b04}CR, spacingmark
1501 0+ \x{1b04}CR, spacingmark
1505 \x0a\x{1b04}LF, spacingmark
1507 0+ \x{1b04}LF, spacingmark
[all …]
Dtestinput6828 \x{1b04}\x{1b04}X
858 \x{1111}\x{ae4c}\x{1b04}L, LV, spacing mark
859 \x{1111}\x{ae4c}\x{1b04}\x{0711}\x{1b04}L, LV, spacing mark, extend, spacing mark
862 \x0d\x{1b04}CR, spacingmark
864 \x0a\x{1b04}LF, spacingmark
866 \x09\x{1b04}Control, spacingmark
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/
Dgl-matrix.js1324 b04 = a01 * a13 - a03 * a11,
1334 det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06;
1349 out[6] = (a31 * b05 - a32 * b04 + a33 * b03) * det;
1351 out[8] = (a30 * b04 - a31 * b02 + a33 * b00) * det;
1585 b04 = a01 * a13 - a03 * a11,
1595 det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06;
1604 out[2] = (a31 * b05 - a32 * b04 + a33 * b03) * det;
1605 out[3] = (a22 * b04 - a21 * b05 - a23 * b03) * det;
1612 out[10] = (a30 * b04 - a31 * b02 + a33 * b00) * det;
1613 out[11] = (a21 * b02 - a20 * b04 - a23 * b00) * det;
[all …]
/external/dng_sdk/source/
Ddng_bad_pixels.cpp917 int32 b04 = p0 [4]; in FixIsolatedPixel() local
975 est3 = b04 + b40; in FixIsolatedPixel()
977 grad3 = Abs_int32 (b04 - b40) + in FixIsolatedPixel()
/external/v8/test/mjsunit/es6/
Dclasses-subclass-builtins.js751 this.b04 = 0
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym426 20b04 c 339 6
3707 27b04 8 1584 82
4153 28b04 8 229 6
8137 32b04 c 143 17
8581 33b04 4 1552 82
8991 34b04 8 52 20
10668 FUNC 38b04 3c 0 testing::internal::TestFactoryImpl<(anonymous namespace)::MinidumpWriterTest_Delete…
10669 38b04 10 486 85
14074 40b04 10 350 135
15396 43b04 4 621 85
[all …]
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym921 14b04 2 504 27
10305 24b04 6 156 137
11391 26b04 6 156 137
18781 34b04 6 273 59
20604 37b04 10 180 78
26453 40b04 c 1292 95
27480 FUNC 42b04 20 0 testing::internal::FilePath::CreateFolder
27481 42b04 2 325 90
28898 44b04 c 127 10
31094 47b04 2 751 26
[all …]
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Domap_reorder_bbs.sym2119 FUNC 1b04 12 0 _malloc_crt
2128 1b04 12 45 333
5271 STACK WIN 4 1b04 12 0 0 4 0 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + =
5279 STACK WIN 4 1b04 12 0 0 4 4 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $23 $T0 …
5286 STACK WIN 4 1b04 12 0 0 4 8 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $23 $T0 …
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym1855 6b04 8 1588 23
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz2
/external/google-breakpad/src/processor/testdata/
Dmodule0.out10464 9b04 1 70 5665
17261 19b04 2 139 4033
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym10464 9b04 1 70 5665
17261 19b04 2 139 4033
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym2940 STACK CFI 37b04 .cfa: $rsp 32 +