Home
last modified time | relevance | path

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

/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/blas/numeric/
H A Dis_complex.hpp37 template<class T> struct has_imag : decltype(has_imag_aux(std::declval<T>())){}; struct
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/blas/
H A Dnumeric.hpp235 template<class T> struct has_imag : std::integral_constant<bool, (has_imag_fun<T>{} or has_imag_mem… struct
/dports/math/mathomatic/mathomatic-ceb0861/
H A Dcmds.c2037 int found_imag, has_imag, has_real, solved; local