HomeSort by relevance Sort by last modified time
    Searched refs:quad (Results 1 - 25 of 428) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/MachO/
thread_init_func.s 4 .quad 0
tlv.s 6 .quad 0
7 .quad 0
8 .quad 0
bad-darwin-x86_64-diff-relocs.s 4 .quad _foo - _bar
bad-darwin-x86_64-reloc-expr.s 4 .quad (0x1234 + (4 * SOME_VALUE))
darwin-x86_64-diff-relocs.s 95 .quad 4
96 // .quad _baz
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 - _g
    [all...]
darwin-x86_64-reloc.s 21 .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 L
    [all...]
tls.s 13 .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_bootstra
    [all...]
  /external/llvm/test/MC/ELF/
dot-symbol-assignment.s 4 .quad 0xffffffffffffffff
8 .quad 0xeeeeeeeeeeeeeeee
12 .quad 0xdddddddddddddddd
bad-expr.s 8 .quad x-__executable_start
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticBounds.cpp 11 double leftMostT(const Quadratic& quad, double startT, double endT) {
13 if (findExtrema(quad[0].x, quad[1].x, quad[2].x, &leftT)
18 xy_at_t(quad, startT, startPt.x, startPt.y);
20 xy_at_t(quad, endT, endPt.x, endPt.y);
24 void _Rect::setBounds(const Quadratic& quad) {
25 set(quad[0]);
26 add(quad[2]);
29 if (!between(quad[0].x, quad[1].x, quad[2].x))
    [all...]
QuadraticReduceOrder.cpp 19 static int coincident_line(const Quadratic& quad, Quadratic& reduction) {
20 reduction[0] = reduction[1] = quad[0];
24 static int vertical_line(const Quadratic& quad, ReduceOrder_Styles reduceStyle,
27 reduction[0] = quad[0];
28 reduction[1] = quad[2];
34 if (findExtrema(quad[0].y, quad[1].y, quad[2].y, &tValue)) {
35 double yExtrema = interp_quad_coords(quad[0].y, quad[1].y, quad[2].y, tValue)
    [all...]
QuadraticLineSegments.cpp 11 void hodograph(const Quadratic& quad, _Line& hodo) {
12 hodo[0].x = 2 * (quad[1].x - quad[0].x);
13 hodo[0].y = 2 * (quad[1].y - quad[0].y);
14 hodo[1].x = 2 * (quad[2].x - quad[1].x);
15 hodo[1].y = 2 * (quad[2].y - quad[1].y);
19 void secondHodograph(const Quadratic& quad, _Point& hodo2)
    [all...]
  /external/skia/experimental/Intersection/
QuadraticBounds.cpp 11 double leftMostT(const Quadratic& quad, double startT, double endT) {
13 if (findExtrema(quad[0].x, quad[1].x, quad[2].x, &leftT)
18 xy_at_t(quad, startT, startPt.x, startPt.y);
20 xy_at_t(quad, endT, endPt.x, endPt.y);
24 void _Rect::setBounds(const Quadratic& quad) {
25 set(quad[0]);
26 add(quad[2]);
29 if (!between(quad[0].x, quad[1].x, quad[2].x))
    [all...]
QuadraticReduceOrder.cpp 19 static int coincident_line(const Quadratic& quad, Quadratic& reduction) {
20 reduction[0] = reduction[1] = quad[0];
24 static int vertical_line(const Quadratic& quad, ReduceOrder_Styles reduceStyle,
27 reduction[0] = quad[0];
28 reduction[1] = quad[2];
34 if (findExtrema(quad[0].y, quad[1].y, quad[2].y, &tValue)) {
35 double yExtrema = interp_quad_coords(quad[0].y, quad[1].y, quad[2].y, tValue)
    [all...]
QuadraticLineSegments.cpp 11 void hodograph(const Quadratic& quad, _Line& hodo) {
12 hodo[0].x = 2 * (quad[1].x - quad[0].x);
13 hodo[0].y = 2 * (quad[1].y - quad[0].y);
14 hodo[1].x = 2 * (quad[2].x - quad[1].x);
15 hodo[1].y = 2 * (quad[2].y - quad[1].y);
19 void secondHodograph(const Quadratic& quad, _Point& hodo2)
    [all...]
  /external/chromium-trace/trace-viewer/src/ui/
quad_view.css 6 quad-view {
10 quad-view,
11 quad-view > * {
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FloatQuadTestHelpers.h 41 inline void PrintTo(const FloatQuad& quad, ::std::ostream* os)
45 << std::setprecision(4) << "(" << quad.p1().x() << "f, " << quad.p1().y() << "f),"
46 << std::setprecision(4) << "(" << quad.p2().x() << "f, " << quad.p2().y() << "f),"
47 << std::setprecision(4) << "(" << quad.p3().x() << "f, " << quad.p3().y() << "f),"
48 << std::setprecision(4) << "(" << quad.p4().x() << "f, " << quad.p4().y() << "f))";
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_pipe.c 35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad)
37 quad->next = sp->quad.first;
38 sp->quad.first = quad;
53 sp->quad.first = sp->quad.blend;
56 insert_stage_at_head( sp, sp->quad.shade );
57 insert_stage_at_head( sp, sp->quad.depth_test );
60 insert_stage_at_head( sp, sp->quad.depth_test )
    [all...]
  /external/llvm/test/MC/AsmParser/
directive_values.s 19 # 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 429496729
    [all...]
directive_tlv.s 6 # CHECK: .quad 0
11 .quad 0
12 .quad 0
13 .quad 0
directive_thread_init_func.s 4 # CHECK: .quad 0
7 .quad 0
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_pipe.c 35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad)
37 quad->next = sp->quad.first;
38 sp->quad.first = quad;
53 sp->quad.first = sp->quad.blend;
56 insert_stage_at_head( sp, sp->quad.shade );
57 insert_stage_at_head( sp, sp->quad.depth_test );
60 insert_stage_at_head( sp, sp->quad.depth_test )
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsRect.cpp 17 void SkDRect::setBounds(const SkDQuad& quad) {
18 set(quad[0]);
19 add(quad[2]);
22 if (!between(quad[0].fX, quad[1].fX, quad[2].fX)) {
23 roots = SkDQuad::FindExtrema(quad[0].fX, quad[1].fX, quad[2].fX, tValues);
25 if (!between(quad[0].fY, quad[1].fY, quad[2].fY))
    [all...]
  /external/skia/src/pathops/
SkPathOpsRect.cpp 17 void SkDRect::setBounds(const SkDQuad& quad) {
18 set(quad[0]);
19 add(quad[2]);
22 if (!between(quad[0].fX, quad[1].fX, quad[2].fX)) {
23 roots = SkDQuad::FindExtrema(quad[0].fX, quad[1].fX, quad[2].fX, tValues);
25 if (!between(quad[0].fY, quad[1].fY, quad[2].fY))
    [all...]
  /external/chromium_org/cc/surfaces/
surface_aggregator_test_helpers.h 25 struct Quad {
26 static Quad SolidColorQuad(SkColor color) {
27 Quad quad; local
28 quad.material = DrawQuad::SOLID_COLOR;
29 quad.color = color;
30 return quad;
33 static Quad SurfaceQuad(SurfaceId surface_id) {
34 Quad quad; local
41 Quad quad; local
    [all...]

Completed in 517 milliseconds

1 2 3 4 5 6 7 8 91011>>