Home
last modified time | relevance | path

Searched refs:small_d (Results 1 – 16 of 16) sorted by relevance

/dports/math/libflame/libflame-5.2.0/src/base/flamec/main/
H A DFLA_Init.c165 small_d = ( 1.0 / DBL_MAX ), in FLA_Init_constants() local
181 if ( small_d >= sfmin_d ) sfmin_d = small_d * ( 1.0 + eps_d ); in FLA_Init_constants()
/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_2/
H A DSegment_Delaunay_graph_2_impl.h1474 equalize_degrees(const Vertex_handle& v, Self& small_d, in equalize_degrees() argument
1538 Edge e_small_new = small_d.flip(e_small); in equalize_degrees()
1553 e_small = small_d.sym_edge(to_list1); in equalize_degrees()
1557 l.insert_after(e_small, small_d.sym_edge(to_list2)); in equalize_degrees()
1826 small_d.get_faces(l, std::back_inserter(f_small)); in fill_hole()
1872 Edge e_small_sym = small_d.sym_edge(ff_small, i); in fill_hole()
1954 small_d.insert(t); in compute_small_diagram()
1956 small_d.insert(t.supporting_site(0)); in compute_small_diagram()
1987 vh_small = small_d.infinite_vertex(); in compute_vertex_map()
2000 if ( small_d.same_segments(t, vvc) ) { in compute_vertex_map()
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/tracking/
H A Dutils.py358 small_d = diff[ii]/ns
361 point = point + small_d
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DSegment_Delaunay_graph_2.h959 void equalize_degrees(const Vertex_handle& v, Self& small_d,
1014 void fill_hole(const Self& small_d, const Vertex_handle& v, const List& l,
1021 void compute_small_diagram(const Vertex_handle& v, Self& small_d) const;
1022 void compute_vertex_map(const Vertex_handle& v, const Self& small_d,
/dports/math/py-cdecimal/cdecimal-2.3/python/
H A Dtest_cdecimal2.5.py1177 small_d = Decimal('0.25')
1195 assert_attr(small_d, big_f, attr, c, signal)
1201 assert_attr(small_d, small_f, '__eq__', c, None)
1213 assert_attr(small_d, big_f, '__ne__', c, None)
H A Dtest_cdecimal3.py1773 small_d = Decimal('0.25')
1791 assert_attr(small_d, big_f, attr, c, signal)
1797 assert_attr(small_d, small_f, '__eq__', c, None)
1809 assert_attr(small_d, big_f, '__ne__', c, None)
H A Dtest_cdecimal2.py1789 small_d = Decimal('0.25')
1807 assert_attr(small_d, big_f, attr, c, signal)
1813 assert_attr(small_d, small_f, '__eq__', c, None)
1825 assert_attr(small_d, big_f, '__ne__', c, None)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_decimal.py3851 small_d = Decimal('0.25')
3869 assert_attr(small_d, big_f, attr, c, signal)
3875 assert_attr(small_d, small_f, '__eq__', c, None)
3887 assert_attr(small_d, big_f, '__ne__', c, None)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_decimal.py3851 small_d = Decimal('0.25')
3869 assert_attr(small_d, big_f, attr, c, signal)
3875 assert_attr(small_d, small_f, '__eq__', c, None)
3887 assert_attr(small_d, big_f, '__ne__', c, None)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_decimal.py3851 small_d = Decimal('0.25')
3869 assert_attr(small_d, big_f, attr, c, signal)
3875 assert_attr(small_d, small_f, '__eq__', c, None)
3887 assert_attr(small_d, big_f, '__ne__', c, None)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_decimal.py3851 small_d = Decimal('0.25')
3869 assert_attr(small_d, big_f, attr, c, signal)
3875 assert_attr(small_d, small_f, '__eq__', c, None)
3887 assert_attr(small_d, big_f, '__ne__', c, None)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_decimal.py3881 small_d = Decimal('0.25')
3899 assert_attr(small_d, big_f, attr, c, signal)
3905 assert_attr(small_d, small_f, '__eq__', c, None)
3917 assert_attr(small_d, big_f, '__ne__', c, None)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_decimal.py3867 small_d = Decimal('0.25')
3885 assert_attr(small_d, big_f, attr, c, signal)
3891 assert_attr(small_d, small_f, '__eq__', c, None)
3903 assert_attr(small_d, big_f, '__ne__', c, None)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_decimal.py3851 small_d = Decimal('0.25')
3869 assert_attr(small_d, big_f, attr, c, signal)
3875 assert_attr(small_d, small_f, '__eq__', c, None)
3887 assert_attr(small_d, big_f, '__ne__', c, None)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_decimal.py3881 small_d = Decimal('0.25')
3899 assert_attr(small_d, big_f, attr, c, signal)
3905 assert_attr(small_d, small_f, '__eq__', c, None)
3917 assert_attr(small_d, big_f, '__ne__', c, None)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_decimal.py3851 small_d = Decimal('0.25')
3869 assert_attr(small_d, big_f, attr, c, signal)
3875 assert_attr(small_d, small_f, '__eq__', c, None)
3887 assert_attr(small_d, big_f, '__ne__', c, None)