Home
last modified time | relevance | path

Searched +defs:V +defs:dy (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/dports/science/dynare/dynare-4.6.4/matlab/
H A Dprodmom_deriv.m61 dy = zeros(1,1,size(dV,3)); variable
68 dy = zeros(1,1,size(dV,3)); variable
76 V = V(ii,ii); variable
88 dy = reshape(dy,1,size(dV,3)); variable
103 dy = reshape(dy,1,size(dV,3)); variable
114 V = V(inu,inu); % Extract only the relevant part of V variable
116 V = V./2; variable
130 dy = 0; variable
135 dy = dy+p*s2*q^(s2-1)*dq; variable
167 dy = dy/prod([1:s2]); variable
[all …]
/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/tests/
H A Dtest_bn.py17 def bn_ref(x, G, B, M, V): argument
54 def bn_ref(x, G, B, M, V): argument
101 def bn_ref(x, G, B, M, V): argument
272 def bn_grad_wrt_inputs_f(x, dy, scale, x_mean, x_invstd): argument
276 def bn_grad_wrt_scale_f(x, dy, scale, x_mean, x_invstd): argument
280 def bn_grad_wrt_bias_f(x, dy, scale, x_mean, x_invstd): argument
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/
H A Dtransform.py22 def translate(dx, dy): argument
69 def transformPoints(matrix, V): argument
74 def zTransformPoints(matrix, V): argument
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-utils/
H A Dyuv2rgb.c1513 int U, V, Y; in yuv2rgb_c_32() local
1518 int dy; in yuv2rgb_c_32() local
1647 int U, V, Y; in yuv2rgb_c_24_rgb() local
1652 int dy; in yuv2rgb_c_24_rgb() local
1782 int U, V, Y; in yuv2rgb_c_24_bgr() local
1787 int dy; in yuv2rgb_c_24_bgr() local
1918 int U, V, Y; in yuv2rgb_c_16() local
1923 int dy; in yuv2rgb_c_16() local
2057 int dy; in yuv2rgb_c_8() local
2187 int dy; in yuv2rgb_c_gray() local
[all …]
/dports/games/eureka/eureka-1.27b-source/src/
H A De_vertex.cc323 double dy = Vertices[v_num]->y() - Vertices[i]->y(); in Vertex_TryFixDangler() local
418 const Vertex * V = Vertices[v_num]; in CalcDisconnectCoord() local
421 double dy = L->End()->y() - L->Start()->y(); in CalcDisconnectCoord() local
885 const Vertex * V = Vertices[*it]; in CMD_SEC_Disconnect() local
987 const Vertex *V = Vertices[*it]; in CMD_VT_ShapeLine() local
1043 const Vertex *V = Vertices[*it]; in CMD_VT_ShapeLine() local
1154 const Vertex *V = Vertices[along_list[k].vert_num]; in EvaluateCircle() local
1171 double dy = new_y - V->y(); in EvaluateCircle() local
1236 const Vertex *V = Vertices[*it]; in CMD_VT_ShapeArc() local
1239 double dy = V->y() - mid_y; in CMD_VT_ShapeArc() local
[all …]
H A Dui_vertex.cc158 int dy = 0; in button_callback() local
184 const Vertex *V = Vertices[*it]; in button_callback() local
/dports/science/hypre/hypre-2.23.0/src/distributed_ls/ParaSails/
H A DFGmres.c52 #define V(i) (&V[(i)*n]) macro
57 GeneratePlaneRotation(HYPRE_Real dx, HYPRE_Real dy, HYPRE_Real *cs, HYPRE_Real *sn) in GeneratePlaneRotation()
73 static void ApplyPlaneRotation(HYPRE_Real *dx, HYPRE_Real *dy, HYPRE_Real cs, HYPRE_Real sn) in ApplyPlaneRotation()
100 HYPRE_Real *V = hypre_TAlloc(HYPRE_Real, n*(dim+1) , HYPRE_MEMORY_HOST); in FGMRES_ParaSails() local
/dports/math/py-yt/yt-4.0.1/yt/utilities/
H A Dmath_utils.py341 def modify_reference_frame(CoM, L, P=None, V=None): argument
461 def compute_rotational_velocity(CoM, L, P, V): argument
518 def compute_parallel_velocity(CoM, L, P, V): argument
566 def compute_radial_velocity(CoM, L, P, V): argument
620 def compute_cylindrical_radius(CoM, L, P, V): argument
1072 def get_translate_matrix(dx, dy, dz): argument
1108 def get_scale_matrix(dx, dy, dz): argument
/dports/cad/opencascade/opencascade-7.6.0/src/ChFiKPart/
H A DChFiKPart_ComputeData_CS.cxx44 gp_Vec V(P,S1->Value(P1S1.X(),P1S1.Y())); in ChFiKPart_CornerSpine() local
58 gp_Dir dy(gp_Vec(cent,P2)); in ChFiKPart_CornerSpine() local
/dports/math/casadi/casadi-3.5.5/docs/examples/python/
H A Dsysid.py25 dy = MX.sym('dy') variable
95 def gauss_newton(e,nlp,V): argument
132 V = veccat(params, X) variable
/dports/databases/grass7/grass-7.8.6/imagery/i.topo.corr/
H A Dillumination.c28 double H, V, dx, dy, key, north, east, south, west, center; in eval_cosi() local
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Ddallpeaks.c57 float dx, dy; in max_gaussian() local
59 float V; in max_gaussian() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu/src/
H A Dtsdf_volume.cpp174 Vector3f V = ((Array3i(x, y, z).cast<float>() + 0.5f) * cell_size).matrix (); in fetchCloudHost() local
179 for (int dy = -1; dy < 2; ++dy) in fetchCloudHost() local
203 for (int dy = 0; dy < 2; ++dy) in fetchCloudHost() local
235 int dy = ds[1]; in fetchCloudHost() local
/dports/databases/pgrouting/pgrouting-3.2.0/include/bdAstar/
H A Dpgr_bdAstar.hpp51 typedef typename Pgr_bidirectional<G>::V V; typedef in pgrouting::bidirectional::Pgr_bdAstar
161 double dy = graph[v].y() - graph[u].y(); in heuristic() local
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/EDMS/Tests/
H A Dmtest.c103 fix dx, dy; in main() local
202 void testback( physics_handle C, physics_handle V, int bad, long DATA1, long DATA2, fix location[3]… in testback()
/dports/math/abs/abs-src-0.908/X11/
H A Dmainwin.c166 double V = v; local
176 double V = v; local
232 popupcell (int dx, int dy, int w, int h) in popupcell()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dtap.c298 static short dy[] = {0,1,0,-1}; variable
421 void Tap_VersionDelta(GCElement *g,Version *V) in Tap_VersionDelta()
424 int dx = 0,dy = 0,o; in Tap_VersionDelta() local
463 static short dy[] = {0,9,0,-9}; in Tap_wireSnap() local
/dports/math/mathgl/mathgl-2.5/src/
H A Dpixel.cpp612 const mreal pp = dr->pPos, V = (pw-1)*(pw-1)/4, S = (1-pw)/2; in line_draw() local
704 const mreal V = (pw-1)*(pw-1)/4, S = (1-pw)/2; in pnt_draw() local
738 const float V=(pw-1)*(pw-1)/4,S=(1-pw)/2; in mark_draw() local
762 const float V=(pw-1)*(pw-1)/4,S=(1-pw)/2; in mark_draw() local
769 float dx=i-q.x, dy=j-q.y, v,u; in mark_draw() local
790 float dx=i-q.x, dy=j-q.y, v,u; in mark_draw() local
803 float dx=i-q.x, dy=j-q.y, v,u; in mark_draw() local
1065 float dx=i-q.x, dy=j-q.y, v; in mark_draw() local
1075 float dx=i-q.x, dy=j-q.y, v; in mark_draw() local
1085 float dx=i-q.x, dy=j-q.y, v; in mark_draw() local
[all …]
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-format.c123 guint8 *dy = GET_Y_LINE (y); in pack_planar_420() local
796 guint Y0, Y1, U, V; in unpack_Y210() local
870 guint16 Y0, Y1, U, V; in pack_Y210() local
900 guint16 A, Y, U, V; in unpack_Y410() local
936 guint16 A, Y, U, V; in pack_Y410() local
3015 guint16 Y, U, V; in pack_Y444_10LE() local
3073 guint16 Y, U, V; in pack_Y444_10BE() local
3449 guint16 Y, U, V; in pack_Y444_12LE() local
3507 guint16 Y, U, V; in pack_Y444_12BE() local
3888 guint16 A, Y, U, V; in pack_A444_10LE() local
[all …]
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-format.c123 guint8 *dy = GET_Y_LINE (y); in pack_planar_420() local
796 guint Y0, Y1, U, V; in unpack_Y210() local
870 guint16 Y0, Y1, U, V; in pack_Y210() local
900 guint16 A, Y, U, V; in unpack_Y410() local
936 guint16 A, Y, U, V; in pack_Y410() local
3015 guint16 Y, U, V; in pack_Y444_10LE() local
3073 guint16 Y, U, V; in pack_Y444_10BE() local
3449 guint16 Y, U, V; in pack_Y444_12LE() local
3507 guint16 Y, U, V; in pack_Y444_12BE() local
3888 guint16 A, Y, U, V; in pack_A444_10LE() local
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-format.c123 guint8 *dy = GET_Y_LINE (y); in pack_planar_420() local
796 guint Y0, Y1, U, V; in unpack_Y210() local
870 guint16 Y0, Y1, U, V; in pack_Y210() local
900 guint16 A, Y, U, V; in unpack_Y410() local
936 guint16 A, Y, U, V; in pack_Y410() local
3015 guint16 Y, U, V; in pack_Y444_10LE() local
3073 guint16 Y, U, V; in pack_Y444_10BE() local
3449 guint16 Y, U, V; in pack_Y444_12LE() local
3507 guint16 Y, U, V; in pack_Y444_12BE() local
3888 guint16 A, Y, U, V; in pack_A444_10LE() local
[all …]
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-format.c123 guint8 *dy = GET_Y_LINE (y); in pack_planar_420() local
796 guint Y0, Y1, U, V; in unpack_Y210() local
870 guint16 Y0, Y1, U, V; in pack_Y210() local
900 guint16 A, Y, U, V; in unpack_Y410() local
936 guint16 A, Y, U, V; in pack_Y410() local
3015 guint16 Y, U, V; in pack_Y444_10LE() local
3073 guint16 Y, U, V; in pack_Y444_10BE() local
3449 guint16 Y, U, V; in pack_Y444_12LE() local
3507 guint16 Y, U, V; in pack_Y444_12BE() local
3888 guint16 A, Y, U, V; in pack_A444_10LE() local
[all …]
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-format.c123 guint8 *dy = GET_Y_LINE (y); in pack_planar_420() local
796 guint Y0, Y1, U, V; in unpack_Y210() local
870 guint16 Y0, Y1, U, V; in pack_Y210() local
900 guint16 A, Y, U, V; in unpack_Y410() local
936 guint16 A, Y, U, V; in pack_Y410() local
3015 guint16 Y, U, V; in pack_Y444_10LE() local
3073 guint16 Y, U, V; in pack_Y444_10BE() local
3449 guint16 Y, U, V; in pack_Y444_12LE() local
3507 guint16 Y, U, V; in pack_Y444_12BE() local
3888 guint16 A, Y, U, V; in pack_A444_10LE() local
[all …]
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-format.c123 guint8 *dy = GET_Y_LINE (y); in pack_planar_420() local
796 guint Y0, Y1, U, V; in unpack_Y210() local
870 guint16 Y0, Y1, U, V; in pack_Y210() local
900 guint16 A, Y, U, V; in unpack_Y410() local
936 guint16 A, Y, U, V; in pack_Y410() local
3015 guint16 Y, U, V; in pack_Y444_10LE() local
3073 guint16 Y, U, V; in pack_Y444_10BE() local
3449 guint16 Y, U, V; in pack_Y444_12LE() local
3507 guint16 Y, U, V; in pack_Y444_12BE() local
3888 guint16 A, Y, U, V; in pack_A444_10LE() local
[all …]
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideo-format.c123 guint8 *dy = GET_Y_LINE (y); in pack_planar_420() local
796 guint Y0, Y1, U, V; in unpack_Y210() local
870 guint16 Y0, Y1, U, V; in pack_Y210() local
900 guint16 A, Y, U, V; in unpack_Y410() local
936 guint16 A, Y, U, V; in pack_Y410() local
3015 guint16 Y, U, V; in pack_Y444_10LE() local
3073 guint16 Y, U, V; in pack_Y444_10BE() local
3449 guint16 Y, U, V; in pack_Y444_12LE() local
3507 guint16 Y, U, V; in pack_Y444_12BE() local
3888 guint16 A, Y, U, V; in pack_A444_10LE() local
[all …]

12345678910>>...22