Home
last modified time | relevance | path

Searched refs:r_outer (Results 1 – 25 of 124) sorted by relevance

12345

/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/isolve/
H A Dlgmres.py150 r_outer = matvec(x) - b
158 if np.iscomplexobj(r_outer) and not np.iscomplexobj(x):
159 x = x.astype(r_outer.dtype)
161 (x, r_outer))
164 r_norm = nrm2(r_outer)
169 v0 = -psolve(r_outer)
173 rnorm = nrm2(r_outer)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tests/QMMM/QS/sample_xyz/
H A D5H2O_adaptive.xyz36 move molecule #4 to r_inner = 2.5 < r = 3.0 <= r_outer = 3.5. Should be core_list: 3, core: 3, ext…
53 move 1 atom in molecule #4 to r = 3.55 > r_outer = 3.5, rest are at r = 3.45 <= r_outer. Should be…
70 move rest of molecule #4 to r = 4.1 > r_outer = 3.5. Should be core_list: 3, core: 3, extended: 3,…
87 … one atom of molecule #4 to r_inner = 2.5 < r = 3.45 < r_outer = 3.5, rest at r = 3.55 <= r_outer
104 move rest of molecule #4 to r_inner = 2.5 < r = 3.1 < r_outer = 3.5. Should be core_list: 3, core: …
121 …cule #4 to r = 2.45 < r_inner = 2.5, rest at r_inner = 2.5 < r = 2.55 <= r_outer = 3.5. Should be…
/dports/science/cp2k-data/cp2k-7.1.0/tests/QMMM/QS/sample_xyz/
H A D5H2O_adaptive.xyz36 move molecule #4 to r_inner = 2.5 < r = 3.0 <= r_outer = 3.5. Should be core_list: 3, core: 3, ext…
53 move 1 atom in molecule #4 to r = 3.55 > r_outer = 3.5, rest are at r = 3.45 <= r_outer. Should be…
70 move rest of molecule #4 to r = 4.1 > r_outer = 3.5. Should be core_list: 3, core: 3, extended: 3,…
87 … one atom of molecule #4 to r_inner = 2.5 < r = 3.45 < r_outer = 3.5, rest at r = 3.55 <= r_outer
104 move rest of molecule #4 to r_inner = 2.5 < r = 3.1 < r_outer = 3.5. Should be core_list: 3, core: …
121 …cule #4 to r = 2.45 < r_inner = 2.5, rest at r_inner = 2.5 < r = 2.55 <= r_outer = 3.5. Should be…
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/
H A DChTire.cpp384 double VolumeCyl(double r_outer, double r_inner, double cyl_height) { in VolumeCyl() argument
385 return CH_C_PI * cyl_height * (r_outer * r_outer - r_inner * r_inner); in VolumeCyl()
388 double InertiaRotCyl(double mass, double r_outer, double r_inner) { in InertiaRotCyl() argument
389 return mass * (r_outer * r_outer + r_inner * r_inner) / 2.0; in InertiaRotCyl()
392 double InertiaTipCyl(double mass, double r_outer, double r_inner, double cyl_height) { in InertiaTipCyl() argument
393 return mass * (3.0 * (r_outer * r_outer + r_inner * r_inner) + cyl_height * cyl_height) / 12.0; in InertiaTipCyl()
/dports/x11/pixman/pixman-0.40.0/demos/
H A Dgradient-test.c42 pixman_fixed_t r_outer; in main()
59 r_outer = pixman_double_to_fixed (50.0); in main()
68 r_inner, r_outer, in main()
H A Dclip-test.c42 pixman_fixed_t r_outer; in main() local
58 r_outer = pixman_double_to_fixed (100.0); in main()
61 r_inner, r_outer, in main()
H A Dalpha-test.c47 pixman_fixed_t r_outer; in main()
80 r_outer = pixman_double_to_fixed (50.0); in main()
89 r_inner, r_outer, in main()
/dports/x11/pixman/pixman-0.40.0/test/
H A Dgradient-crash-test.c86 pixman_fixed_t r_outer; in main() local
99 r_outer = pixman_double_to_fixed (50.0); in main()
133 r_inner, r_outer, in main()
H A Dradial-perf-test.c10 static const pixman_fixed_t r_outer = 64 << 16; in main() local
30 &inner, &outer, r_inner, r_outer, stops, ARRAY_LENGTH (stops)); in main()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dstrict_float.cpp118 RDom r_outer(0, in.width() / vectorize); in simple_sum() local
122 … total_inner(i) = apply_strictness(total_inner(i) + cast<Accum>(term(r_outer * vectorize + i))); in simple_sum()
155 RDom r_outer(0, in.width() / vectorize); in kahan_sum() local
159 …k_sum_inner(i) = Tuple(apply_strictness(k_sum_inner(i)[0] + (term(r_outer * vectorize + i) - k_sum… in kahan_sum()
160 …ictness((k_sum_inner(i)[0] + (term(r_outer * vectorize + i) - k_sum_inner(i)[1])) - k_sum_inner(i)… in kahan_sum()
/dports/astro/accrete/accrete-1.0/
H A Daccrete.c14 double r_inner, r_outer, reduced_mass, dust_density, cloud_eccentricity; variable
195 r_outer = outer_effect_limit(a, e, reduced_mass);
212 || (dust_band->inner_edge >= r_outer)))
216 bandwidth = (r_outer - r_inner);
217 temp1 = r_outer - dust_band->outer_edge;
269 update_dust_lanes(r_inner,r_outer,(*seed_mass),crit_mass,body_inner_bound,body_outer_bound); in accrete_dust()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/
H A Ddepsgraph_debug.cc206 size_t *r_outer, in DEG_stats_simple() argument
220 if (r_outer || r_relations) { in DEG_stats_simple()
242 if (r_outer) { in DEG_stats_simple()
243 *r_outer = tot_outer; in DEG_stats_simple()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/dft/
H A Dradi.py58 r_outer = 12.
60 rfac = r_outer / numpy.log(1 - (n*step)**2)
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/
H A DDEG_depsgraph_debug.h51 size_t *r_outer,
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_morphometry/
H A Dtpi.cpp148 double r_outer = Parameters("RADIUS")->asRange()->Get_Max() / Get_Cellsize(); in On_Execute() local
151 m_Kernel.Get_Weighting().Set_BandWidth(r_outer * m_Kernel.Get_Weighting().Get_BandWidth() / 100.); in On_Execute()
153 if( !m_Kernel.Set_Annulus(r_inner, r_outer) ) in On_Execute()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/src/
H A Dbase_spinner.c45 const d2tk_coord_t r_outer = bnd_outer.h/2; in _d2tk_base_spinner_draw_dec() local
70 d2tk_core_arc(core, cx, cy, r_outer, 90, 270, true); in _d2tk_base_spinner_draw_dec()
100 const d2tk_coord_t r_outer = bnd_outer.h/2; in _d2tk_base_spinner_draw_inc() local
125 d2tk_core_arc(core, cx, cy, r_outer, -90, 90, true); in _d2tk_base_spinner_draw_inc()
/dports/graphics/embree/embree-3.13.2/kernels/geometry/
H A Dcurve_intersector_sweep.h209 vfloatx r_outer = max(P0.w,P1.w,P2.w,P3.w)+maxr12; in intersect_bezier_recursive_jacobian() local
211 r_outer = one_plus_ulp*r_outer; in intersect_bezier_recursive_jacobian()
213 const CylinderN<vfloatx::size> cylinder_outer(Vec3vfx(P0),Vec3vfx(P3),r_outer); in intersect_bezier_recursive_jacobian()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/geom/
H A Dgeom_curve_intersect.h318 float r_outer = max(max(P0.w, P1.w), max(P2.w, P3.w)) + maxr12; in curve_intersect_recursive() local
320 r_outer = one_plus_ulp * r_outer; in curve_intersect_recursive()
330 r_outer, in curve_intersect_recursive()
/dports/science/iboview/ibo-view.20150427/src/IboView/
H A DCtDftGrid_ivb.cpp384 r_outer = 12.0 * AtomicScale, // given in bohr? sounds a bit small. in GetAtomRadialGrid() local
386 RFac = r_outer/std::log(1 - sqr(n*den)); in GetAtomRadialGrid()
/dports/devel/py-testresources/testresources-2.0.1/testresources/tests/
H A Dtest_test_resource.py345 r_outer = resource_manager.getResource()
354 resource_manager.finishedWith(r_outer)
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/vt/
H A Dtr_types.h138 float r_outer; member
/dports/misc/box2d/box2d-2.4.1/extern/imgui/
H A Dimgui.cpp6873 …t ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_… in FindBestWindowPosForPopupEx() argument
6875 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size); in FindBestWindowPosForPopupEx()
6893 if (!r_outer.Contains(ImRect(pos, pos + size))) in FindBestWindowPosForPopupEx()
6907 …w = (dir == ImGuiDir_Left ? r_avoid.Min.x : r_outer.Max.x) - (dir == ImGuiDir_Right ? r_avoid.Max.… in FindBestWindowPosForPopupEx()
6908 …l_h = (dir == ImGuiDir_Up ? r_avoid.Min.y : r_outer.Max.y) - (dir == ImGuiDir_Down ? r_avoid.Max.y… in FindBestWindowPosForPopupEx()
6921 pos.x = ImMax(ImMin(pos.x + size.x, r_outer.Max.x) - size.x, r_outer.Min.x); in FindBestWindowPosForPopupEx()
6922 pos.y = ImMax(ImMin(pos.y + size.y, r_outer.Max.y) - size.y, r_outer.Min.y); in FindBestWindowPosForPopupEx()
6930 ImRect r_outer = GetWindowAllowedExtentRect(window); in FindBestWindowPosForPopup() local
6943 …estWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid); in FindBestWindowPosForPopup()
6948 …estWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid); in FindBestWindowPosForPopup()
[all …]
/dports/math/curv/curv-0.5/extern/imgui/
H A Dimgui.cpp6549 …t ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_… in FindBestWindowPosForPopupEx() argument
6551 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size); in FindBestWindowPosForPopupEx()
6569 if (!r_outer.Contains(ImRect(pos, pos + size))) in FindBestWindowPosForPopupEx()
6583 …w = (dir == ImGuiDir_Left ? r_avoid.Min.x : r_outer.Max.x) - (dir == ImGuiDir_Right ? r_avoid.Max.… in FindBestWindowPosForPopupEx()
6584 …l_h = (dir == ImGuiDir_Up ? r_avoid.Min.y : r_outer.Max.y) - (dir == ImGuiDir_Down ? r_avoid.Max.y… in FindBestWindowPosForPopupEx()
6597 pos.x = ImMax(ImMin(pos.x + size.x, r_outer.Max.x) - size.x, r_outer.Min.x); in FindBestWindowPosForPopupEx()
6598 pos.y = ImMax(ImMin(pos.y + size.y, r_outer.Max.y) - size.y, r_outer.Min.y); in FindBestWindowPosForPopupEx()
6606 ImRect r_outer = GetWindowAllowedExtentRect(window); in FindBestWindowPosForPopup() local
6619 …estWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid); in FindBestWindowPosForPopup()
6624 …estWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid); in FindBestWindowPosForPopup()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dimgui.cpp6576 …t ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_… in FindBestWindowPosForPopupEx() argument
6578 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size); in FindBestWindowPosForPopupEx()
6596 if (!r_outer.Contains(ImRect(pos, pos + size))) in FindBestWindowPosForPopupEx()
6610 …w = (dir == ImGuiDir_Left ? r_avoid.Min.x : r_outer.Max.x) - (dir == ImGuiDir_Right ? r_avoid.Max.… in FindBestWindowPosForPopupEx()
6611 …l_h = (dir == ImGuiDir_Up ? r_avoid.Min.y : r_outer.Max.y) - (dir == ImGuiDir_Down ? r_avoid.Max.y… in FindBestWindowPosForPopupEx()
6624 pos.x = ImMax(ImMin(pos.x + size.x, r_outer.Max.x) - size.x, r_outer.Min.x); in FindBestWindowPosForPopupEx()
6625 pos.y = ImMax(ImMin(pos.y + size.y, r_outer.Max.y) - size.y, r_outer.Min.y); in FindBestWindowPosForPopupEx()
6633 ImRect r_outer = GetWindowAllowedExtentRect(window); in FindBestWindowPosForPopup() local
6646 …estWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid); in FindBestWindowPosForPopup()
6651 …estWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid); in FindBestWindowPosForPopup()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/imgui/
H A Dimgui.cpp6879 …t ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_… in FindBestWindowPosForPopupEx() argument
6881 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size); in FindBestWindowPosForPopupEx()
6899 if (!r_outer.Contains(ImRect(pos, pos + size))) in FindBestWindowPosForPopupEx()
6913 …w = (dir == ImGuiDir_Left ? r_avoid.Min.x : r_outer.Max.x) - (dir == ImGuiDir_Right ? r_avoid.Max.… in FindBestWindowPosForPopupEx()
6914 …l_h = (dir == ImGuiDir_Up ? r_avoid.Min.y : r_outer.Max.y) - (dir == ImGuiDir_Down ? r_avoid.Max.y… in FindBestWindowPosForPopupEx()
6927 pos.x = ImMax(ImMin(pos.x + size.x, r_outer.Max.x) - size.x, r_outer.Min.x); in FindBestWindowPosForPopupEx()
6928 pos.y = ImMax(ImMin(pos.y + size.y, r_outer.Max.y) - size.y, r_outer.Min.y); in FindBestWindowPosForPopupEx()
6936 ImRect r_outer = GetWindowAllowedExtentRect(window); in FindBestWindowPosForPopup() local
6949 …estWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid); in FindBestWindowPosForPopup()
6954 …estWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid); in FindBestWindowPosForPopup()
[all …]

12345