MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / WidthF

Function WidthF

native/thirdpart/flatbuffers/flexbuffers.h:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200inline BitWidth WidthF(double f) {
201 return static_cast<double>(static_cast<float>(f)) == f ? BIT_WIDTH_32
202 : BIT_WIDTH_64;
203}
204
205// Base class of all types below.
206// Points into the data buffer and allows access to one type.

Callers 3

MutateFloatMethod · 0.85
IndirectDoubleFunction · 0.85
ValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected