Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
template <class T, class U>
49
static auto test_float_equal(T x, U y)
50
{
51
return test::make_lhs_expression(float_equal_expression<T, U>{x, y});
52
}
53
54
template <class T, class U>
55
static void test_equality()
Callers
2
test_equality
Function · 0.85
test_limits
Function · 0.85
Calls
1
make_lhs_expression
Function · 0.85
Tested by
no test coverage detected