Home
last modified time | relevance | path

Searched refs:dz (Results 1 - 15 of 15) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DthisTypeInObjectLiterals2.js34 moveBy(dx: number, dy: number, dz?: number): void;
40 moveBy(dx, dy, dz) {
43 if (this.z && dz) {
44 this.z += dz;
52 moveBy(dx, dy, dz) {
55 if (this.z && dz) {
56 this.z += dz;
64 moveBy(dx, dy, dz) {
67 if (this.z && dz) {
68 this.z += dz;
[all...]
/third_party/skia/include/utils/
H A DSkCamera.h33 SkScalar dotWith(SkScalar dx, SkScalar dy, SkScalar dz) const;
93 SkScalar dotWithNormal(SkScalar dx, SkScalar dy, SkScalar dz) const;
/third_party/skia/src/core/
H A DSkDrawShadowInfo.cpp81 SkScalar dz = lightPos.fZ - pts3D[i].fZ; in GetSpotShadowTransform() local
83 if (dz <= SK_ScalarNearlyZero) { in GetSpotShadowTransform()
86 SkScalar zRatio = pts3D[i].fZ / dz; in GetSpotShadowTransform()
/third_party/skia/src/pathops/
H A DSkPathOpsConic.cpp108 d / dz == conic_poly(dst, unknownW, .5) / conic_weight(unknownW, .5);
117 d / dz == ((a + c) / 2 + b * unknownW) / (unknownW + 1)
118 d / dz * (unknownW + 1) == (a + c) / 2 + b * unknownW
119 unknownW = ((a + c) / 2 - d / dz) / (d / dz - b)
142 double dz = conic_eval_denominator(fWeight, midT); in subDivide() local
159 double bz = 2 * dz - (az + cz) / 2; in subDivide()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp84 TIntermTyped *dz, in TransformDerivativeXMajor()
91 TIntermTyped *duValue = DerivativeQuotient(z, dz, x, dx, xRecip); in TransformDerivativeXMajor()
137 TIntermTyped *dz, in TransformDerivativeYMajor()
145 TIntermTyped *dvValue = DerivativeQuotient(z, dz, y, dy, yRecip); in TransformDerivativeYMajor()
190 TIntermTyped *dz, in TransformDerivativeZMajor()
197 TIntermTyped *duValue = DerivativeQuotient(x, dx, z, dz, zRecip); in TransformDerivativeZMajor()
198 TIntermTyped *dvValue = DerivativeQuotient(y, dy, z, dz, zRecip); in TransformDerivativeZMajor()
77 TransformDerivativeXMajor(TIntermBlock *block, TSymbolTable *symbolTable, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *dx, TIntermTyped *dy, TIntermTyped *dz, TIntermTyped *du, TIntermTyped *dv, TIntermTyped *xRecip) TransformDerivativeXMajor() argument
130 TransformDerivativeYMajor(TIntermBlock *block, TSymbolTable *symbolTable, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *dx, TIntermTyped *dy, TIntermTyped *dz, TIntermTyped *du, TIntermTyped *dv, TIntermTyped *yRecip) TransformDerivativeYMajor() argument
183 TransformDerivativeZMajor(TIntermBlock *block, TSymbolTable *symbolTable, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *dx, TIntermTyped *dy, TIntermTyped *dz, TIntermTyped *du, TIntermTyped *dv, TIntermTyped *zRecip) TransformDerivativeZMajor() argument
/third_party/glfw/examples/
H A Dheightmap.c323 GLfloat dz = center_z - map_vertices[2][ii]; in update_map() local
324 GLfloat pd = (2.0f * (float) sqrt((dx * dx) + (dz * dz))) / circle_size; in update_map()
/third_party/skia/src/utils/
H A DSkCamera.cpp44 SkScalar SkPatch3D::dotWith(SkScalar dx, SkScalar dy, SkScalar dz) const { in dotWith()
49 return cx * dx + cy * dy + cz * dz; in dotWith()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c153 unsigned dx, unsigned dy, unsigned dz, in nv50_2d_texture_do_copy()
166 ret = nv50_2d_texture_set(push, 1, dst, dst_level, dz, dfmt, eqfmt); in nv50_2d_texture_do_copy()
1380 float dz; in nv50_blit_3d() local
1424 dz = (float)info->src.box.depth / (float)info->dst.box.depth; in nv50_blit_3d()
1427 z += 0.5f * dz; in nv50_blit_3d()
1440 dz /= u_minify(src->depth0, l); in nv50_blit_3d()
1469 for (i = 0; i < info->dst.box.depth; ++i, z += dz) { in nv50_blit_3d()
1528 const int32_t dz = info->dst.box.z; in nv50_blit_eng2d() local
1549 nv50_2d_texture_set(push, 1, dst, info->dst.level, dz, info->dst.format, b); in nv50_blit_eng2d()
151 nv50_2d_texture_do_copy(struct nouveau_pushbuf *push, struct nv50_miptree *dst, unsigned dst_level, unsigned dx, unsigned dy, unsigned dz, struct nv50_miptree *src, unsigned src_level, unsigned sx, unsigned sy, unsigned sz, unsigned w, unsigned h) nv50_2d_texture_do_copy() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c163 unsigned dx, unsigned dy, unsigned dz, in nvc0_2d_texture_do_copy()
176 ret = nvc0_2d_texture_set(push, true, dst, dst_level, dz, dfmt, eqfmt); in nvc0_2d_texture_do_copy()
1209 float dz; in nvc0_blit_3d() local
1243 dz = (float)info->src.box.depth / (float)info->dst.box.depth; in nvc0_blit_3d()
1246 z += 0.5f * dz; in nvc0_blit_3d()
1259 dz /= u_minify(src->depth0, l); in nvc0_blit_3d()
1380 for (i = 0; i < info->dst.box.depth; ++i, z += dz) { in nvc0_blit_3d()
1435 const int dz = info->dst.box.z; in nvc0_blit_eng2d() local
1456 nvc0_2d_texture_set(push, 1, dst, info->dst.level, dz, info->dst.format, b); in nvc0_blit_eng2d()
161 nvc0_2d_texture_do_copy(struct nouveau_pushbuf *push, struct nv50_miptree *dst, unsigned dst_level, unsigned dx, unsigned dy, unsigned dz, struct nv50_miptree *src, unsigned src_level, unsigned sx, unsigned sy, unsigned sz, unsigned w, unsigned h) nvc0_2d_texture_do_copy() argument
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_allegro5.cpp367 io.MouseWheel += ev->mouse.dz; in ImGui_ImplAllegro5_ProcessEvent()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp990 Float4 dz = src0.z - src1.z; in dist3() local
991 Float4 dot3 = dx * dx + dy * dy + dz * dz; in dist3()
999 Float4 dz = src0.z - src1.z; in dist4() local
1001 Float4 dot4 = dx * dx + dy * dy + dz * dz + dw * dw; in dist4()
/third_party/backends/backend/
H A Dcoolscan.c2484 { double dn,dz,dm;
2485 dz=(cc.sumri-cc.sumr*cc.sumi/cc.sum);
2487 DBG (2, "Reg:dz:%e dn:%e\n",dz,dn);
2489 { dm=(dz/dn);
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs5827 parser(r"\dz").parse(), in parse_perl_class()
/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc2936 TEST(fcmp_dz) { CALL_TEST_FP_HELPER(fcmp, dz, CmpZero, kInputDoubleBasic); } in TEST()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex9476 \DeclareUnicodeCharacter{01F3}{dz}

Completed in 44 milliseconds