Searched defs:ToIntegralType (Results 1 – 1 of 1) sorted by relevance
30 int32_t ToIntegralType(float value) { return bit_cast<int32_t>(value); } in ToIntegralType() function31 int64_t ToIntegralType(double value) { return bit_cast<int64_t>(value); } in ToIntegralType() function32 template <typename T> T ToIntegralType(T value) { return value; } in ToIntegralType() function