Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ diyfp
Method
diyfp
Source/Utils/json.hpp:14395–14395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14393
int e = 0;
14394
14395
constexpr diyfp(std::uint64_t f_, int e_) noexcept : f(f_), e(e_) {}
14396
14397
/*!
14398
@brief returns x - y
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected