Home
last modified time | relevance | path

Searched refs:__nn (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dpoly_laguerre.tcc203 for (unsigned int __nn = 2; __nn <= __n; ++__nn) in __poly_laguerre_recursion() local
205 __l_n = (_Tp(2 * __nn - 1) + _Tp(__alpha1) - __x) in __poly_laguerre_recursion()
206 * __l_n1 / _Tp(__nn) in __poly_laguerre_recursion()
207 - (_Tp(__nn - 1) + _Tp(__alpha1)) * __l_n2 / _Tp(__nn); in __poly_laguerre_recursion()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dpoly_laguerre.tcc203 for (unsigned int __nn = 2; __nn <= __n; ++__nn) in __poly_laguerre_recursion() local
205 __l_n = (_Tp(2 * __nn - 1) + _Tp(__alpha1) - __x) in __poly_laguerre_recursion()
206 * __l_n1 / _Tp(__nn) in __poly_laguerre_recursion()
207 - (_Tp(__nn - 1) + _Tp(__alpha1)) * __l_n2 / _Tp(__nn); in __poly_laguerre_recursion()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dmultiseq_selection.h145 _DifferenceType __m = std::distance(__begin_seqs, __end_seqs), __nn = 0, variable
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; variable
411 __nn += std::distance(__begin_seqs[__i].first,
414 if (__m == 0 || __nn == 0 || __rank < 0 || __rank >= __nn)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dmultiseq_selection.h145 _DifferenceType __m = std::distance(__begin_seqs, __end_seqs), __nn = 0, variable
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; variable
411 __nn += std::distance(__begin_seqs[__i].first,
414 if (__m == 0 || __nn == 0 || __rank < 0 || __rank >= __nn)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h479 auto __nn = std::min<streamsize>(this->epptr() - this->pptr(), in _GLIBCXX_VISIBILITY() local
481 _Tr::copy(this->pptr(), __s + __done, __nn); in _GLIBCXX_VISIBILITY()
482 this->pbump(__nn); in _GLIBCXX_VISIBILITY()
483 __done += __nn; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h497 auto __nn = std::min<streamsize>(this->epptr() - this->pptr(), in _GLIBCXX_VISIBILITY() local
499 _Tr::copy(this->pptr(), __s + __done, __nn); in _GLIBCXX_VISIBILITY()
500 this->pbump(__nn); in _GLIBCXX_VISIBILITY()
501 __done += __nn; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dlonglong.h1140 } __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)); \
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-longlong.h1140 } __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)); \
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__locale1602 const char* __nn = __nb;
1603 __r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb+__sz : __ne, __nn,
1605 if (__r == codecvt_base::error || __nn == __nb)
1609 __nb = __nn;
1638 const char* __nn = __nb;
1639 __r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb+__sz : __ne, __nn,
1641 if (__r == codecvt_base::error || __nn == __nb)
1645 __nb = __nn;