Searched refs:identity_d_impl (Results 1 – 1 of 1) sorted by relevance
24 double identity_d_impl(double x) { return x; } in identity_d_impl() function25 boost::function<double (double)> identity_d = identity_d_impl; // Functor.