Home
last modified time | relevance | path

Searched refs:quad (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/external/llvm/test/MC/AsmParser/
Ddirective_values.s19 # CHECK: .quad 9
21 .quad 9
26 .quad 0b0100
27 .quad 4294967295
28 .quad 4294967295+1
29 .quad 4294967295LL+1
30 .quad 0b10LL + 07ULL + 0x42AULL
32 # CHECK: .quad 4
33 # CHECK: .quad 4294967295
34 # CHECK: .quad 4294967296
[all …]
Dfloating-literals.s22 # CHECK: .quad 4617315517961601024
23 # CHECK: .quad 4597526701198935065
24 # CHECK: .quad -4600933674317040845
27 # CHECK: .quad 0
30 # CHECK: .quad -4570379565595099136
32 # CHECK: .quad -4690170861623122860
34 # CHECK: .quad -4465782973978902528
36 # CHECK: .quad 4681608360884174848
38 # CHECK: .quad 4681608360884174848
40 # CHECK: .quad 4611686018427387904
[all …]
/external/llvm/test/MC/MachO/
Ddarwin-x86_64-diff-relocs.s95 .quad 4
97 .quad _g2
98 .quad L2
99 .quad _g3
100 .quad L3
101 .quad L2 - _g2
102 .quad _g3 - _g2
103 .quad L3 - _g2
104 .quad L3 - _g3
106 .quad _g0
[all …]
Ddarwin-x86_64-reloc.s21 .quad _foo
23 .quad _foo+4
24 .quad _foo - _bar
25 .quad _foo - _bar + 4
35 .quad L1
37 .quad L0
39 .quad _foo - L_pc
40 .quad _foo - L1
42 .quad L1 - _prev
49 .quad L1
[all …]
Dtls.s13 .quad ___tlv_bootstrap
14 .quad 0
15 .quad _c$tlv$init
26 .quad ___tlv_bootstrap
27 .quad 0
28 .quad _d$tlv$init
34 .quad ___tlv_bootstrap
35 .quad 0
36 .quad _a$tlv$init
42 .quad ___tlv_bootstrap
[all …]
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Ddarwin-x86_64-diff-relocs.s95 .quad 4
97 .quad _g2
98 .quad L2
99 .quad _g3
100 .quad L3
101 .quad L2 - _g2
102 .quad _g3 - _g2
103 .quad L3 - _g2
104 .quad L3 - _g3
106 .quad _g0
[all …]
Ddarwin-x86_64-reloc.s21 .quad _foo
23 .quad _foo+4
24 .quad _foo - _bar
25 .quad _foo - _bar + 4
35 .quad L1
37 .quad L0
39 .quad _foo - L_pc
40 .quad _foo - L1
42 .quad L1 - _prev
49 .quad L1
[all …]
Dtls.s13 .quad ___tlv_bootstrap
14 .quad 0
15 .quad _c$tlv$init
26 .quad ___tlv_bootstrap
27 .quad 0
28 .quad _d$tlv$init
34 .quad ___tlv_bootstrap
35 .quad 0
36 .quad _a$tlv$init
42 .quad ___tlv_bootstrap
[all …]
/external/skia/src/pathops/
DSkReduceOrder.cpp17 static int coincident_line(const SkDQuad& quad, SkDQuad& reduction) { in coincident_line() argument
18 reduction[0] = reduction[1] = quad[0]; in coincident_line()
26 static int vertical_line(const SkDQuad& quad, SkDQuad& reduction) { in vertical_line() argument
27 reduction[0] = quad[0]; in vertical_line()
28 reduction[1] = quad[2]; in vertical_line()
32 static int horizontal_line(const SkDQuad& quad, SkDQuad& reduction) { in horizontal_line() argument
33 reduction[0] = quad[0]; in horizontal_line()
34 reduction[1] = quad[2]; in horizontal_line()
38 static int check_linear(const SkDQuad& quad, in check_linear() argument
40 if (!quad.isLinear(0, 2)) { in check_linear()
[all …]
/external/skqp/src/pathops/
DSkReduceOrder.cpp17 static int coincident_line(const SkDQuad& quad, SkDQuad& reduction) { in coincident_line() argument
18 reduction[0] = reduction[1] = quad[0]; in coincident_line()
26 static int vertical_line(const SkDQuad& quad, SkDQuad& reduction) { in vertical_line() argument
27 reduction[0] = quad[0]; in vertical_line()
28 reduction[1] = quad[2]; in vertical_line()
32 static int horizontal_line(const SkDQuad& quad, SkDQuad& reduction) { in horizontal_line() argument
33 reduction[0] = quad[0]; in horizontal_line()
34 reduction[1] = quad[2]; in horizontal_line()
38 static int check_linear(const SkDQuad& quad, in check_linear() argument
40 if (!quad.isLinear(0, 2)) { in check_linear()
[all …]
/external/deqp/modules/glshared/
DglsFragmentOpUtil.cpp177 void QuadRenderer::render (const Quad& quad) const in render()
181 quad.posA.x(), quad.posA.y(), quad.depth[0], 1.0f, in render()
182 quad.posA.x(), quad.posB.y(), quad.depth[1], 1.0f, in render()
183 quad.posB.x(), quad.posA.y(), quad.depth[2], 1.0f, in render()
184 quad.posB.x(), quad.posB.y(), quad.depth[3], 1.0f in render()
189 DE_STATIC_ASSERT(sizeof(quad.color) == sizeof(float)*4*4); in render()
190 DE_STATIC_ASSERT(sizeof(quad.color1) == sizeof(float)*4*4); in render()
195 vertexArrays.push_back(glu::va::Float(m_colorLoc, 4, 4, 0, (const float*)&quad.color[0])); in render()
198 vertexArrays.push_back(glu::va::Float(m_color1Loc, 4, 4, 0, (const float*)&quad.color1[0])); in render()
226 const IntegerQuad& quad, in render() argument
[all …]
/external/skia/tests/
DPathOpsQuadLineIntersectionThreadedTest.cpp16 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() argument
27 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped); in doIntersect()
35 result = intersections.horizontal(quad, left, right, line[0].fY, flipped); in doIntersect()
37 intersections.intersect(quad, line); in doIntersect()
43 static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad, in testLineIntersect() argument
46 pathStr.appendf(" path.moveTo(%1.9g, %1.9g);\n", quad[0].fX, quad[0].fY); in testLineIntersect()
47 pathStr.appendf(" path.quadTo(%1.9g, %1.9g, %1.9g, %1.9g);\n", quad[1].fX, in testLineIntersect()
48 quad[1].fY, quad[2].fX, quad[2].fY); in testLineIntersect()
54 int result = doIntersect(intersections, quad, line, flipped); in testLineIntersect()
58 SkDPoint quadXY = quad.ptAtT(quadT); in testLineIntersect()
[all …]
DPathOpsQuadLineIntersectionTest.cpp16 QuadPts quad; member
31 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() argument
42 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped); in doIntersect()
50 result = intersections.horizontal(quad, left, right, line[0].fY, flipped); in doIntersect()
52 intersections.intersect(quad, line); in doIntersect()
59 QuadPts quad; member
82 const QuadPts& q = oneOffs[index].quad; in testOneOffs()
83 SkDQuad quad; in testOneOffs() local
84 quad.debugSet(q.fPts); in testOneOffs()
85 SkASSERT(ValidQuad(quad)); in testOneOffs()
[all …]
DStrokerTest.cpp236 SkPoint quad[3]; in DEF_TEST() local
237 quad[0].fX = r.nextRangeF(0, 500); in DEF_TEST()
238 quad[0].fY = r.nextRangeF(0, 500); in DEF_TEST()
241 quad[1].fX = r.nextRangeF(0, 500); in DEF_TEST()
242 quad[1].fY = r.nextRangeF(0, 500); in DEF_TEST()
243 } while (SkPointPriv::DistanceToSqd(quad[0], quad[1]) < halfSquared); in DEF_TEST()
245 quad[2].fX = r.nextRangeF(0, 500); in DEF_TEST()
246 quad[2].fY = r.nextRangeF(0, 500); in DEF_TEST()
247 } while (SkPointPriv::DistanceToSqd(quad[0], quad[2]) < halfSquared in DEF_TEST()
248 || SkPointPriv::DistanceToSqd(quad[1], quad[2]) < halfSquared); in DEF_TEST()
[all …]
/external/skqp/tests/
DPathOpsQuadLineIntersectionThreadedTest.cpp16 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() argument
27 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped); in doIntersect()
35 result = intersections.horizontal(quad, left, right, line[0].fY, flipped); in doIntersect()
37 intersections.intersect(quad, line); in doIntersect()
43 static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad, in testLineIntersect() argument
46 pathStr.appendf(" path.moveTo(%1.9g, %1.9g);\n", quad[0].fX, quad[0].fY); in testLineIntersect()
47 pathStr.appendf(" path.quadTo(%1.9g, %1.9g, %1.9g, %1.9g);\n", quad[1].fX, in testLineIntersect()
48 quad[1].fY, quad[2].fX, quad[2].fY); in testLineIntersect()
54 int result = doIntersect(intersections, quad, line, flipped); in testLineIntersect()
58 SkDPoint quadXY = quad.ptAtT(quadT); in testLineIntersect()
[all …]
DPathOpsQuadLineIntersectionTest.cpp16 QuadPts quad; member
31 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() argument
42 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped); in doIntersect()
50 result = intersections.horizontal(quad, left, right, line[0].fY, flipped); in doIntersect()
52 intersections.intersect(quad, line); in doIntersect()
59 QuadPts quad; member
82 const QuadPts& q = oneOffs[index].quad; in testOneOffs()
83 SkDQuad quad; in testOneOffs() local
84 quad.debugSet(q.fPts); in testOneOffs()
85 SkASSERT(ValidQuad(quad)); in testOneOffs()
[all …]
DStrokerTest.cpp236 SkPoint quad[3]; in DEF_TEST() local
237 quad[0].fX = r.nextRangeF(0, 500); in DEF_TEST()
238 quad[0].fY = r.nextRangeF(0, 500); in DEF_TEST()
241 quad[1].fX = r.nextRangeF(0, 500); in DEF_TEST()
242 quad[1].fY = r.nextRangeF(0, 500); in DEF_TEST()
243 } while (SkPointPriv::DistanceToSqd(quad[0], quad[1]) < halfSquared); in DEF_TEST()
245 quad[2].fX = r.nextRangeF(0, 500); in DEF_TEST()
246 quad[2].fY = r.nextRangeF(0, 500); in DEF_TEST()
247 } while (SkPointPriv::DistanceToSqd(quad[0], quad[2]) < halfSquared in DEF_TEST()
248 || SkPointPriv::DistanceToSqd(quad[1], quad[2]) < halfSquared); in DEF_TEST()
[all …]
/external/boringssl/mac-x86_64/crypto/fipsmodule/
Dvpaes-x86_64.S739 .quad 0x0E05060F0D080180, 0x040703090A0B0C02
740 .quad 0x01040A060F0B0780, 0x030D0E0C02050809
743 .quad 0x0F0F0F0F0F0F0F0F, 0x0F0F0F0F0F0F0F0F
746 .quad 0xC2B2E8985A2A7000, 0xCABAE09052227808
747 .quad 0x4C01307D317C4D00, 0xCD80B1FCB0FDCC81
750 .quad 0xB19BE18FCB503E00, 0xA5DF7A6E142AF544
751 .quad 0x3618D415FAE22300, 0x3BF7CCC10D2ED9EF
753 .quad 0xE27A93C60B712400, 0x5EB7E955BC982FCD
754 .quad 0x69EB88400AE12900, 0xC2A163C8AB82234A
756 .quad 0xD0D26D176FBDC700, 0x15AABF7AC502A878
[all …]
/external/boringssl/linux-x86_64/crypto/fipsmodule/
Dvpaes-x86_64.S739 .quad 0x0E05060F0D080180, 0x040703090A0B0C02
740 .quad 0x01040A060F0B0780, 0x030D0E0C02050809
743 .quad 0x0F0F0F0F0F0F0F0F, 0x0F0F0F0F0F0F0F0F
746 .quad 0xC2B2E8985A2A7000, 0xCABAE09052227808
747 .quad 0x4C01307D317C4D00, 0xCD80B1FCB0FDCC81
750 .quad 0xB19BE18FCB503E00, 0xA5DF7A6E142AF544
751 .quad 0x3618D415FAE22300, 0x3BF7CCC10D2ED9EF
753 .quad 0xE27A93C60B712400, 0x5EB7E955BC982FCD
754 .quad 0x69EB88400AE12900, 0xC2A163C8AB82234A
756 .quad 0xD0D26D176FBDC700, 0x15AABF7AC502A878
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_pipe.c35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad) in insert_stage_at_head() argument
37 quad->next = sp->quad.first; in insert_stage_at_head()
38 sp->quad.first = quad; in insert_stage_at_head()
54 sp->quad.first = sp->quad.blend; in sp_build_quad_pipeline()
58 insert_stage_at_head( sp, sp->quad.shade ); in sp_build_quad_pipeline()
59 insert_stage_at_head( sp, sp->quad.depth_test ); in sp_build_quad_pipeline()
62 insert_stage_at_head( sp, sp->quad.depth_test ); in sp_build_quad_pipeline()
63 insert_stage_at_head( sp, sp->quad.shade ); in sp_build_quad_pipeline()
68 insert_stage_at_head( sp, sp->quad.pstipple ); in sp_build_quad_pipeline()
Dsp_quad_depth_test.c62 const struct quad_header *quad ) in get_depth_stencil_values() argument
70 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values()
71 int y = quad->input.y0 % TILE_SIZE + (j >> 1); in get_depth_stencil_values()
77 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values()
78 int y = quad->input.y0 % TILE_SIZE + (j >> 1); in get_depth_stencil_values()
85 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values()
86 int y = quad->input.y0 % TILE_SIZE + (j >> 1); in get_depth_stencil_values()
94 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values()
95 int y = quad->input.y0 % TILE_SIZE + (j >> 1); in get_depth_stencil_values()
102 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values()
[all …]
Dsp_setup.c96 struct quad_header quad[MAX_QUADS]; member
128 quad_clip(struct setup_context *setup, struct quad_header *quad) in quad_clip() argument
130 unsigned viewport_index = quad[0].input.viewport_index; in quad_clip()
137 if (quad->input.x0 >= maxx || in quad_clip()
138 quad->input.y0 >= maxy || in quad_clip()
139 quad->input.x0 + 1 < minx || in quad_clip()
140 quad->input.y0 + 1 < miny) { in quad_clip()
142 quad->inout.mask = 0x0; in quad_clip()
145 if (quad->input.x0 < minx) in quad_clip()
146 quad->inout.mask &= (MASK_BOTTOM_RIGHT | MASK_TOP_RIGHT); in quad_clip()
[all …]
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
Ddirective_values.s19 # CHECK: .quad 9
21 .quad 9
26 .quad 0b0100
27 .quad 4294967295
28 .quad 4294967295+1
29 .quad 4294967295LL+1
30 .quad 0b10LL + 07ULL + 0x42AULL
32 # CHECK: .quad 4
33 # CHECK: .quad 4294967295
34 # CHECK: .quad 4294967296
[all …]
Dfloating-literals.s21 # CHECK: .quad 4617315517961601024
22 # CHECK: .quad 4597526701198935065
23 # CHECK: .quad -4600933674317040845
26 # CHECK: .quad 0
29 # CHECK: .quad -4570379565595099136
31 # CHECK: .quad -4690170861623122860
33 # CHECK: .quad -4465782973978902528
35 # CHECK: .quad 4681608360884174848
37 # CHECK: .quad 4681608360884174848
39 # CHECK: .quad 4611686018427387904
/external/valgrind/coregrind/m_syswrap/
Dsyscall-amd64-darwin.S225 ML_(blksys_setup_MACH): .quad MK_L_SCCLASS_N(MACH,1)
226 ML_(blksys_restart_MACH): .quad MK_L_SCCLASS_N(MACH,2)
227 ML_(blksys_complete_MACH): .quad MK_L_SCCLASS_N(MACH,3)
228 ML_(blksys_committed_MACH): .quad MK_L_SCCLASS_N(MACH,4)
229 ML_(blksys_finished_MACH): .quad MK_L_SCCLASS_N(MACH,5)
236 ML_(blksys_setup_MDEP): .quad MK_L_SCCLASS_N(MDEP,1)
237 ML_(blksys_restart_MDEP): .quad MK_L_SCCLASS_N(MDEP,2)
238 ML_(blksys_complete_MDEP): .quad MK_L_SCCLASS_N(MDEP,3)
239 ML_(blksys_committed_MDEP): .quad MK_L_SCCLASS_N(MDEP,4)
240 ML_(blksys_finished_MDEP): .quad MK_L_SCCLASS_N(MDEP,5)
[all …]

12345678910>>...21