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

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
tls.s 14 gd4: .quad 0x123456789abcdef0
15 ld4: .quad 0x23456789abcdef01
16 ld5: .quad 0x3456789abcdef012
17 ld6: .quad 0x456789abcdef0123
18 ie4: .quad 0x56789abcdef01234
19 le4: .quad 0x6789abcdef012345
20 le5: .quad 0x789abcdef0123456
25 .quad .L_start,.TOC.@tocbase,0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
compressed1.s 35 .quad .Ltext0
36 .quad .Letext0
67 .quad .LFB0
68 .quad .LFE0
156 .quad .Ltext0
157 .quad .Letext0-.Ltext0
158 .quad 0x0
159 .quad 0x0
  /external/boringssl/linux-x86_64/crypto/aes/
vpaes-x86_64.S 739 .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, 0x15AABF7AC502A87
    [all...]
  /external/boringssl/mac-x86_64/crypto/aes/
vpaes-x86_64.S 739 .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, 0x15AABF7AC502A87
    [all...]
  /external/llvm/test/MC/COFF/
early-dce.s 9 .quad 0
  /external/llvm/test/MC/MachO/
variable-exprs.s 47 .quad Lt0_x
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.h 39 struct pipe_vertex_buffer quad; member in struct:vl_matrix_filter
vl_median_filter.h 47 struct pipe_vertex_buffer quad; member in struct:vl_median_filter
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.c 105 if (softpipe->quad.shade)
106 softpipe->quad.shade->destroy( softpipe->quad.shade );
108 if (softpipe->quad.depth_test)
109 softpipe->quad.depth_test->destroy( softpipe->quad.depth_test );
111 if (softpipe->quad.blend)
112 softpipe->quad.blend->destroy( softpipe->quad.blend );
114 if (softpipe->quad.pstipple
    [all...]
  /external/skia/src/pathops/
SkPathOpsTSect.cpp 17 int SkIntersections::intersect(const SkDConic& conic, const SkDQuad& quad) {
19 SkTSect<SkDQuad, SkDConic> sect2(quad PATH_OPS_DEBUG_T_SECT_PARAMS(2));
31 int SkIntersections::intersect(const SkDCubic& cubic, const SkDQuad& quad) {
33 SkTSect<SkDQuad, SkDCubic> sect2(quad PATH_OPS_DEBUG_T_SECT_PARAMS(2));
SkPathOpsCurve.h 30 void set(const SkDQuad& quad) {
32 fPts[index] = quad[index].asSkPoint();
93 SkDQuad quad; local
94 quad.set(a);
95 return quad.ptAtT(t);
149 SkDQuad quad; local
150 quad.set(a);
151 return quad.dxdyAtT(t);
206 SkDQuad quad; local
207 quad.set(a)
244 SkDQuad quad; local
285 SkDQuad quad; local
290 SkDQuad quad; local
    [all...]
  /external/compiler-rt/lib/builtins/i386/
floatundisf.S 24 .quad 0x43f0000000000000
25 twop64: .quad 0x0000000000000000
59 .quad 0x4330000000000000
60 .quad 0x0000000000000fff
64 .quad 0x0000000000000000
  /external/skia/include/core/
SkRSXform.h 28 * and anchor-point ax,ay within the src quad.
60 void toQuad(SkScalar width, SkScalar height, SkPoint quad[4]) const;
61 void toQuad(const SkSize& size, SkPoint quad[4]) const {
62 this->toQuad(size.width(), size.height(), quad);
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 129 static void renderQuad (const glw::Functions& gl, gls::FragmentOpUtil::QuadRenderer& renderer, const gls::FragmentOpUtil::IntegerQuad& quad, int baseX, int baseY)
131 gls::FragmentOpUtil::Quad translated;
133 std::copy(DE_ARRAY_BEGIN(quad.color), DE_ARRAY_END(quad.color), DE_ARRAY_BEGIN(translated.color));
135 bool flipX = quad.posB.x() < quad.posA.x();
136 bool flipY = quad.posB.y() < quad.posA.y();
137 int viewportX = de::min(quad.posA.x(), quad.posB.x())
    [all...]
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 129 static void renderQuad (const glw::Functions& gl, gls::FragmentOpUtil::QuadRenderer& renderer, const gls::FragmentOpUtil::IntegerQuad& quad, int baseX, int baseY)
131 gls::FragmentOpUtil::Quad translated;
133 std::copy(DE_ARRAY_BEGIN(quad.color), DE_ARRAY_END(quad.color), DE_ARRAY_BEGIN(translated.color));
135 bool flipX = quad.posB.x() < quad.posA.x();
136 bool flipY = quad.posB.y() < quad.posA.y();
137 int viewportX = de::min(quad.posA.x(), quad.posB.x())
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syscall-s390x-linux.S 158 ML_(blksys_setup): .quad 1b
159 ML_(blksys_restart): .quad 2b
160 ML_(blksys_complete): .quad 3b
161 ML_(blksys_committed): .quad 4b
162 ML_(blksys_finished): .quad 5b
syscall-tilegx-linux.S 178 ML_(blksys_setup): .quad 1b
179 ML_(blksys_restart): .quad 2b
180 ML_(blksys_complete): .quad 3b
181 ML_(blksys_committed): .quad 4b
182 ML_(blksys_finished): .quad 5b
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
StatsFilter.java 33 import androidx.media.filterfw.geometry.Quad;
49 private Quad mCropRect = Quad.fromRect(0f, 0f, 1f, 1f);
67 .addInputPort("cropRect", Signature.PORT_OPTIONAL, FrameType.single(Quad.class))
81 private void calcMeanAndStd(ByteBuffer pixelBuffer, int width, int height, Quad quad) {
84 regionscore(pixelBuffer, width, height, quad.topLeft().x, quad.topLeft().y,
85 quad.bottomRight().x, quad.bottomRight().y, mStats)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-s390/
tlsbin_64.s 29 .quad sG6@indntpoff
31 .quad bg6@indntpoff
33 .quad bl6@indntpoff
35 .quad sh6@indntpoff
37 .quad sg3@indntpoff
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
FloatTextureTest.java 38 Mesh quad, screenQuad; field in class:FloatTextureTest
118 quad.render(fbshader, GL20.GL_TRIANGLES);
126 quad.render(fbshader, GL20.GL_TRIANGLES);
141 if (quad != null) return;
142 quad = new Mesh(true, 4, 6, new VertexAttribute(Usage.Position, 3, "a_position"), new VertexAttribute(Usage.ColorUnpacked, 4,
145 quad.setVertices(new float[] {-1, -1, 0, 1, 1, 1, 1, 0, 1, 1, -1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, -1, 1, 0,
147 quad.setIndices(new short[] {0, 1, 2, 2, 3, 0});
  /external/skia/src/gpu/batches/
GrDrawAtlasBatch.cpp 118 SkPoint quad[4]; local
120 xforms[spriteIndex].toQuad(currRect.width(), currRect.height(), quad);
138 *(reinterpret_cast<SkPoint*>(currVertex)) = quad[0];
141 bounds.growToInclude(quad[0].fX, quad[0].fY);
144 *(reinterpret_cast<SkPoint*>(currVertex)) = quad[1];
147 bounds.growToInclude(quad[1].fX, quad[1].fY);
150 *(reinterpret_cast<SkPoint*>(currVertex)) = quad[2];
153 bounds.growToInclude(quad[2].fX, quad[2].fY)
    [all...]
  /external/skia/tests/
PathOpsTestCommon.cpp 137 SkDQuad quad = cubic.toQuad(); local
138 quads.push_back(quad);
147 SkDQuad quad = part.toQuad();
148 if (quad[1].fX < bounds.fLeft) {
149 quad[1].fX = bounds.fLeft;
150 } else if (quad[1].fX > bounds.fRight) {
151 quad[1].fX = bounds.fRight;
153 if (quad[1].fY < bounds.fTop) {
154 quad[1].fY = bounds.fTop;
155 } else if (quad[1].fY > bounds.fBottom)
    [all...]
PathOpsAngleIdeas.cpp 41 static double testArc(skiatest::Reporter* reporter, const SkDQuad& quad, const SkDQuad& arcRef,
44 SkDVector offset = {quad[0].fX, quad[0].fY};
49 i.intersect(arc, quad);
58 i.intersect(arc, quad);
62 i.intersect(arc, quad);
74 static void orderQuads(skiatest::Reporter* reporter, const SkDQuad& quad, double radius,
89 double t = testArc(reporter, quad, circle[octant], octant);
104 static double quadAngle(skiatest::Reporter* reporter, const SkDQuad& quad, double t) {
105 const SkDVector& pt = quad.ptAtT(t) - quad[0]
    [all...]
  /external/opencv3/apps/createsamples/
utility.cpp 155 * which maps <quad> into rectangle ((0,0), (w,0), (w,h), (h,0)):
176 * (xi, yi) = (quad[i][0], quad[i][1])
180 static void cvGetPerspectiveTransform( CvSize src_size, double quad[4][2], double coeffs[3][3] )
196 a[i][0] = quad[i][0]; a[i][1] = quad[i][1]; a[i][2] = 1;
202 a[i][3] = quad[i-4][0]; a[i][4] = quad[i-4][1]; a[i][5] = 1;
210 a[1][6] = -quad[1][0] * u; a[1][7] = -quad[1][1] * u
700 double quad[4][2]; local
    [all...]
  /external/boringssl/src/crypto/aes/asm/
vpaes-x86_64.pl 971 .quad 0x0E05060F0D080180, 0x040703090A0B0C02
972 .quad 0x01040A060F0B0780, 0x030D0E0C02050809
975 .quad 0x0F0F0F0F0F0F0F0F, 0x0F0F0F0F0F0F0F0F
978 .quad 0xC2B2E8985A2A7000, 0xCABAE09052227808
979 .quad 0x4C01307D317C4D00, 0xCD80B1FCB0FDCC81
982 .quad 0xB19BE18FCB503E00, 0xA5DF7A6E142AF544
983 .quad 0x3618D415FAE22300, 0x3BF7CCC10D2ED9EF
985 .quad 0xE27A93C60B712400, 0x5EB7E955BC982FCD
986 .quad 0x69EB88400AE12900, 0xC2A163C8AB82234A
988 .quad 0xD0D26D176FBDC700, 0x15AABF7AC502A87
    [all...]

Completed in 566 milliseconds

1 2 3 4 56 7 8 91011>>