Home
last modified time | relevance | path

Searched refs:ensure_close (Results 1 – 3 of 3) sorted by relevance

/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/python/
H A Dtest.py10 def ensure_close(a,b,eps=1e-6): function
33 ensure_close(updated_pred, my_pred)
48 ensure_close(my_pred, my_pred2)
52 ensure_close(ex.get_updated_prediction(), my_predict(vw,ex))
109 ensure_close(before_save, after_save)
/dports/graphics/geos/geos-3.9.1/tests/unit/tut/
H A Dtut_fpt.hpp115 void ensure_close(const char* msg, const T& actual, const T& expected, const U& tolerance ) in ensure_close() function
138 void ensure_close(const T& actual, const T& expected, const Tolerance& tolerance ) in ensure_close() function
140 ensure_close( 0, actual, expected, tolerance ); in ensure_close()
169 ensure_close(msg, actual, expected, double(tolerance)); in ensure_close_fraction()
/dports/devel/svk/SVK-v2.2.3/lib/SVK/Editor/
H A DMerge.pm362 sub ensure_close { subroutine
551 $self->ensure_close ($path, $checksum, $pool);
618 $self->ensure_close ($path, $checksum, $pool);
768 $self->ensure_close ($path, $iod->hexdigest, $pool);