MCPcopy Create free account
hub / github.com/Gecode/gecode / test_input

Function test_input

gecode/third-party/boost/numeric/interval/detail/test_input.hpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace detail {
32
33template<class T, class Policies> inline
34bool test_input(const interval<T, Policies>& x) {
35 typedef typename Policies::checking checking;
36 return checking::is_empty(x.lower(), x.upper());
37}
38
39template<class T, class Policies1, class Policies2> inline
40bool test_input(const interval<T, Policies1>& x, const interval<T, Policies2>& y) {

Callers 15

expFunction · 0.85
logFunction · 0.85
cosFunction · 0.85
sinFunction · 0.85
tanFunction · 0.85
asinFunction · 0.85
acosFunction · 0.85
atanFunction · 0.85
sinhFunction · 0.85
coshFunction · 0.85
tanhFunction · 0.85
asinhFunction · 0.85

Calls 2

lowerMethod · 0.45
upperMethod · 0.45

Tested by

no test coverage detected