Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ReintrepretFloat
Function
ReintrepretFloat
library/cpp/float16/float16_ut.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
#include <util/generic/ylimits.h>
9
10
static ui32 ReintrepretFloat(float v) {
11
return BitCast<ui32>(v);
12
}
13
14
using namespace NFloat16Impl;
15
Callers
1
Y_UNIT_TEST_SUITE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected