HomeSort by: relevance | last modified time | path
    Searched refs:__nn (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
multiseq_selection.h 145 _DifferenceType __m = std::distance(__begin_seqs, __end_seqs), __nn = 0, local
150 __nn += std::distance(__begin_seqs[__i].first,
157 if (__rank == __nn)
166 _GLIBCXX_PARALLEL_ASSERT(__nn != 0);
168 _GLIBCXX_PARALLEL_ASSERT(__rank < __nn);
407 _DifferenceType __nn = 0;
411 __nn += std::distance(__begin_seqs[__i].first,
414 if (__m == 0 || __nn == 0 || __rank < 0 || __rank >= __nn)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
multiseq_selection.h 145 _DifferenceType __m = std::distance(__begin_seqs, __end_seqs), __nn = 0, local
150 __nn += std::distance(__begin_seqs[__i].first,
157 if (__rank == __nn)
166 _GLIBCXX_PARALLEL_ASSERT(__nn != 0);
168 _GLIBCXX_PARALLEL_ASSERT(__rank < __nn);
407 _DifferenceType __nn = 0;
411 __nn += std::distance(__begin_seqs[__i].first,
414 if (__m == 0 || __nn == 0 || __rank < 0 || __rank >= __nn)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_conv.h 497 auto __nn = std::min<streamsize>(this->epptr() - this->pptr(), local
499 _Tr::copy(this->pptr(), __s + __done, __nn);
500 this->pbump(__nn);
501 __done += __nn;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_conv.h 497 auto __nn = std::min<streamsize>(this->epptr() - this->pptr(), local
499 _Tr::copy(this->pptr(), __s + __done, __nn);
500 this->pbump(__nn);
501 __done += __nn;
  /src/external/lgpl3/gmp/dist/
longlong.h 1140 } __nn; \
1141 __nn.__i.__h = (nh); __nn.__i.__l = (nl); \
1143 : "=d" (__rq.__ll) : "dI" (__nn.__ll), "dI" (d)); \
1158 } __nn; \
1159 __nn.__i.__h = (h); __nn.__i.__l = (l); \
1160 __asm__ ("shre %2,%1,%0" : "=d" (r) : "dI" (__nn.__ll), "dI" (c)); \
  /src/external/lgpl3/mpfr/dist/src/
mpfr-longlong.h 1140 } __nn; \
1141 __nn.__i.__h = (nh); __nn.__i.__l = (nl); \
1143 : "=d" (__rq.__ll) : "dI" (__nn.__ll), "dI" (d)); \
1158 } __nn; \
1159 __nn.__i.__h = (h); __nn.__i.__l = (l); \
1160 __asm__ ("shre %2,%1,%0" : "=d" (r) : "dI" (__nn.__ll), "dI" (c)); \

Completed in 46 milliseconds