Home
last modified time | relevance | path

Searched +defs:d +defs:ry (Results 151 – 175 of 1707) sorted by relevance

12345678910>>...69

/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Ddoublearea.cpp39 auto ry = V(F(f,0),y)-V(F(f,2),y); in doublearea() local
51 for(int d = 0;d<3;d++) in doublearea() local
/dports/graphics/lcms2/lcms2-2.12/plugins/fast_float/src/
H A Dfast_16_tethra.c69 #define TO_OUTPUT_16(d,v) do { *(cmsUInt16Number*) (d) = v; } while(0) argument
70 #define TO_OUTPUT_8(d,v) do { *(cmsUInt8Number*) (d) = FROM_16_TO_8(v); } while(0) argument
72 #define TO_OUTPUT(d,v) do { if (out16) TO_OUTPUT_16(d,v); else TO_OUTPUT_8(d,v); } while(0) argument
87 cmsS15Fixed16Number rx, ry, rz; in PerformanceEval16() local
/dports/cad/irsim/irsim-9.7.110/analyzer/
H A Dwm.c27 int d; local
57 Coord rx, ry; local
144 int border, d; in ResizeMe() local
247 int border, d; local
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/plugins/fast_float/src/
H A Dfast_16_tethra.c66 #define TO_OUTPUT_16(d,v) do { *(cmsUInt16Number*) (d) = v; } while(0) argument
67 #define TO_OUTPUT_8(d,v) do { *(cmsUInt8Number*) (d) = FROM_16_TO_8(v); } while(0) argument
69 #define TO_OUTPUT(d,v) do { if (out16) TO_OUTPUT_16(d,v); else TO_OUTPUT_8(d,v); } while(0) argument
85 cmsS15Fixed16Number rx, ry, rz; in PerformanceEval16() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/sciplot/
H A DThWheel.c214 int percentage, d, newval, a, b; local
248 int percentage, d, newval, a, b; local
282 int percentage, d, mouse, rx, ry, m, x, y, m1, oldvalue, newval, a, b; local
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/shells/
H A DANCFSimpleThinPlate3D.cpp84 Vector3D ry = GetDPosDAlpha(p_loc, 2, grad, TCD_cached); in EvalF2GeomLin() local
650 Vector3D ry = GetPosy(p_loc, flag); in GetMidPlaneStrains() local
666 Vector3D ry = GetPosy(p_loc, flag); in GetCurvatures() local
669 double d = pow(n*n, 1.5); in GetCurvatures() local
709 Vector3D ry = GetPosy(p_loc, flag); in GetDeltaEps() local
736 Vector3D ry = GetPosy(p_loc, flag); in GetDeltaKappa() local
854 Vector3D ry = GetPosy(p_loc, flag); in GetDNormalDqi() local
956 Vector3D ry = GetPosy((Vector2D&)p_loc, flag); in GetRotMatrix_dc() local
975 Vector3D ry = GetPosy((Vector2D&)p_loc, flag); in GetRotMatrixP_dc() local
1009 Vector3D ry = GetPosy((Vector2D&)p_loc, TCD_compute); in GetdRotdqT() local
[all …]
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/libm/
H A Dsleefsimddp.c139 EXPORT CONST vint xilogb(vdouble d) { in xilogb()
345 vdouble u, s, t, rx, ry; in XSINCOS() local
409 vdouble u, rx, ry; in XSINCOS_U1() local
485 vdouble u, s, t, rx, ry; in XSINCOSPI_U05() local
551 vdouble u, s, t, rx, ry; in XSINCOSPI_U35() local
1888 vdouble2 d; in xasinh() local
2699 dd2 d = gammak(a); in xtgamma_u1() local
2718 dd2 d = gammak(a); in xlgamma_r_u1() local
2740 dd2 d = gammak(a); in xlgamma_u1() local
2756 vdouble2 d; in xerf_u1() local
[all …]
H A Dsleefsimdsp.c84 EXPORT CONST vmask xilogbf(vfloat d) { in xilogbf()
362 vfloat u, s, t, rx, ry; in XSINCOSF() local
418 vfloat u, v, rx, ry; in XSINCOSF_U1() local
494 vfloat u, s, t, rx, ry; in XSINCOSPIF_U05() local
555 vfloat u, s, t, rx, ry; in XSINCOSPIF_U35() local
1503 vfloat2 d; in xasinhf() local
2216 df2 d = gammafk(a); in xtgammaf_u1() local
2235 df2 d = gammafk(a); in xlgammaf_u1() local
2249 df2 d = gammafk(a); in xlgamma_rf_u1() local
2273 vfloat2 d; in xerff_u1() local
[all …]
/dports/emulators/gxemul/gxemul-0.6.3/src/devices/
H A Ddev_fb.cc74 void set_grayscale_palette(struct vfb_data *d, int ncolors) in set_grayscale_palette()
92 void set_blackwhite_palette(struct vfb_data *d, int ncolors) in set_blackwhite_palette()
105 static void set_title(struct vfb_data *d) in set_title()
123 void dev_fb_resize(struct vfb_data *d, int new_xsize, int new_ysize) in dev_fb_resize()
193 void dev_fb_setcursor(struct vfb_data *d, int cursor_x, int cursor_y, int on, in dev_fb_setcursor()
234 void framebuffer_blockcopyfill(struct vfb_data *d, int fillflag, int fill_r, in framebuffer_blockcopyfill()
407 struct vfb_data *d = (struct vfb_data *) extra; in DEVICE_TICK() local
668 int ry = y * scaledown + suby; in DEVICE_TICK() local
706 struct vfb_data *d = (struct vfb_data *) extra; local
838 struct vfb_data *d; local
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/
H A Dmsdisplay.c47 ws_flush_display(DisplayObj d) in ws_flush_display()
99 ws_depth_display(DisplayObj d) in ws_depth_display()
109 ws_resolution_display(DisplayObj d, int *rx, int *ry) in ws_resolution_display()
134 ws_init_display(DisplayObj d) in ws_init_display()
146 ws_opened_display(DisplayObj d) in ws_opened_display()
155 ws_open_display(DisplayObj d) in ws_open_display()
175 ws_quit_display(DisplayObj d) in ws_quit_display()
333 ws_grab_server(DisplayObj d) in ws_grab_server()
339 ws_ungrab_server(DisplayObj d) in ws_ungrab_server()
621 ws_synchronous(DisplayObj d) in ws_synchronous()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/panotools/
H A DPanoToolsInterface.cpp176 double ry = srcSize.y / (double)originalSrcSize.y; in createTransform() local
224 double ry = srcSize.y / (double)originalSrcSize.y; in createInvTransform() local
383 double d = 1.0 - (a+b+c); in initCPrefs() local
/dports/games/sea-defender/Sea-Defender-d628051/snoutlib/
H A Dperlin.cpp79 #define at2(rx,ry) ( rx * q[0] + ry * q[1] ) in noise2() argument
99 float rx0, rx1, ry0, ry1, rz0, rz1, *q, sy, sz, a, b, c, d, t, u, v; in noise3() local
125 #define at3(rx,ry,rz) ( rx * q[0] + ry * q[1] + rz * q[2] ) in noise3() argument
/dports/graphics/scrot/scrot-1.7/src/
H A Dmain.c371 int rx = 0, ry = 0, rw = 0, rh = 0; in scrotGrabFocused() local
389 int rx = opt.autoselectX, ry = opt.autoselectY, rw = opt.autoselectW, rh = opt.autoselectH; in scrotGrabAutoselect() local
400 void scrotNiceClip(int* rx, int* ry, int* rw, int* rh) in scrotNiceClip()
424 int scrotGetGeometry(Window target, int* rx, int* ry, int* rw, int* rh) in scrotGetGeometry()
432 unsigned int d; in scrotGetGeometry() local
/dports/devel/love08/love-0.8.0/src/modules/physics/box2d/
H A DBody.cpp175 void Body::applyLinearImpulse(float jx, float jy, float rx, float ry) in applyLinearImpulse()
192 void Body::applyForce(float fx, float fy, float rx, float ry) in applyForce()
217 void Body::setAngle(float d) in setAngle()
232 void Body::setAngularDamping(float d) in setAngularDamping()
237 void Body::setLinearDamping(float d) in setLinearDamping()
/dports/misc/bb/bb-1.3.0/
H A Dzoom.c86 static zoom_context *d; variable
576 realloc_t *ry, *rend; in moveoldpoints() local
673 static INLINE void calcline(unsigned char *vbuff1, realloc_t * ry) in calcline()
775 realloc_t *ry, *rend, *rend1, *rxl, *rxr; in calccolumn() local
873 realloc_t *rx, *ry, *rend; in calculatenew() local
940 realloc_t *rx, *ry, *rend; in dosymetry() local
969 realloc_t *rx, *ry, *r1, *r2, *rend, *rs, *rs1; in fill() local
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/Static_filters/
H A DCoplanar_side_of_bounded_circle_3.h62 double rx, double ry, double rz, in opti_coplanar_in_circleC3()
129 double d = (std::max)(maxx, (std::max)(maxy, maxz)); in opti_coplanar_in_circleC3() local
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/
H A DC4Landscape.cpp136 int d, dx, dy, aincr, bincr, xincr, yincr, x, y; in ForLine() local
216 void C4Landscape::P::ExecuteScan(C4Landscape *d) in ExecuteScan()
2476 bool AboveSemiSolid(int32_t &rx, int32_t &ry) in AboveSemiSolid()
2503 bool AboveSolid(int32_t &rx, int32_t &ry) in AboveSolid()
2531 bool SemiAboveSolid(int32_t &rx, int32_t &ry) in SemiAboveSolid()
2558 bool FindLiquidHeight(int32_t cx, int32_t &ry, int32_t hgt) in FindLiquidHeight()
2589 bool FindTunnelHeight(int32_t cx, int32_t &ry, int32_t hgt) in FindTunnelHeight()
2622 bool FindSolidGround(int32_t &rx, int32_t &ry, int32_t width) in FindSolidGround()
2692 bool FindLiquid(int32_t &rx, int32_t &ry, int32_t width, int32_t height) in FindLiquid()
2720 bool FindTunnel(int32_t &rx, int32_t &ry, int32_t width, int32_t height) in FindTunnel()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/t/t053/
H A Dt053.java50 rx[][],ry[][],d[][]; field in t053
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/t/t052/
H A Dt052.java50 rx[][],ry[][],d[][]; field in t052
/dports/graphics/fracplanet/fracplanet-0.5.1/
H A Dnoise.cpp64 inline float value(const XYZ& q,float rx,float ry,float rz) in value()
123 const float d=lerp(sy,a1,b1); in operator ()() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/jit/t/t053/
H A Dt053.java50 rx[][],ry[][],d[][]; field in t053
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/jit/t/t052/
H A Dt052.java50 rx[][],ry[][],d[][]; field in t052
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/WallKit.ocd/
H A DScript.c84 var dx = clonk->GetDefWidth(), dy = clonk->GetDefHeight(), ox, oy, rx, ry; in Offset2BridgeCoords() local
86 var d = BridgeThickness; in Offset2BridgeCoords() local
/dports/graphics/gpxsee/GPXSee-7.32/src/map/
H A Ddatum.cpp48 static Datum d(&Ellipsoid::WGS84(), 0.0, 0.0, 0.0); in WGS84() local
70 double rx, double ry, double rz, double ds) in Datum()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/jit/t/t052/
H A Dt052.java50 rx[][],ry[][],d[][]; field in t052

12345678910>>...69