Searched defs:to_double (Results 1 – 3 of 3) sorted by relevance
62 inline double to_double( double const& v ) in to_double() function74 template<class... T> double to_double( boost::variant2::variant<T...> const& v ) in to_double() function88 template<class... T> double to_double( boost::variant<T...> const& v ) in to_double() function102 template<class... T> double to_double( std::variant<T...> const& v ) in to_double() function
272 static bool to_double(zval *php_val, double *dbl) { in to_double() function
681 double to_double; in GetDouble() member