Home
last modified time | relevance | path

Searched refs:two_comp (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/special/cephes/
H A Ddd_real_idefs.h112 int cmp = two_comp(a.x[0], b.x[0]); in dd_comp()
114 cmp = two_comp(a.x[1], b.x[1]); in dd_comp()
122 int cmp = two_comp(a.x[0], b); in dd_comp_dd_d()
124 cmp = two_comp(a.x[1], 0); in dd_comp_dd_d()
132 int cmp = two_comp(a, b.x[0]); in dd_comp_d_dd()
134 cmp = two_comp(0.0, b.x[1]); in dd_comp_d_dd()
H A Ddd_idefs.h189 two_comp(const double a, const double b) in two_comp() function