HomeSort by: relevance | last modified time | path
    Searched defs:__is_vectorizable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd.h 533 // __is_vectorizable {{{
535 struct __is_vectorizable : public is_arithmetic<_Tp> {}; struct in inherits:is_arithmetic
538 struct __is_vectorizable<bool> : public false_type {}; struct in inherits:false_type
541 inline constexpr bool __is_vectorizable_v = __is_vectorizable<_Tp>::value;
551 : conjunction<__is_vectorizable<_Ptr>, __is_vectorizable<_ValueType>> {};
2432 // the following excludes bool via __is_vectorizable
3042 enable_if_t<conjunction_v<__is_vectorizable<_Tp>, is_abi_tag<_Abi>>>>
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd.h 555 // __is_vectorizable {{{
557 struct __is_vectorizable : public is_arithmetic<_Tp> {}; struct in inherits:is_arithmetic
560 struct __is_vectorizable<bool> : public false_type {}; struct in inherits:false_type
563 inline constexpr bool __is_vectorizable_v = __is_vectorizable<_Tp>::value;
573 : conjunction<__is_vectorizable<_Ptr>, __is_vectorizable<_ValueType>> {};
2467 // the following excludes bool via __is_vectorizable
3082 enable_if_t<conjunction_v<__is_vectorizable<_Tp>, is_abi_tag<_Abi>>>>

Completed in 28 milliseconds