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

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_x86.h 371 static_assert(is_unsigned_v<_Kp>); variable
1363 && is_unsigned_v<_Tp>)
1486 else if constexpr (is_integral_v<_Tp> && is_unsigned_v<_Tp> &&
1834 && is_unsigned_v<
1837 else if constexpr (sizeof(_Up) == 1 && is_unsigned_v<_Up>) //{{{
1915 else if constexpr (sizeof(__x) == 64 && is_unsigned_v<_Up>)
1924 is_unsigned_v<_Up>)
1977 && is_unsigned_v<_Up> && sizeof(__x) > 2)
2041 else if constexpr (is_unsigned_v<_Up> && sizeof(__x) > 2) // SSE2
2126 else if constexpr (__have_avx2 && is_unsigned_v<_Up>
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_x86.h 371 static_assert(is_unsigned_v<_Kp>); variable
1363 && is_unsigned_v<_Tp>)
1486 else if constexpr (is_integral_v<_Tp> && is_unsigned_v<_Tp> &&
1834 && is_unsigned_v<
1837 else if constexpr (sizeof(_Up) == 1 && is_unsigned_v<_Up>) //{{{
1915 else if constexpr (sizeof(__x) == 64 && is_unsigned_v<_Up>)
1924 is_unsigned_v<_Up>)
1977 && is_unsigned_v<_Up> && sizeof(__x) > 2)
2041 else if constexpr (is_unsigned_v<_Up> && sizeof(__x) > 2) // SSE2
2126 else if constexpr (__have_avx2 && is_unsigned_v<_Up>
    [all...]

Completed in 27 milliseconds