/external/llvm/lib/CodeGen/ |
D | ExecutionDepsFix.cpp | 189 void setLiveReg(int rx, DomainValue *DV); 190 void kill(int rx); 191 void force(int rx, unsigned domain); 267 void ExeDepsFix::setLiveReg(int rx, DomainValue *dv) { in setLiveReg() argument 268 assert(unsigned(rx) < NumRegs && "Invalid index"); in setLiveReg() 271 if (LiveRegs[rx].Value == dv) in setLiveReg() 273 if (LiveRegs[rx].Value) in setLiveReg() 274 release(LiveRegs[rx].Value); in setLiveReg() 275 LiveRegs[rx].Value = retain(dv); in setLiveReg() 279 void ExeDepsFix::kill(int rx) { in kill() argument [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_texture.c | 48 float rx, ry, rz; in util_map_texcoords2d_onto_cubemap() local 62 rx = 1; in util_map_texcoords2d_onto_cubemap() 67 rx = -1; in util_map_texcoords2d_onto_cubemap() 72 rx = sc; in util_map_texcoords2d_onto_cubemap() 77 rx = sc; in util_map_texcoords2d_onto_cubemap() 82 rx = sc; in util_map_texcoords2d_onto_cubemap() 87 rx = -sc; in util_map_texcoords2d_onto_cubemap() 92 rx = ry = rz = 0; in util_map_texcoords2d_onto_cubemap() 96 out_str[0] = rx; /*s*/ in util_map_texcoords2d_onto_cubemap()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 69 FRI16<op, (outs CPU16Regs:$rx), (ins simm16:$imm), 74 FRI16_ins_base<op, asmstr, "\t$rx, $imm \t# 16 bit inst", itin>; 78 FRI16<_op, (outs CPU16Regs:$rx), (ins pcrel16:$imm, i32imm:$size), 79 !strconcat(asmstr, "\t$rx, $imm\t# 16 bit inst"), [], itin>; 83 FRI16<op, (outs), (ins CPU16Regs:$rx, simm16:$imm), 88 FRI16R_ins_base<op, asmstr, "\t$rx, $imm \t# 16 bit inst", itin>; 92 FRI16<_op, (outs CPU16Regs:$rx), (ins CPU16Regs:$rx_, simm16:$imm), 93 !strconcat(asmstr, "\t$rx, $imm\t# 16 bit inst"), [], itin> { 94 let Constraints = "$rx_ = $rx"; 99 FRI16<_op, (outs), (ins CPU16Regs:$rx, brtarget:$imm), [all …]
|
D | Mips16InstrFormats.td | 22 // rx 3-bit source or destination register 115 // Format RI instruction class in Mips : <|opcode|rx|imm8|> 122 bits<3> rx; 127 let Inst{10-8} = rx; 132 // Format RR instruction class in Mips : <|opcode|rx|ry|funct|> 139 bits<3> rx; 146 let Inst{10-8} = rx; 172 bits<3> rx; 180 let Inst{10-8} = rx; 210 bits<3> rx; [all …]
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsintrp.c | 393 register int rx, ry; in BilinearInterp16() local 404 rx = FIXED_REST_TO_INT(fx); // Rest in 0..1.0 domain in BilinearInterp16() 425 dx0 = LERP(rx, d00, d10); in BilinearInterp16() 426 dx1 = LERP(rx, d01, d11); in BilinearInterp16() 524 register int rx, ry, rz; in TrilinearInterp16() local 536 rx = FIXED_REST_TO_INT(fx); // Rest in 0..1.0 domain in TrilinearInterp16() 570 dx00 = LERP(rx, d000, d100); in TrilinearInterp16() 571 dx01 = LERP(rx, d001, d101); in TrilinearInterp16() 572 dx10 = LERP(rx, d010, d110); in TrilinearInterp16() 573 dx11 = LERP(rx, d011, d111); in TrilinearInterp16() [all …]
|
/external/skia/src/svg/parser/ |
D | SkSVGEllipse.cpp | 18 SVG_ATTRIBUTE(rx), 27 SkScalar cx, cy, rx, ry; in DEFINE_SVG_INFO() local 30 SkParse::FindScalar(f_rx.c_str(), &rx); in DEFINE_SVG_INFO() 33 left = cx - rx; in DEFINE_SVG_INFO() 35 right = cx + rx; in DEFINE_SVG_INFO()
|
/external/libvncserver/libvncclient/ |
D | hextile.c | 33 HandleHextileBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleHextileBPP() argument 44 for (x = rx; x < rx+rw; x += 16) { in HandleHextileBPP() 46 if (rx+rw - x < 16) in HandleHextileBPP() 47 w = rx+rw - x; in HandleHextileBPP()
|
D | ultra.c | 35 HandleUltraBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleUltraBPP() argument 101 CopyRectangle(client, (unsigned char *)client->raw_buffer, rx, ry, rw, rh); in HandleUltraBPP() 115 HandleUltraZipBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleUltraZipBPP() argument 123 unsigned int numCacheRects = rx; in HandleUltraZipBPP() 134 …ip error: rectangle has 0 uncomressed bytes (%dy + (%dw * 65535)) (%d rectangles)\n", ry, rw, rx); in HandleUltraZipBPP()
|
D | corre.c | 33 HandleCoRREBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleCoRREBPP() argument 49 FillRectangle(client, rx, ry, rw, rh, pix); in HandleCoRREBPP() 64 FillRectangle(client, rx+x, ry+y, w, h, pix); in HandleCoRREBPP()
|
D | rre.c | 33 HandleRREBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleRREBPP() argument 48 FillRectangle(client, rx, ry, rw, rh, pix); in HandleRREBPP() 62 FillRectangle(client, rx+subrect.x, ry+subrect.y, subrect.w, subrect.h, pix); in HandleRREBPP()
|
D | rfbproto.c | 220 static rfbBool HandleRRE8(rfbClient* client, int rx, int ry, int rw, int rh); 221 static rfbBool HandleRRE16(rfbClient* client, int rx, int ry, int rw, int rh); 222 static rfbBool HandleRRE32(rfbClient* client, int rx, int ry, int rw, int rh); 223 static rfbBool HandleCoRRE8(rfbClient* client, int rx, int ry, int rw, int rh); 224 static rfbBool HandleCoRRE16(rfbClient* client, int rx, int ry, int rw, int rh); 225 static rfbBool HandleCoRRE32(rfbClient* client, int rx, int ry, int rw, int rh); 226 static rfbBool HandleHextile8(rfbClient* client, int rx, int ry, int rw, int rh); 227 static rfbBool HandleHextile16(rfbClient* client, int rx, int ry, int rw, int rh); 228 static rfbBool HandleHextile32(rfbClient* client, int rx, int ry, int rw, int rh); 229 static rfbBool HandleUltra8(rfbClient* client, int rx, int ry, int rw, int rh); [all …]
|
/external/skia/tools/lua/ |
D | classify_rrect_clips.lua | 16 local rx, ry 24 rx = x 29 if (rx ~= x or ry ~=y) then 49 if (rx == ry) then
|
/external/skia/src/gpu/effects/ |
D | GrOvalEffect.cpp | 200 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkPoint& center, SkScalar rx, 217 EllipseEffect(GrPrimitiveEdgeType, const SkPoint& center, SkScalar rx, SkScalar ry); 234 SkScalar rx, in Create() argument 236 SkASSERT(rx >= 0 && ry >= 0); in Create() 237 return SkNEW_ARGS(EllipseEffect, (edgeType, center, rx, ry)); in Create() 244 EllipseEffect::EllipseEffect(GrPrimitiveEdgeType edgeType, const SkPoint& c, SkScalar rx, SkScalar … in EllipseEffect() argument 246 , fRadii(SkVector::Make(rx, ry)) in EllipseEffect() 268 SkScalar rx = random->nextRangeF(0.f, 1000.f); in TestCreate() local 274 return EllipseEffect::Create(et, center, rx, ry); in TestCreate()
|
/external/libvncserver/x11vnc/ |
D | xrecord.c | 539 int src_x, src_y, dst_x, dst_y, rx, ry, rx2, ry2; in record_CA() local 672 rx = scr_attr_cache[i].rx; in record_CA() 680 if (!xtranslate(src, rootwin, 0, 0, &rx, &ry, &c, 1)) { in record_CA() 702 scr_attr_cache[i].rx = rx; in record_CA() 728 rx2 = scr_attr_cache[i].rx; in record_CA() 758 scr_attr_cache[i].rx = rx2; in record_CA() 776 dst_x = dst_x - (rx - rx2); in record_CA() 803 scr_ev[i].x = rx + dst_x; in record_CA() 808 scr_ev[i].win_x = rx; in record_CA() 819 scr_ev[i].new_x = rx + src_x; in record_CA() [all …]
|
D | win_utils.c | 289 stack_list[j].rx = -1; in snapshot_stack_list() 359 stack_list[k].rx = -1; in update_stack_list() 370 int rx, ry; in query_pointer() local 379 macosx_get_cursor_pos(&rx, &ry); in query_pointer() 386 if (!start) { rx = ry = 0; } in query_pointer() 392 if (XQueryPointer_wr(dpy, start, &r, &c, &rx, &ry, &wx, &wy, &mask)) { in query_pointer() 406 int rx, ry, wx, wy; in mask_state() 411 if (XQueryPointer_wr(dpy, rootwin, &r, &c, &rx, &ry, &wx, &wy, &mask)) { in mask_state() 501 int i, rx, ry, wx, wy; in descend_pointer() 599 if (! XQueryPointer_wr(dpy, c, &r, &c, &rx, &ry, &wx, &wy, &m)) { in descend_pointer()
|
/external/skia/src/animator/ |
D | SkDrawRectangle.cpp | 118 SK_MEMBER(rx, Float), 126 SkRoundRect::SkRoundRect() : rx(0), ry(0) { in SkRoundRect() 131 maker.fCanvas->drawRoundRect(fRect, rx, ry, *maker.fPaint); in draw() 140 SkScalarToFloat(fRect.fBottom), SkScalarToFloat(rx), SkScalarToFloat(ry)); in dump()
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
D | AbstractHeightMap.java | 466 for (int rx = -radius; rx <= radius; rx++) { in smooth() 468 if (x+rx < 0 || x+rx >= size) { in smooth() 475 neighAverage += heightData[(x+rx) + (y+ry) * size]; in smooth()
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
D | trace.c | 149 uint32_t inst, rx; in mips_next_pcs() local 194 rx = ptrace(PTRACE_PEEKUSER,proc->pid, rn, 0); in mips_next_pcs() 195 newpc[nr++] = rx; in mips_next_pcs() 226 rx = jtype_target(inst) << 2; in mips_next_pcs() 228 newpc[nr++] = rx + ((pc + 4) & ~0x0fffffff); in mips_next_pcs()
|
/external/skia/src/effects/ |
D | SkBlurMask.cpp | 511 int rx = SkScalarCeilToInt(passRadius); in BoxBlur() local 512 int outerWeight = 255 - SkScalarRoundToInt((SkIntToScalar(rx) - passRadius) * 255); in BoxBlur() 514 SkASSERT(rx >= 0); in BoxBlur() 516 if (rx <= 0) { in BoxBlur() 520 int ry = rx; // only do square blur for now in BoxBlur() 522 int padx = passCount * rx; in BoxBlur() 565 w = boxBlur(sp, src.fRowBytes, tp, rx, rx, w, h, true); in BoxBlur() 571 w = boxBlurInterp(sp, src.fRowBytes, tp, rx, w, h, false, outerWeight); in BoxBlur() 572 w = boxBlurInterp(tp, w, dp, rx, w, h, false, outerWeight); in BoxBlur() 573 w = boxBlurInterp(dp, w, tp, rx, w, h, true, outerWeight); in BoxBlur() [all …]
|
/external/mesa3d/src/mesa/tnl/ |
D | t_rasterpos.c | 265 GLfloat u[3], two_nu, rx, ry, rz, m, mInv; in compute_texgen() local 269 rx = u[0] - normal[0] * two_nu; in compute_texgen() 272 m = rx * rx + ry * ry + (rz + 1.0F) * (rz + 1.0F); in compute_texgen() 287 texcoord[0] = rx * mInv + 0.5F; in compute_texgen() 290 texcoord[0] = rx; in compute_texgen()
|
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 126 static int find_slop(double x, double y, double rx, double ry) { in find_slop() argument 144 double rx_y1 = rx * y1; in find_slop() 149 double rx_y2 = rx * y2; in find_slop() 179 double rx = slopTest[2]; in DEF_TEST() local 181 SkDebugf("%s xy %d=%d\n", __FUNCTION__, index, find_slop(x, y, rx, ry)); in DEF_TEST() 182 SkDebugf("%s rxy %d=%d\n", __FUNCTION__, index, find_slop(rx, ry, x, y)); in DEF_TEST() 184 double rAngle = diamond_angle(ry, rx); in DEF_TEST()
|
/external/icu/icu4c/source/test/cintltst/ |
D | bocu1tst.c | 643 Bocu1Rx rx={ 0, 0, 0 }; in unpackDiff() local 646 rx.prev=initialPrev; in unpackDiff() 650 decodeBocu1(&rx, (uint8_t)(packed>>24)); in unpackDiff() 652 decodeBocu1(&rx, (uint8_t)(packed>>16)); in unpackDiff() 654 decodeBocu1(&rx, (uint8_t)(packed>>8)); in unpackDiff() 657 return decodeBocu1(&rx, (uint8_t)packed)-initialPrev; in unpackDiff() 734 Bocu1Rx rx={ 0, 0, 0 }; in readString() local 739 c=decodeBocu1(&rx, p[i++]); in readString()
|
/external/llvm/test/TableGen/ |
D | LetInsideMultiClasses.td | 22 def rx : Instruction<opc, "rx">;
|
/external/skia/samplecode/ |
D | SampleDraw.cpp | 190 SkScalar rx = fRect.width() / 5; in onDraw() local 192 if (rx < ry) { in onDraw() 193 ry = rx; in onDraw() 195 rx = ry; in onDraw() 197 canvas->drawRoundRect(fRect, rx, ry, fPaint); in onDraw()
|
/external/libvncserver/libvncserver/ |
D | hextile.c | 106 sendHextiles##bpp(rfbClientPtr cl, int rx, int ry, int rw, int rh) { \ 117 for (x = rx; x < rx+rw; x += 16) { \ 119 if (rx+rw - x < 16) \ 120 w = rx+rw - x; \
|