Searched refs:rh (Results 1 - 25 of 60) sorted by relevance

123

/external/skia/include/gpu/
H A DGrKey.h21 bool operator<(const GrKey& rh) const {
22 return fHash < rh.fHash || (fHash == rh.fHash && this->lt(rh));
24 bool operator==(const GrKey& rh) const {
25 return fHash == rh.fHash && this->eq(rh);
29 virtual bool lt(const GrKey& rh) const = 0;
30 virtual bool eq(const GrKey& rh) const = 0;
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
H A Du_half_test.c18 uint16_t rh; local
21 rh = util_float_to_half(f.f);
23 if (h != rh && !(util_is_half_nan(h) && util_is_half_nan(rh))) {
24 printf("Roundtrip failed: %x -> %x = %f -> %x\n", h, f.ui, f.f, rh);
/external/mesa3d/src/gallium/tests/unit/
H A Du_half_test.c18 uint16_t rh; local
21 rh = util_float_to_half(f.f);
23 if (h != rh && !(util_is_half_nan(h) && util_is_half_nan(rh))) {
24 printf("Roundtrip failed: %x -> %x = %f -> %x\n", h, f.ui, f.f, rh);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DActiveEdge_Test.cpp50 const UnitTest::ActiveEdge& rh) {
51 if ((rh.fAbove.fY - lh.fAbove.fY > lh.fBelow.fY - rh.fAbove.fY
52 && lh.fBelow.fY < rh.fBelow.fY)
53 || (lh.fAbove.fY - rh.fAbove.fY < rh.fBelow.fY - lh.fAbove.fY
54 && rh.fBelow.fY < lh.fBelow.fY)) {
55 const SkPoint& check = rh.fBelow.fY <= lh.fBelow.fY
56 && lh.fBelow != rh.fBelow ? rh
49 operator_less_than(const UnitTest::ActiveEdge& lh, const UnitTest::ActiveEdge& rh) argument
[all...]
/external/skia/experimental/Intersection/
H A DActiveEdge_Test.cpp50 const UnitTest::ActiveEdge& rh) {
51 if ((rh.fAbove.fY - lh.fAbove.fY > lh.fBelow.fY - rh.fAbove.fY
52 && lh.fBelow.fY < rh.fBelow.fY)
53 || (lh.fAbove.fY - rh.fAbove.fY < rh.fBelow.fY - lh.fAbove.fY
54 && rh.fBelow.fY < lh.fBelow.fY)) {
55 const SkPoint& check = rh.fBelow.fY <= lh.fBelow.fY
56 && lh.fBelow != rh.fBelow ? rh
49 operator_less_than(const UnitTest::ActiveEdge& lh, const UnitTest::ActiveEdge& rh) argument
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrFontScaler.h33 bool operator<(const GrFontDescKey& rh) const {
34 return fHash < rh.fHash || (fHash == rh.fHash && this->lt(rh));
36 bool operator==(const GrFontDescKey& rh) const {
37 return fHash == rh.fHash && this->eq(rh);
42 bool lt(const GrFontDescKey& rh) const;
43 bool eq(const GrFontDescKey& rh) const;
/external/qemu/util/
H A Dhost-utils.c45 LL rl, rm, rn, rh, a0, b0; local
54 rh.ll = (uint64_t)a0.l.high * b0.l.high;
59 c = c + rm.l.high + rn.l.high + rh.l.low;
60 rh.l.low = c;
61 rh.l.high += (uint32_t)(c >> 32);
64 *phigh = rh.ll;
76 uint64_t rh; local
78 mul64(plow, &rh, a, b);
82 rh -= a;
85 rh
[all...]
/external/clang/test/CodeGen/
H A Darm-asm-variable.c10 register uint32_t rh asm("r2");
17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.cpp60 // return true if lh < this < rh
63 const SkOpAngle& rh = *lh.fNext; local
64 SkASSERT(&lh != &rh);
74 rh.fSegment->debugID(), rh.debugID(), rh.fSectorStart, rh.fSectorEnd,
75 rh.fSegment->t(rh.fStart), rh
1074 tangentsDiverge(const SkOpAngle& rh, double s0xt0) const argument
[all...]
H A DSkOpAngle.h114 bool oppositePlanes(const SkOpAngle& rh) const;
115 bool orderable(const SkOpAngle& rh) const; // false == this < rh ; true == this > rh
120 bool tangentsDiverge(const SkOpAngle& rh, double s0xt0) const;
H A DSkOpContour.h38 bool operator<(const SkOpContour& rh) const {
39 return fBounds.fTop == rh.fBounds.fTop
40 ? fBounds.fLeft < rh.fBounds.fLeft
41 : fBounds.fTop < rh.fBounds.fTop;
/external/skia/src/pathops/
H A DSkOpAngle.cpp60 // return true if lh < this < rh
63 const SkOpAngle& rh = *lh.fNext; local
64 SkASSERT(&lh != &rh);
74 rh.fSegment->debugID(), rh.debugID(), rh.fSectorStart, rh.fSectorEnd,
75 rh.fSegment->t(rh.fStart), rh
1070 tangentsDiverge(const SkOpAngle& rh, double s0xt0) const argument
[all...]
H A DSkOpAngle.h114 bool oppositePlanes(const SkOpAngle& rh) const;
115 bool orderable(const SkOpAngle& rh) const; // false == this < rh ; true == this > rh
120 bool tangentsDiverge(const SkOpAngle& rh, double s0xt0) const;
H A DSkOpContour.h38 bool operator<(const SkOpContour& rh) const {
39 return fBounds.fTop == rh.fBounds.fTop
40 ? fBounds.fLeft < rh.fBounds.fLeft
41 : fBounds.fTop < rh.fBounds.fTop;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Darc.h59 VGfloat rh, VGfloat rv,
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.h59 VGfloat rh, VGfloat rv,
/external/skia/src/gpu/
H A DSkGrFontScaler.cpp23 virtual bool lt(const GrKey& rh) const;
24 virtual bool eq(const GrKey& rh) const;
52 bool SkGrDescKey::lt(const GrKey& rh) const {
53 const SkDescriptor* srcDesc = ((const SkGrDescKey*)&rh)->fDesc;
64 bool SkGrDescKey::eq(const GrKey& rh) const {
65 const SkDescriptor* srcDesc = ((const SkGrDescKey*)&rh)->fDesc;
/external/chromium_org/third_party/skia/tests/
H A DPathOpsAngleTest.cpp194 static int After(const SkOpAngle& lh, const SkOpAngle& rh) {
195 return lh.after(&rh);
198 static int ConvexHullOverlaps(const SkOpAngle& lh, const SkOpAngle& rh) {
199 return lh.convexHullOverlaps(rh);
202 static int Orderable(const SkOpAngle& lh, const SkOpAngle& rh) {
203 return lh.orderable(rh);
206 static int EndsIntersect(const SkOpAngle& lh, const SkOpAngle& rh) {
207 return lh.endsIntersect(rh);
210 static void SetNext(SkOpAngle& lh, SkOpAngle& rh) {
211 lh.fNext = &rh;
[all...]
/external/skia/tests/
H A DPathOpsAngleTest.cpp194 static int After(const SkOpAngle& lh, const SkOpAngle& rh) {
195 return lh.after(&rh);
198 static int ConvexHullOverlaps(const SkOpAngle& lh, const SkOpAngle& rh) {
199 return lh.convexHullOverlaps(rh);
202 static int Orderable(const SkOpAngle& lh, const SkOpAngle& rh) {
203 return lh.orderable(rh);
206 static int EndsIntersect(const SkOpAngle& lh, const SkOpAngle& rh) {
207 return lh.endsIntersect(rh);
210 static void SetNext(SkOpAngle& lh, SkOpAngle& rh) {
211 lh.fNext = &rh;
[all...]
/external/tcpdump/
H A Dprint-udp.c210 struct rtcphdr *rh = (struct rtcphdr *)hdr; local
215 if ((u_char *)(rh + 1) > ep) {
219 len = (EXTRACT_16BITS(&rh->rh_len) + 1) * 4;
220 flags = EXTRACT_16BITS(&rh->rh_flags);
224 sr = (struct rtcp_sr *)(rh + 1);
226 if (len != cnt * sizeof(*rr) + sizeof(*sr) + sizeof(*rh))
229 printf(" %u", EXTRACT_32BITS(&rh->rh_ssrc));
243 if (len != cnt * sizeof(*rr) + sizeof(*rh))
245 rr = (struct rtcp_rr *)(rh + 1);
247 printf(" %u", EXTRACT_32BITS(&rh
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrFontScaler.cpp34 bool GrFontDescKey::lt(const GrFontDescKey& rh) const {
35 const SkDescriptor* srcDesc = (&rh)->fDesc;
46 bool GrFontDescKey::eq(const GrFontDescKey& rh) const {
47 const SkDescriptor* srcDesc = (&rh)->fDesc;
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dsimple.c953 BIGNUM *rh, *tmp, *Z4, *Z6; local
970 rh = BN_CTX_get(ctx);
984 * To test this, we add up the right-hand side in 'rh'.
987 /* rh := X^2 */
988 if (!field_sqr(group, rh, &point->X, ctx))
999 /* rh := (rh + a*Z^4)*X */
1005 if (!BN_mod_sub_quick(rh, rh, tmp, p))
1007 if (!field_mul(group, rh, r
[all...]
/external/openssl/crypto/ec/
H A Decp_smpl.c947 BIGNUM *rh, *tmp, *Z4, *Z6; local
965 rh = BN_CTX_get(ctx);
977 * To test this, we add up the right-hand side in 'rh'.
980 /* rh := X^2 */
981 if (!field_sqr(group, rh, &point->X, ctx)) goto err;
989 /* rh := (rh + a*Z^4)*X */
994 if (!BN_mod_sub_quick(rh, rh, tmp, p)) goto err;
995 if (!field_mul(group, rh, r
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Ddwt.c397 OPJ_INT32 rh; /* height of the resolution level computed */ local
425 rh = l_cur_res->y1 - l_cur_res->y0;
433 dn = rh - rh1;
436 for (k = 0; k < rh; ++k) {
448 for (j = 0; j < rh; j++) {
567 OPJ_UINT32 rh = (OPJ_UINT32)(tr->y1 - tr->y0); /* height of the resolution level computed */ local
585 v.sn = (OPJ_INT32)rh;
588 rh = (OPJ_UINT32)(tr->y1 - tr->y0);
593 for(j = 0; j < rh; ++j) {
599 v.dn = (OPJ_INT32)(rh
840 OPJ_UINT32 rh = (OPJ_UINT32)(res->y1 - res->y0); /* height of the resolution level computed */ local
[all...]
/external/qemu/include/
H A Dqemu-common.h386 uint64_t rl, rh; local
390 rh = (uint64_t)u.l.high * (uint64_t)b;
391 rh += (rl >> 32);
392 res.l.high = rh / c;
393 res.l.low = (((rh % c) << 32) + (rl & 0xffffffff)) / c;

Completed in 927 milliseconds

123