HomeSort by relevance Sort by last modified time
    Searched refs:quad (Results 51 - 75 of 344) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/MC/MachO/
data.s 8 .quad 0xABCDABCDABCDABCD
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
merge5.s 11 .quad .LC2
12 .quad .LC4
13 .quad .LC6
14 .quad .LC7
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-8.s 3 .quad areg-4
start3.s 5 .quad x+41
6 .quad x2+42
  /external/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 14 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
25 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped);
33 result = intersections.horizontal(quad, left, right, line[0].fY, flipped);
35 intersections.intersect(quad, line);
41 static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad,
46 str += sprintf(str, " path.moveTo(%1.9g, %1.9g);\n", quad[0].fX, quad[0].fY);
47 str += sprintf(str, " path.quadTo(%1.9g, %1.9g, %1.9g, %1.9g);\n", quad[1].fX,
48 quad[1].fY, quad[2].fX, quad[2].fY)
83 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by}, local
    [all...]
PathOpsQuadLineIntersectionTest.cpp 16 SkDQuad quad; member in struct:lineQuad
21 // quad line results
31 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
42 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped);
50 result = intersections.horizontal(quad, left, right, line[0].fY, flipped);
52 intersections.intersect(quad, line);
59 SkDQuad quad; member in struct:oneLineQuad
82 const SkDQuad& quad = oneOffs[index].quad; local
83 SkASSERT(ValidQuad(quad));
109 const SkDQuad& quad = lineQuadTests[index].quad; local
    [all...]
  /external/llvm/test/MC/MachO/AArch64/
ld64-workaround.s 49 .quad 42
53 .quad 42
54 .quad 42
57 .quad Lcfstring
58 .quad Llit4
59 .quad Llit8
60 .quad Llit16
  /external/compiler-rt/lib/builtins/i386/
floatundidf.S 24 .quad 0x4330000000000000
28 .quad 0x4530000000100000
32 .quad 0x4530000000000000
  /external/compiler-rt/lib/builtins/x86_64/
floatundidf.S 24 .quad 0x4330000000000000
28 .quad 0x4530000000100000
32 .quad 0x4530000000000000
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-size-5.s 19 .quad xxx@SIZE - 1
20 .quad yyy@SIZE + 200
21 .quad zzz@SIZE
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
oldtlslib.s 10 .quad .__tls_get_addr
11 .quad .TOC.@tocbase
12 .quad 0
funv1.s 5 .quad .Lmy_func, .TOC.@tocbase
tocopt2.s 4 .quad x
tocopt3.s 3 .quad x
  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 177 void QuadRenderer::render (const Quad& quad) const
181 quad.posA.x(), quad.posA.y(), quad.depth[0], 1.0f,
182 quad.posA.x(), quad.posB.y(), quad.depth[1], 1.0f,
183 quad.posB.x(), quad.posA.y(), quad.depth[2], 1.0f
    [all...]
  /external/skia/src/pathops/
SkReduceOrder.cpp 16 static int coincident_line(const SkDQuad& quad, SkDQuad& reduction) {
17 reduction[0] = reduction[1] = quad[0];
25 static int vertical_line(const SkDQuad& quad, SkDQuad& reduction) {
26 reduction[0] = quad[0];
27 reduction[1] = quad[2];
31 static int horizontal_line(const SkDQuad& quad, SkDQuad& reduction) {
32 reduction[0] = quad[0];
33 reduction[1] = quad[2];
37 static int check_linear(const SkDQuad& quad,
39 if (!quad.isLinear(0, 2))
244 SkDQuad quad; local
    [all...]
  /external/llvm/test/MC/COFF/
cross-section-relative.s 30 .quad (g3-t1)+4
35 .quad g3-t2
40 .quad (g3-t3)-4
57 .quad 256 # 0x100
  /external/llvm/test/MC/ELF/
debug-line.s 49 .quad l
  /external/llvm/test/MC/PowerPC/
tls-gd-obj.s 16 .quad .L.main
17 .quad .TOC.@tocbase
18 .quad 0
32 .quad 0
tls-ld-obj.s 15 .quad .L.main
16 .quad .TOC.@tocbase
17 .quad 0
33 .quad 0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
ifunc-13a.s 11 .quad ifunc
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc-13a-x86-64.s 10 .quad ifunc
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pr13082-2.s 9 .quad _start
pr17306a.s 4 .quad -1
unique1.s 9 .quad 8

Completed in 567 milliseconds

1 23 4 5 6 7 8 91011>>