Searched defs:call_frexp (Results 1 – 1 of 1) sorted by relevance
87 struct call_frexp { struct88 typedef Float float_type;89 inline Float operator()(Float x, int* y) const { in operator ()()155 template <typename Float> struct call_frexp struct157 typedef double float_type;159 inline double operator()(double a, int* b) const in operator ()()