Home
last modified time | relevance | path

Searched refs:ry (Results 1 – 25 of 233) sorted by relevance

12345678910

/third_party/typescript/tests/baselines/reference/
DcontextualTypeArrayReturnType.types20 … => { return [ {'ry': null } ]; }} : { initialLeftPageTransforms: (wid…
23 >initialLeftPageTransforms : (width: number) => { ry: any; }[]
24 …(width: number) => { return [ {'ry': null } ]; } : (width: number) => …
28 >[ {'ry': null } ] : { ry: null; }[]
30 {'ry': null }
31 >{'ry': null } : { ry: null; }
32 >'ry' : null
DcontextualTypeArrayReturnType.symbols35 {'ry': null }
36 >'ry' : Symbol('ry', Decl(contextualTypeArrayReturnType.ts, 15, 13))
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_texture.c49 float rx, ry, rz; in util_map_texcoords2d_onto_cubemap() local
70 ry = -tc; in util_map_texcoords2d_onto_cubemap()
75 ry = -tc; in util_map_texcoords2d_onto_cubemap()
80 ry = 1; in util_map_texcoords2d_onto_cubemap()
85 ry = -1; in util_map_texcoords2d_onto_cubemap()
90 ry = -tc; in util_map_texcoords2d_onto_cubemap()
95 ry = -tc; in util_map_texcoords2d_onto_cubemap()
99 rx = ry = rz = 0; in util_map_texcoords2d_onto_cubemap()
104 out_str[1] = ry; /*t*/ in util_map_texcoords2d_onto_cubemap()
/third_party/flutter/skia/experimental/svg/model/
DSkSVGEllipse.cpp27 void SkSVGEllipse::setRy(const SkSVGLength& ry) { in setRy() argument
28 fRy = ry; in setRy()
49 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
50 this->setRy(*ry); in onSetAttribute()
62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
64 return (rx > 0 && ry > 0) in resolve()
65 ? SkRect::MakeXYWH(cx - rx, cy - ry, rx * 2, ry * 2) in resolve()
DSkSVGRect.cpp36 void SkSVGRect::setRy(const SkSVGLength& ry) { in setRy() argument
37 fRy = ry; in setRy()
68 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
69 this->setRy(*ry); in onSetAttribute()
80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
82 return SkRRect::MakeRectXY(rect, rx ,ry); in resolve()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrFormats.td23 // ry 3-bit source or destination register
131 // Format RR instruction class in Mips : <|opcode|rx|ry|funct|>
139 bits<3> ry;
146 let Inst{7-5} = ry;
228 // Format RRI instruction class in Mips : <|opcode|rx|ry|imm5|>
236 bits<3> ry;
243 let Inst{7-5} = ry;
248 // Format RRR instruction class in Mips : <|opcode|rx|ry|rz|f|>
256 bits<3> ry;
264 let Inst{7-5} = ry;
[all …]
DMips16InstrInfo.td181 MipsPseudo16<(outs CPU16Regs:$cc), (ins CPU16Regs:$rx, CPU16Regs:$ry),
182 !strconcat(asmstr, "\t$rx, $ry\n\tmove\t$cc, $$t8"), []> {
235 FEXT_RRI16<op, (outs CPU16Regs:$ry), (ins MemOpnd:$addr),
236 !strconcat(asmstr, "\t$ry, $addr"), [], itin>;
240 FEXT_RRI16<op, (outs ), (ins CPU16Regs:$ry, MemOpnd:$addr),
241 !strconcat(asmstr, "\t$ry, $addr"), [], itin>;
250 FEXT_RRI_A16<op, (outs CPU16Regs:$ry), (ins MemOpnd:$addr),
251 !strconcat(asmstr, "\t$ry, $addr"), [], itin>;
257 FEXT_SHIFT16<_f, (outs CPU16Regs:$rx), (ins CPU16Regs:$ry, uimm5:$sa),
258 !strconcat(asmstr, "\t$rx, $ry, $sa"), [], itin>;
[all …]
/third_party/gstreamer/gstplugins_good/gst/goom/
Dlines.c64 genline (int id, float param, GMUnitPointer * l, int rx, int ry) in genline() argument
78 l[i].y = ((float) i * ry) / 512.0f; in genline()
91 l[i].y = (float) ry / 2.0f + sina; in genline()
120 goom_lines_set_res (GMLine * gml, int rx, int ry) in goom_lines_set_res() argument
124 gml->screenY = ry; in goom_lines_set_res()
126 genline (gml->IDdest, gml->param, gml->points2, rx, ry); in goom_lines_set_res()
181 goom_lines_init (PluginInfo * goomInfo, int rx, int ry, in goom_lines_init() argument
197 genline (IDsrc, paramS, l->points, rx, ry); in goom_lines_init()
198 genline (IDdest, paramD, l->points2, rx, ry); in goom_lines_init()
204 l->screenY = ry; in goom_lines_init()
/third_party/pixman/pixman/
Dpixman-conical-gradient.c74 double ry = y + 0.5; in conical_get_scanline() local
96 ry = v.vector[1] / 65536.; in conical_get_scanline()
107 ry -= conical->center.y / 65536.; in conical_get_scanline()
113 double t = coordinates_to_parameter (rx, ry, conical->angle); in conical_get_scanline()
123 ry += cy; in conical_get_scanline()
139 y = ry / rz; in conical_get_scanline()
159 ry += cy; in conical_get_scanline()
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/
Drn.txt19 "Idinari ry’iribahireyini",
23 "Ifaranga ry’Uburundi",
39 "Ifaranga ry’Ubusuwisi",
95 "Iyeni ry’Ubuyapani",
155 "Ifaranga ry’u Rwanda",
203 "Ishilingi ry’Ubugande",
207 "Idolari ry’abanyamerika",
/third_party/skia/third_party/externals/icu/source/data/curr/
Drn.txt20 "Idinari ry’iribahireyini",
24 "Ifaranga ry’Uburundi",
40 "Ifaranga ry’Ubusuwisi",
96 "Iyeni ry’Ubuyapani",
156 "Ifaranga ry’u Rwanda",
204 "Ishilingi ry’Ubugande",
208 "Idolari ry’abanyamerika",
/third_party/icu/icu4c/source/data/curr/
Drn.txt20 "Idinari ry’iribahireyini",
24 "Ifaranga ry’Uburundi",
40 "Ifaranga ry’Ubusuwisi",
96 "Iyeni ry’Ubuyapani",
156 "Ifaranga ry’u Rwanda",
204 "Ishilingi ry’Ubugande",
208 "Idolari ry’abanyamerika",
/third_party/skia/modules/svg/src/
DSkSVGEllipse.cpp27 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
29 return (rx > 0 && ry > 0) in resolve()
30 ? SkRect::MakeXYWH(cx - rx, cy - ry, rx * 2, ry * 2) in resolve()
/third_party/flutter/skia/tools/lua/
Dclassify_rrect_clips.lua16 local rx, ry
25 ry = y
29 if (rx ~= x or ry ~=y) then
49 if (rx == ry) then
/third_party/ffmpeg/libavfilter/
Dvf_deshake.c73 …{ "ry", "set y for the rectangular search area", OFFSET(ry), AV_OPT_TYPE_INT, {.i64=16}, 0, MA…
134 for (y = -deshake->ry; y <= deshake->ry; y++) { in find_block_motion()
146 for (y = -deshake->ry + 1; y < deshake->ry; y += 2) { in find_block_motion()
251 for (y = 0; y < deshake->ry * 2 + 1; y++) { in find_motion()
258 …for (y = deshake->ry; y < height - deshake->ry - (deshake->blocksize * 2); y += deshake->blocksize… in find_motion()
268 deshake->counts[mv.x + deshake->rx][mv.y + deshake->ry] += 1; in find_motion()
269 if (x > deshake->rx && y > deshake->ry) in find_motion()
290 for (y = deshake->ry * 2; y >= 0; y--) { in find_motion()
295 t->vec.y = y - deshake->ry; in find_motion()
309 t->vec.y = av_clipf(t->vec.y, -deshake->ry * 2, deshake->ry * 2); in find_motion()
[all …]
Dvf_codecview.c198 int ry = -dx + dy; in draw_arrow() local
199 int length = sqrt((rx * rx + ry * ry) << 8); in draw_arrow()
203 ry = ROUNDED_DIV(ry * (3 << 4), length); in draw_arrow()
207 ry = -ry; in draw_arrow()
210 draw_line(buf, sx, sy, sx + rx, sy + ry, w, h, stride, color); in draw_arrow()
211 draw_line(buf, sx, sy, sx - ry, sy + rx, w, h, stride, color); in draw_arrow()
/third_party/node/deps/npm/docs/src/images/
Dhamburger.svg1 …"4" rx="2" ry="2"/><rect class="cls-2" y="9.5" width="35" height="4" rx="2" ry="2"/><rect class="c…
/third_party/skia/modules/skottie/src/effects/
DSphereEffect.cpp348 ry = SkM44::Rotate({0,1,0}, SkDegreesToRadians( y)), in onSync() local
352 case 1: return rx * ry * rz; in onSync()
353 case 2: return rx * rz * ry; in onSync()
354 case 3: return ry * rx * rz; in onSync()
355 case 4: return ry * rz * rx; in onSync()
356 case 5: return rz * rx * ry; in onSync()
358 default: return rz * ry * rx; in onSync()
/third_party/boost/boost/math/special_functions/
Dellint_rj.hpp208 T rx, ry, rz, rp; in ellint_rj_imp() local
215 ry = sqrt(yn); in ellint_rj_imp()
218 Dn = (rp + rx) * (rp + ry) * (rp + rz); in ellint_rj_imp()
236 T b = 2 * rp * (pn + rx * (ry + rz) + ry * rz) / Dn; in ellint_rj_imp()
243 lambda = rx * ry + rx * rz + ry * rz; in ellint_rj_imp()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_int_cubemap_to_array.c62 nir_ssa_def *ry; member
79 nir_ssa_def *y = nir_fadd(b, nir_fmul(b, ima, coord->ry), nir_imm_float(b, 0.5)); in evaluate_face_x()
88 nir_ssa_def *sign = nir_fsign(b, coord->ry); in evaluate_face_y()
89 nir_ssa_def *positive = nir_fge(b, coord->ry, nir_imm_float(b, 0.0)); in evaluate_face_y()
107 nir_ssa_def *y = nir_fadd(b, nir_fmul(b, ima, coord->ry), nir_imm_float(b, 0.5)); in evaluate_face_z()
158 coords.ry = nir_channel(b, coord, 1); in lower_cube_sample()
161 coords.ary = nir_fabs(b, coords.ry); in lower_cube_sample()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_fog_offset.txt26 to fog computation. A reference point in eye space (rx ry rz) and an offset
80 projection, the reference point (rx ry rz) is used to adjust f_o
84 "The equation, along with the parameters d, e, s, (rx ry rz, and
94 (rx ry rz) followed by f_o. If d is specified as less than zero,
101 and s, four floating-point values (rx ry rz f_o), an RGBA fog
106 0.0, and (rx ry rz f_o) = (0,0,0,0); C_f = (0,0,0,0) and i_f =
/third_party/openGLES/extensions/SGIX/
DSGIX_fog_offset.txt26 to fog computation. A reference point in eye space (rx ry rz) and an offset
80 projection, the reference point (rx ry rz) is used to adjust f_o
84 "The equation, along with the parameters d, e, s, (rx ry rz, and
94 (rx ry rz) followed by f_o. If d is specified as less than zero,
101 and s, four floating-point values (rx ry rz f_o), an RGBA fog
106 0.0, and (rx ry rz f_o) = (0,0,0,0); C_f = (0,0,0,0) and i_f =
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstshagadelic.c153 filter->ry = fastrand () % height; in gst_shagadelic_initialize()
189 r = ((gint8) (filter->ripple[(filter->ry + y) * width * 2 + filter->rx + in gst_shagadelictv_transform_frame()
201 if ((filter->ry + filter->rvy) < 0 || (filter->ry + filter->rvy) >= height) in gst_shagadelictv_transform_frame()
208 filter->ry += filter->rvy; in gst_shagadelictv_transform_frame()
/third_party/mbedtls/tests/suites/
Dtest_suite_base64.data142 Base64 decode "Zm9vYmF\ry" (CRLF inside)
145 Base64 decode "Zm9vYmF\ry" (CR inside)
154 Base64 decode "Zm9vYmF \ry" (SP+CRLF inside)
157 Base64 decode "Zm9vYmF \ry" (SP+CR inside)
166 Base64 decode "Zm9vYmF \ry" (2SP+CRLF inside)
169 Base64 decode "Zm9vYmF \ry" (2SP+CR inside)
/third_party/mbedtls/library/
Dbn_mul.h950 mbedtls_mpi_uint r0, r1, rx, ry; \
958 ry = s1 * b0; r1 = s1 * b1; \
960 r1 += ( ry >> biH ); \
961 rx <<= biH; ry <<= biH; \
963 r0 += ry; r1 += (r0 < ry); \

12345678910