Home
last modified time | relevance | path

Searched refs:a_dist (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/demo/
H A DSlice.c40 cpFloat a_dist = cpvdot(a, n) - dist; in ClipPoly() local
42 if(a_dist < 0.0){ in ClipPoly()
50 if(a_dist*b_dist < 0.0f){ in ClipPoly()
51 cpFloat t = cpfabs(a_dist)/(cpfabs(a_dist) + cpfabs(b_dist)); in ClipPoly()
H A DShatter.c89 cpFloat a_dist = cpvdot(a, n) - dist; in ClipCell() local
91 if(a_dist <= 0.0){ in ClipCell()
99 if(a_dist*b_dist < 0.0f){ in ClipCell()
100 cpFloat t = cpfabs(a_dist)/(cpfabs(a_dist) + cpfabs(b_dist)); in ClipCell()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/xc/
H A DFiles18 becke.F ( <-- a_dist.F )
39 becke.F ( <-- a_dist.F )
H A Da_dist.F1 Subroutine a_dist(xyz, Rij, nctrs,dopts) subroutine
H A DGNUmakefile15 a_dist.o \
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/xc/
H A DFiles18 becke.F ( <-- a_dist.F )
39 becke.F ( <-- a_dist.F )
H A Da_dist.F1 Subroutine a_dist(xyz, Rij, nctrs,dopts) subroutine
H A DGNUmakefile15 a_dist.o \
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/constraints/
H A Dcontact2D.cpp292 TArray<int>& a_locind, TArray<double>& a_dist, TArray<Vector2D>& a_pp) in GetNearestMasterSegments() argument
315 a_dist.SetLen(0); in GetNearestMasterSegments()
376 a_dist.Add(d); in GetNearestMasterSegments()
382 if (fabs(d) < fabs(a_dist(f))) in GetNearestMasterSegments()
385 a_dist(f) = d; in GetNearestMasterSegments()
403 a_dist.Add(dist); in GetNearestMasterSegments()
H A Dcontact3D.cpp247 TArray<int>& a_locind, TArray<double>& a_dist, TArray<Vector3D>& a_pp) in GetNearestMasterSegments() argument
278 a_dist.SetLen(0); in GetNearestMasterSegments()
379 a_dist.Add(d); in GetNearestMasterSegments()
385 if (fabs(d) < fabs(a_dist(f))) in GetNearestMasterSegments()
388 a_dist(f) = d; in GetNearestMasterSegments()
404 a_dist.Add(dist); in GetNearestMasterSegments()
/dports/math/libmesh/libmesh-1.6.2/src/fe/
H A Dinf_fe_map.C227 const Real a_dist = Point(o-intersection).norm(); in inverse_map() local
243 v = 1.-2.*a_dist/fp_o_dist; in inverse_map()
/dports/devel/boost-docs/boost_1_72_0/libs/math/tools/
H A Dhypergeometric_1F1_error_plot.cpp109 boost::random::uniform_real_distribution<test_type> a_dist(min_a, max_a); in main() local
122 test_type a = a_dist(gen); in main()
/dports/math/heyoka/heyoka-0.16.0/test/
H A Dtwo_body_batch.cpp80 … std::uniform_real_distribution<float> a_dist(0.1f, 10.f), e_dist(0.1f, 0.5f), i_dist(0.1f, 3.13f), in __anon9167127b0102() local
82 … v_kep.push_back(std::array<fp_t, 6>{fp_t{a_dist(rng)}, fp_t{e_dist(rng)}, fp_t{i_dist(rng)}, in __anon9167127b0102()
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/tools/
H A Dhypergeometric_1F1_error_plot.cpp109 boost::random::uniform_real_distribution<test_type> a_dist(min_a, max_a); in main() local
122 test_type a = a_dist(gen); in main()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/math/tools/
H A Dhypergeometric_1F1_error_plot.cpp109 boost::random::uniform_real_distribution<test_type> a_dist(min_a, max_a); in main() local
122 test_type a = a_dist(gen); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/math/tools/
H A Dhypergeometric_1F1_error_plot.cpp109 boost::random::uniform_real_distribution<test_type> a_dist(min_a, max_a); in main() local
122 test_type a = a_dist(gen); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/math/tools/
H A Dhypergeometric_1F1_error_plot.cpp109 boost::random::uniform_real_distribution<test_type> a_dist(min_a, max_a); in main() local
122 test_type a = a_dist(gen); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/google/api/control/
H A Ddistribution.py241 def _buckets_nearly_equal(a_dist, b_dist): argument
253 a_type, a_buckets = _detect_bucket_option(a_dist)
/dports/devel/sgb/sgb-20090810_1/
H A Dladders.w181 @d a_dist(k) (*(p+k)<*(q+k)? *(q+k)-*(p+k): *(p+k)-*(q+k))
188 a->len = a_dist(a->loc);
288 return a_dist(0)+a_dist(1)+a_dist(2)+a_dist(3)+a_dist(4);
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/dftgrad/
H A Ddftg_gridpart.F89 call a_dist(xyz, dbl_mb(k_Rij), natoms,.false.)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/dftgrad/
H A Ddftg_gridpart.F99 call a_dist(xyz, dbl_mb(k_Rij), natoms,.false.)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/grid/
H A Dgrid_sswold.F73 call a_dist(xyz, Rij, nctrs_pruned,.false.)
H A Dgrid_ssw.F61 call a_dist(xyz, Rij, nctrs_pruned,.false.)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/grid/
H A Dgrid_ssw.F61 call a_dist(xyz, Rij, nctrs_pruned,.false.)
H A Dgrid_sswold.F73 call a_dist(xyz, Rij, nctrs_pruned,.false.)

12