MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / test_float_equal

Function test_float_equal

test/float_equal.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48template <class T, class U>
49static auto test_float_equal(T x, U y)
50{
51 return test::make_lhs_expression(float_equal_expression<T, U>{x, y});
52}
53
54template <class T, class U>
55static void test_equality()

Callers 2

test_equalityFunction · 0.85
test_limitsFunction · 0.85

Calls 1

make_lhs_expressionFunction · 0.85

Tested by

no test coverage detected