Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dnumeric_impl.h181 using is_arithmetic_udop = std::integral_constant<bool, std::is_arithmetic<_Tp>::value && variable
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dnumeric_impl.h177 using is_arithmetic_udop = std::integral_constant<bool, std::is_arithmetic<_Tp>::value && variable