Searched refs:__nn (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
| D | poly_laguerre.tcc | 200 for (unsigned int __nn = 2; __nn <= __n; ++__nn) in __poly_laguerre_recursion() local 202 __l_n = (_Tp(2 * __nn - 1) + _Tp(__alpha1) - __x) in __poly_laguerre_recursion() 203 * __l_n1 / _Tp(__nn) in __poly_laguerre_recursion() 204 - (_Tp(__nn - 1) + _Tp(__alpha1)) * __l_n2 / _Tp(__nn); in __poly_laguerre_recursion()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
| D | poly_laguerre.tcc | 203 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()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/ |
| D | multiseq_selection.h | 145 _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)
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/ |
| D | multiseq_selection.h | 145 _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)
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | locale_conv.h | 410 auto __nn = std::min<streamsize>(this->epptr() - this->pptr(), in _GLIBCXX_VISIBILITY() local 412 _Tr::copy(this->pptr(), __s + __done, __nn); in _GLIBCXX_VISIBILITY() 413 this->pbump(__nn); in _GLIBCXX_VISIBILITY() 414 __done += __nn; in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/mpfr/src/ |
| HD | mpfr-longlong.h | 875 } __nn; \ 876 __nn.__i.__h = (nh); __nn.__i.__l = (nl); \ 878 : "=d" (__rq.__ll) : "dI" (__nn.__ll), "dI" (d)); \ 893 } __nn; \ 894 __nn.__i.__h = (h); __nn.__i.__l = (l); \ 895 __asm__ ("shre %2,%1,%0" : "=d" (r) : "dI" (__nn.__ll), "dI" (c)); \
|
| /dragonfly/contrib/gmp/ |
| HD | longlong.h | 1032 } __nn; \ 1033 __nn.__i.__h = (nh); __nn.__i.__l = (nl); \ 1035 : "=d" (__rq.__ll) : "dI" (__nn.__ll), "dI" (d)); \ 1050 } __nn; \ 1051 __nn.__i.__h = (h); __nn.__i.__l = (l); \ 1052 __asm__ ("shre %2,%1,%0" : "=d" (r) : "dI" (__nn.__ll), "dI" (c)); \
|