MCPcopy 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
10static ui32 ReintrepretFloat(float v) {
11 return BitCast<ui32>(v);
12}
13
14using namespace NFloat16Impl;
15

Callers 1

Y_UNIT_TEST_SUITEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected