Home
last modified time | relevance | path

Searched refs:rh (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/external/skia/src/pathops/
DSkOpAngle.cpp63 SkOpAngle* rh = lh->fNext; in after() local
64 SkASSERT(lh != rh); in after()
68 rh->fPart.fCurve = rh->fOriginalCurvePart; in after()
69 rh->fPart.fCurve.offset(rh->segment()->verb(), fPart.fCurve[0] - rh->fPart.fCurve[0]); in after()
79 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
80 rh->fStart->t(), rh->fEnd->t()); in after()
81 SkString bugPart[3] = { lh->debugPart(), this->debugPart(), rh->debugPart() }; in after()
89 if (rh->fComputeSector && !rh->computeSector()) { in after()
99 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
100 rh->fStart->t(), rh->fEnd->t()); in after()
[all …]
DSkOpAngle.h105 bool endToSide(const SkOpAngle* rh, bool* inside) const;
115 bool midToSide(const SkOpAngle* rh, bool* inside) const;
116 bool oppositePlanes(const SkOpAngle* rh) const;
117 int orderable(SkOpAngle* rh); // false == this < rh ; true == this > rh; -1 == unorderable
120 bool tangentsDiverge(const SkOpAngle* rh, double s0xt0);
/external/skqp/src/pathops/
DSkOpAngle.cpp63 SkOpAngle* rh = lh->fNext; in after() local
64 SkASSERT(lh != rh); in after()
68 rh->fPart.fCurve = rh->fOriginalCurvePart; in after()
69 rh->fPart.fCurve.offset(rh->segment()->verb(), fPart.fCurve[0] - rh->fPart.fCurve[0]); in after()
79 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
80 rh->fStart->t(), rh->fEnd->t()); in after()
81 SkString bugPart[3] = { lh->debugPart(), this->debugPart(), rh->debugPart() }; in after()
89 if (rh->fComputeSector && !rh->computeSector()) { in after()
99 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
100 rh->fStart->t(), rh->fEnd->t()); in after()
[all …]
DSkOpAngle.h105 bool endToSide(const SkOpAngle* rh, bool* inside) const;
115 bool midToSide(const SkOpAngle* rh, bool* inside) const;
116 bool oppositePlanes(const SkOpAngle* rh) const;
117 int orderable(SkOpAngle* rh); // false == this < rh ; true == this > rh; -1 == unorderable
120 bool tangentsDiverge(const SkOpAngle* rh, double s0xt0);
/external/u-boot/drivers/bios_emulator/x86emu/
Dops2.c169 int mod, rl, rh; in x86emuOp2_set_byte() local
245 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp2_set_byte()
293 int mod, rl, rh; in x86emuOp2_bt_R() local
299 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp2_bt_R()
307 shiftreg = DECODE_RM_LONG_REGISTER(rh); in x86emuOp2_bt_R()
318 shiftreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp2_bt_R()
331 shiftreg = DECODE_RM_LONG_REGISTER(rh); in x86emuOp2_bt_R()
340 shiftreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp2_bt_R()
356 int mod, rl, rh; in x86emuOp2_shld_IMM() local
362 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp2_shld_IMM()
[all …]
Dops.c206 int mod, rl, rh; in x86emuOp_genop_byte_RM_R() local
216 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp_genop_byte_RM_R()
221 srcreg = DECODE_RM_BYTE_REGISTER(rh); in x86emuOp_genop_byte_RM_R()
231 srcreg = DECODE_RM_BYTE_REGISTER(rh); in x86emuOp_genop_byte_RM_R()
246 int mod, rl, rh; in x86emuOp_genop_word_RM_R() local
254 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp_genop_word_RM_R()
264 srcreg = DECODE_RM_LONG_REGISTER(rh); in x86emuOp_genop_word_RM_R()
275 srcreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp_genop_word_RM_R()
287 srcreg = DECODE_RM_LONG_REGISTER(rh); in x86emuOp_genop_word_RM_R()
296 srcreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp_genop_word_RM_R()
[all …]
/external/boringssl/src/crypto/fipsmodule/ec/
Dsimple.c241 EC_FELEM rh; in ec_GFp_simple_is_on_curve() local
242 felem_sqr(group, &rh, &point->X); in ec_GFp_simple_is_on_curve()
254 ec_felem_sub(group, &rh, &rh, &tmp); in ec_GFp_simple_is_on_curve()
255 felem_mul(group, &rh, &rh, &point->X); in ec_GFp_simple_is_on_curve()
258 ec_felem_add(group, &rh, &rh, &tmp); in ec_GFp_simple_is_on_curve()
259 felem_mul(group, &rh, &rh, &point->X); in ec_GFp_simple_is_on_curve()
264 ec_felem_add(group, &rh, &rh, &tmp); in ec_GFp_simple_is_on_curve()
267 ec_felem_add(group, &rh, &rh, &group->a); in ec_GFp_simple_is_on_curve()
268 felem_mul(group, &rh, &rh, &point->X); in ec_GFp_simple_is_on_curve()
270 ec_felem_add(group, &rh, &rh, &group->b); in ec_GFp_simple_is_on_curve()
[all …]
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dgo.pass.cpp26 static void schedule(coroutine_handle<>& rh) in schedule()
29 stack[count++] = rh; in schedule()
30 rh = nullptr; in schedule()
68 void await_suspend(coroutine_handle<> rh);
76 void await_suspend(coroutine_handle<> rh);
132 void push_awaiter::await_suspend(coroutine_handle<> rh) in await_suspend() argument
134 ch->writer = rh; in await_suspend()
142 void pull_awaiter::await_suspend(coroutine_handle<> rh) { in await_suspend() argument
143 ch->reader = rh; in await_suspend()
/external/u-boot/include/linux/
Dmath64.h194 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local
203 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr()
211 rh.l.low = c = (c >> 32) + rm.l.high + rn.l.high + rh.l.low; in mul_u64_u64_shr()
212 rh.l.high = (c >> 32) + rh.l.high; in mul_u64_u64_shr()
221 return (rl.ll >> shift) | (rh.ll << (64 - shift)); in mul_u64_u64_shr()
222 return rh.ll >> (shift & 63); in mul_u64_u64_shr()
240 } u, rl, rh; in mul_u64_u32_div() local
244 rh.ll = mul_u32_u32(u.l.high, mul) + rl.l.high; in mul_u64_u32_div()
247 rl.l.high = do_div(rh.ll, divisor); in mul_u64_u32_div()
252 rl.l.high = rh.l.low; in mul_u64_u32_div()
/external/mesa3d/src/gallium/tests/unit/
Du_half_test.c18 uint16_t rh; in main() local
21 rh = util_float_to_half(f.f); in main()
23 if (h != rh && !(util_is_half_nan(h) && util_is_half_nan(rh))) { in main()
24 printf("Roundtrip failed: %x -> %x = %f -> %x\n", h, f.ui, f.f, rh); in main()
/external/libjpeg-turbo/simd/powerpc/
Djdcolext-altivec.c49 crl, crh, rl, rh, gl, gh, bl, bh, g0w, g1w, g2w, g3w; in jsimd_ycc_rgb_convert_altivec() local
125 rh = vec_add(crh, crh); in jsimd_ycc_rgb_convert_altivec()
127 rh = vec_madds(rh, pw_f0402, pw_one); in jsimd_ycc_rgb_convert_altivec()
129 rh = vec_sra(rh, (__vector unsigned short)pw_one); in jsimd_ycc_rgb_convert_altivec()
131 rh = vec_add(rh, crh); in jsimd_ycc_rgb_convert_altivec()
133 rh = vec_add(rh, yh); in jsimd_ycc_rgb_convert_altivec()
159 rg2 = vec_mergeh(rh, gh); in jsimd_ycc_rgb_convert_altivec()
161 rg3 = vec_mergel(rh, gh); in jsimd_ycc_rgb_convert_altivec()
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java1149 int rh = extra / RADIX; in complement() local
1150 extra = extra - rh * RADIX; in complement()
1152 final int r = mant[i] + rh; in complement()
1153 rh = r / RADIX; in complement()
1154 mant[i] = r - rh * RADIX; in complement()
1255 int rh = 0; /* acts as a carry */ in add() local
1257 final int r = a.mant[i]+b.mant[i]+rh; in add()
1258 rh = r / RADIX; in add()
1259 result.mant[i] = r - rh * RADIX; in add()
1267 if (rh != 0 && (asign == bsign)) { in add()
[all …]
DDfpDec.java257 int rh = lsbthreshold; in round() local
259 final int r = mant[i] + rh; in round()
260 rh = r / RADIX; in round()
264 if (rh != 0) { in round()
266 mant[mant.length-1]=rh; in round()
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/helper/
DAbbreviatorTest.java37 RandomHelper rh = new RandomHelper(FS); field in AbbreviatorTest
101 int fixedLen = rh.nextInt(MAX_RANDOM_FIXED_LEN); in testTheories()
103 int averageLen = rh.nextInt(MAX_RANDOM_AVG_LEN) + 3; in testTheories()
106 int maxLen = rh.nextInt(MAX_RANDOM_MAX_LEN) + fixedLen; in testTheories()
111 int targetLen = (maxLen / 2) + rh.nextInt(maxLen / 2) + 1; in testTheories()
116 String filename = rh.buildRandomFileName(averageLen, maxLen); in testTheories()
/external/skqp/tests/
DPathOpsAngleTest.cpp195 static int After(SkOpAngle& lh, SkOpAngle& rh) { in After() argument
196 return lh.after(&rh); in After()
199 static int AllOnOneSide(SkOpAngle& lh, SkOpAngle& rh) { in AllOnOneSide() argument
200 return lh.lineOnOneSide(&rh, false); in AllOnOneSide()
203 static int ConvexHullOverlaps(SkOpAngle& lh, SkOpAngle& rh) { in ConvexHullOverlaps() argument
204 return lh.convexHullOverlaps(&rh); in ConvexHullOverlaps()
207 static int Orderable(SkOpAngle& lh, SkOpAngle& rh) { in Orderable() argument
208 return lh.orderable(&rh); in Orderable()
211 static int EndsIntersect(SkOpAngle& lh, SkOpAngle& rh) { in EndsIntersect() argument
212 return lh.endsIntersect(&rh); in EndsIntersect()
[all …]
/external/skia/tests/
DPathOpsAngleTest.cpp195 static int After(SkOpAngle& lh, SkOpAngle& rh) { in After() argument
196 return lh.after(&rh); in After()
199 static int AllOnOneSide(SkOpAngle& lh, SkOpAngle& rh) { in AllOnOneSide() argument
200 return lh.lineOnOneSide(&rh, false); in AllOnOneSide()
203 static int ConvexHullOverlaps(SkOpAngle& lh, SkOpAngle& rh) { in ConvexHullOverlaps() argument
204 return lh.convexHullOverlaps(&rh); in ConvexHullOverlaps()
207 static int Orderable(SkOpAngle& lh, SkOpAngle& rh) { in Orderable() argument
208 return lh.orderable(&rh); in Orderable()
211 static int EndsIntersect(SkOpAngle& lh, SkOpAngle& rh) { in EndsIntersect() argument
212 return lh.endsIntersect(&rh); in EndsIntersect()
[all …]
/external/arm-optimized-routines/math/single/
De_powf.c331 #define PHMULTIPLY(rh,rl, xh,xl, yh,yl) do { \ in powf() argument
336 (rh) = CLEARBOTTOMHALF(tmph + tmpl); \ in powf()
337 (rl) = tmpl + (tmph - (rh)); \ in powf()
346 #define PHMULTIPLY_SATURATE(rh,rl, xh,xl, yh,yl, bound) do { \ in powf() argument
350 (rh) = copysignf((bound),(tmph)); \ in powf()
354 (rh) = CLEARBOTTOMHALF(tmph + tmpl); \ in powf()
355 (rl) = tmpl + (tmph - (rh)); \ in powf()
/external/libyuv/files/unit_test/
Dcolor_test.cc445 static void PrintHistogram(int rh[256], int gh[256], int bh[256]) { in PrintHistogram()
449 if (rh[i] || gh[i] || bh[i]) { in PrintHistogram()
455 if (rh[i] || gh[i] || bh[i]) { in PrintHistogram()
456 printf("\t%8d", rh[i]); in PrintHistogram()
461 if (rh[i] || gh[i] || bh[i]) { in PrintHistogram()
467 if (rh[i] || gh[i] || bh[i]) { in PrintHistogram()
475 int rh[256] = in TEST_F() local
496 ++rh[r1 - r0 + 128]; in TEST_F()
502 PrintHistogram(rh, gh, bh); in TEST_F()
506 int rh[256] = in TEST_F() local
[all …]
/external/tcpdump/
Dprint-udp.c225 const struct rtcphdr *rh = (const struct rtcphdr *)hdr; in rtcp_print() local
230 if ((const u_char *)(rh + 1) > ep) in rtcp_print()
232 ND_TCHECK(*rh); in rtcp_print()
233 len = (EXTRACT_16BITS(&rh->rh_len) + 1) * 4; in rtcp_print()
234 flags = EXTRACT_16BITS(&rh->rh_flags); in rtcp_print()
238 sr = (const struct rtcp_sr *)(rh + 1); in rtcp_print()
240 if (len != cnt * sizeof(*rr) + sizeof(*sr) + sizeof(*rh)) in rtcp_print()
243 ND_PRINT((ndo, " %u", EXTRACT_32BITS(&rh->rh_ssrc))); in rtcp_print()
256 if (len != cnt * sizeof(*rr) + sizeof(*rh)) in rtcp_print()
258 rr = (const struct rtcp_rr *)(rh + 1); in rtcp_print()
[all …]
/external/pdfium/third_party/libopenjpeg20/
Ddwt.c1126 OPJ_INT32 rh; /* height of the resolution level computed */ in opj_dwt_encode_procedure() local
1163 rh = l_cur_res->y1 - l_cur_res->y0; in opj_dwt_encode_procedure()
1171 dn = rh - rh1; in opj_dwt_encode_procedure()
1174 for (k = 0; k < rh; ++k) { in opj_dwt_encode_procedure()
1186 for (j = 0; j < rh; j++) { in opj_dwt_encode_procedure()
1358 OPJ_UINT32 rh; member
1399 OPJ_UINT32 rh = (OPJ_UINT32)(tr->y1 - in opj_dwt_decode_tile() local
1437 v.sn = (OPJ_INT32)rh; in opj_dwt_decode_tile()
1440 rh = (OPJ_UINT32)(tr->y1 - tr->y0); in opj_dwt_decode_tile()
1445 if (num_threads <= 1 || rh <= 1) { in opj_dwt_decode_tile()
[all …]
/external/clang/test/OpenMP/
Dtarget_is_device_ptr_ast_print.cpp151 auto &rh = h; in tmain() local
168 #pragma omp target is_device_ptr(rh) in tmain()
239 auto &rh = h; in main() local
280 #pragma omp target is_device_ptr(rh) in main()
/external/icu/icu4c/source/data/translit/
DLatin_InterIndic.txt81 $rh=\uE043;
152 $x=[$virama$aa$ai$au$ii$i$uu$u$rrh$rh$lh$e$o$se$ce$so$co];
171 \u0314r\u0325→$rh;
192 $consonants{ r\u0325a→$rh;
193 $consonants{ r\u0325→$rh;
310 #$virama rh→$rh;
311 $virama r\u0325a→$rh;
312 $virama r\u0325→$rh;
336 #$virama''rh→$wr;
/external/python/cpython2/Demo/tix/
Dtixwidgets.py510 rh = Tix.ResizeHandle(top, bg='black',
513 btn = Tix.Button(bot, text='Reset', command=lambda w=rh, x=list: SList_reset(w,x))
519 list.bind('<Map>', func=lambda arg=0, rh=rh, list=list:
520 list.tk.call('tixDoWhenIdle', str(rh), 'attachwidget', str(list)))
522 def SList_reset(rh, list): argument
525 rh.attach_widget(list)
553 rh = Tix.ResizeHandle(top, bg='black',
556 btn = Tix.Button(bot, text='Reset', command=lambda w=rh, x=win: SWindow_reset(w,x))
563 win.bind('<Map>', func=lambda arg=0, rh=rh, win=win:
564 win.tk.call('tixDoWhenIdle', str(rh), 'attachwidget', str(win)))
[all …]
/external/python/cpython2/Lib/multiprocessing/
Dreduction.py166 rh = reduce_handle(conn.fileno())
167 return rebuild_connection, (rh, conn.readable, conn.writable)
206 rh = reduce_handle(conn.fileno())
207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
/external/clang/test/CodeGen/
Darm-asm-variable.c10 register uint32_t rh asm("r2"); in foo()
17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()

12345678910>>...12