Home
last modified time | relevance | path

Searched refs:float_hash_value (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/container_hash/detail/
Dhash_float.hpp207 inline std::size_t float_hash_value(T v) in float_hash_value() function
256 inline std::size_t float_hash_value(T v) in float_hash_value() function
/third_party/boost/boost/container_hash/
Dhash.hpp504 return boost::hash_detail::float_hash_value(v); in hash_value()