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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
unseq_backend_simd.h 336 _DifferenceType __cnt_true = 0, __cnt_false = 0; variable
340 _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(__cnt_true : 1, __cnt_false : 1)
348 __out_false[__cnt_false] = __first[__i];
349 ++__cnt_false;
758 _DifferenceType __cnt_true = 0, __cnt_false = 0; variable
763 _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(__cnt_true : 1, __cnt_false : 1)
771 __out_false[__cnt_false] = __first[__i];
772 ++__cnt_false;
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false);
unseq_backend_simd.h 336 _DifferenceType __cnt_true = 0, __cnt_false = 0; variable
340 _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(__cnt_true : 1, __cnt_false : 1)
348 __out_false[__cnt_false] = __first[__i];
349 ++__cnt_false;
758 _DifferenceType __cnt_true = 0, __cnt_false = 0; variable
763 _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(__cnt_true : 1, __cnt_false : 1)
771 __out_false[__cnt_false] = __first[__i];
772 ++__cnt_false;
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
unseq_backend_simd.h 336 _DifferenceType __cnt_true = 0, __cnt_false = 0; variable
340 _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(__cnt_true : 1, __cnt_false : 1)
348 __out_false[__cnt_false] = __first[__i];
349 ++__cnt_false;
758 _DifferenceType __cnt_true = 0, __cnt_false = 0; variable
763 _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(__cnt_true : 1, __cnt_false : 1)
771 __out_false[__cnt_false] = __first[__i];
772 ++__cnt_false;
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false);
unseq_backend_simd.h 336 _DifferenceType __cnt_true = 0, __cnt_false = 0; variable
340 _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(__cnt_true : 1, __cnt_false : 1)
348 __out_false[__cnt_false] = __first[__i];
349 ++__cnt_false;
758 _DifferenceType __cnt_true = 0, __cnt_false = 0; variable
763 _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(__cnt_true : 1, __cnt_false : 1)
771 __out_false[__cnt_false] = __first[__i];
772 ++__cnt_false;
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false);

Completed in 44 milliseconds