Home
last modified time | relevance | path

Searched defs:call_ldexp (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/container_hash/detail/
Dfloat_functions.hpp79 struct call_ldexp { struct
80 typedef Float float_type;
81 inline Float operator()(Float x, int y) const { in operator ()()
140 template <typename Float> struct call_ldexp struct
142 typedef double float_type;
144 inline double operator()(double a, int b) const in operator ()()