Home
last modified time | relevance | path

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

/third_party/boost/boost/container_hash/detail/
Dfloat_functions.hpp87 struct call_frexp { struct
88 typedef Float float_type;
89 inline Float operator()(Float x, int* y) const { in operator ()()
155 template <typename Float> struct call_frexp struct
157 typedef double float_type;
159 inline double operator()(double a, int* b) const in operator ()()