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

1 2 3 4 5 6 7 891011>>

  /external/skia/src/pathops/
SkPathOpsConic.h 61 bool hullIntersects(const SkDQuad& quad, bool* isLinear) const {
62 return fPts.hullIntersects(quad, isLinear);
SkPathOpsQuad.cpp 15 // a pair of one quad's points. If the 2nd quad's points
16 // are on the line or on the opposite side from the 1st quad's 'odd man', the
18 /* if returning true, check contains true if quad's hull collapsed, making the cubic linear
19 if returning false, check contains true if the the quad pair have only the end point in common
323 /** Quad'(t) = At + B, where
344 void SkDQuad::SetABC(const double* quad, double* a, double* b, double* c) {
345 *a = quad[0]; // a = A
346 *b = 2 * quad[2]; // b = 2*B
347 *c = quad[4]; // c =
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 23 import androidx.media.filterfw.geometry.Quad;
419 public void setSourceQuad(Quad quad) {
420 setSourceCoords(new float[] { quad.topLeft().x, quad.topLeft().y,
421 quad.topRight().x, quad.topRight().y,
422 quad.bottomLeft().x, quad.bottomLeft().y,
423 quad.bottomRight().x, quad.bottomRight().y })
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 29 * quad blending
255 * Do blending for a 2x2 quad for one color buffer.
256 * \param quadColor the incoming quad colors
257 * \param dest the destination/framebuffer quad colors
856 * Clamp all colors in a quad to [0, 1]
873 * we have to adjust (rebase) the fragment/quad colors before writing them
950 struct quad_header *quad = quads[q]; local
954 const int itx = (quad->input.x0 & (TILE_SIZE-1));
955 const int ity = (quad->input.y0 & (TILE_SIZE-1));
960 temp_quad_color[i][j] = quad->output.color[0][i][j]
1043 struct quad_header *quad = quads[q]; local
1117 struct quad_header *quad = quads[q]; local
1185 struct quad_header *quad = quads[q]; local
    [all...]
  /external/boringssl/linux-aarch64/crypto/sha/
sha512-armv8.S 976 .quad 0x428a2f98d728ae22,0x7137449123ef65cd
977 .quad 0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc
978 .quad 0x3956c25bf348b538,0x59f111f1b605d019
979 .quad 0x923f82a4af194f9b,0xab1c5ed5da6d8118
980 .quad 0xd807aa98a3030242,0x12835b0145706fbe
981 .quad 0x243185be4ee4b28c,0x550c7dc3d5ffb4e2
982 .quad 0x72be5d74f27b896f,0x80deb1fe3b1696b1
983 .quad 0x9bdc06a725c71235,0xc19bf174cf692694
984 .quad 0xe49b69c19ef14ad2,0xefbe4786384f25e3
985 .quad 0x0fc19dc68b8cd5b5,0x240ca1cc77ac9c6
    [all...]
  /external/compiler-rt/lib/builtins/
fp_extend.h 72 #error Destination should be single, double, or quad precision!
fp_trunc.h 38 #error Source should be double precision or quad precision!
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 53 static inline float triQuadInterpolate (float x, float y, const tcu::Vec4& quad)
57 return triangleInterpolate(quad.x(), quad.y(), quad.z(), x, y);
59 return triangleInterpolate(quad.w(), quad.z(), quad.y(), 1.0f-x, 1.0f-y);
  /external/boringssl/linux-x86_64/crypto/sha/
sha512-x86_64.S 1714 .quad 0x428a2f98d728ae22,0x7137449123ef65cd
1715 .quad 0x428a2f98d728ae22,0x7137449123ef65cd
1716 .quad 0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc
1717 .quad 0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc
1718 .quad 0x3956c25bf348b538,0x59f111f1b605d019
1719 .quad 0x3956c25bf348b538,0x59f111f1b605d019
1720 .quad 0x923f82a4af194f9b,0xab1c5ed5da6d8118
1721 .quad 0x923f82a4af194f9b,0xab1c5ed5da6d8118
1722 .quad 0xd807aa98a3030242,0x12835b0145706fbe
1723 .quad 0xd807aa98a3030242,0x12835b0145706fb
    [all...]
  /external/boringssl/mac-x86_64/crypto/sha/
sha512-x86_64.S 1713 .quad 0x428a2f98d728ae22,0x7137449123ef65cd
1714 .quad 0x428a2f98d728ae22,0x7137449123ef65cd
1715 .quad 0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc
1716 .quad 0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc
1717 .quad 0x3956c25bf348b538,0x59f111f1b605d019
1718 .quad 0x3956c25bf348b538,0x59f111f1b605d019
1719 .quad 0x923f82a4af194f9b,0xab1c5ed5da6d8118
1720 .quad 0x923f82a4af194f9b,0xab1c5ed5da6d8118
1721 .quad 0xd807aa98a3030242,0x12835b0145706fbe
1722 .quad 0xd807aa98a3030242,0x12835b0145706fb
    [all...]
  /external/llvm/test/MC/MachO/AArch64/
darwin-ARM64-reloc.s 22 .quad _foo
23 .quad _foo + 4
24 .quad _foo - _bar
25 .quad _foo - _bar + 4
29 .quad _foo@got
  /toolchain/binutils/binutils-2.25/gold/testsuite/
dwp_test_1b.s 194 .quad .LFE1-.LFB1
220 .quad .Ltext0
221 .quad .Letext0-.Ltext0
501 .quad .Ltext0
502 .quad .Letext0-.Ltext0
503 .quad 0
504 .quad 0
546 .quad .LFB1
547 .quad c3
  /external/opencv/cv/src/
cvcalibinit.cpp 113 int count; // Number of quad neighbors
114 int group_idx; // quad group ID
115 int row, col; // row and column of this quad
117 float edge_len; // quad edge len, in pix^2
119 CvCBCorner *corners[4]; // Coordinates of quad corners
120 struct CvCBQuad *neighbors[4]; // Pointers of quad neighbors
151 static void icvOrderQuad(CvCBQuad *quad, CvCBCorner *corner, int common);
157 static int icvAddOuterQuad(CvCBQuad *quad, CvCBQuad **quads, int quad_count,
288 PRINTF("EX quad count: %d/%d\n", quad_count, expected_corners_num);
333 PRINTF("Quad count: %d/%d\n", quad_count, expected_corners_num)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fRasterizationTests.cpp     [all...]
  /external/llvm/test/MC/SystemZ/
fixups.s 90 .quad target@ntpoff
94 .quad target@dtpoff
98 .quad target@tlsldm
102 .quad target@tlsgd
  /external/opencv3/samples/python2/
plane_ar.py 67 cv2.polylines(vis, [np.int32(tr.quad)], True, (255, 255, 255), 2)
91 ret, rvec, tvec = cv2.solvePnP(quad_3d, tracked.quad, K, dist_coef)
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
RotateFilter.java 28 import android.filterfw.geometry.Quad;
148 Quad quad = new Quad(x0, x1, x2, x3); local
149 ((ShaderProgram) mProgram).setTargetRegion(quad);
StraightenFilter.java 28 import android.filterfw.geometry.Quad;
146 Quad quad = new Quad(p0, p1, p2, p3); local
147 ((ShaderProgram) mProgram).setSourceRegion(quad);
  /toolchain/binutils/binutils-2.25/binutils/
embedspu.sh 169 print " .quad " ($8 == "_EAR_" ? "__speelf__" : substr($8, 6)) ", 0"; \
237 .quad __speelf__
238 .quad __spetoe__
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
dwarfreloc1.s 28 .quad i1 /* DW_AT_location: DW_OP_addr: address */
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/IN/
A.py 25 @type address: string (in the standard "dotted quad" format)"""
  /external/llvm/test/MC/ELF/
discriminator.s 25 .quad 0 # DW_AT_low_pc
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
reloc.s 64 .quad 0
  /external/icu/android_icu4j/src/main/java/android/icu/util/
IndianCalendar.java 500 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; local
509 quad = Math.floor(dcent / 1461);
512 year = (int)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex);
  /external/icu/icu4c/source/i18n/
indiancal.cpp 161 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; local
169 quad = uprv_floor(dcent / 1461);
172 year = (int32_t)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex);

Completed in 785 milliseconds

1 2 3 4 5 6 7 891011>>