Home
last modified time | relevance | path

Searched refs:__d2 (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drandom.h1704 const std::uniform_int_distribution<_IntType>& __d2) in _GLIBCXX_VISIBILITY()
1705 { return !(__d1 == __d2); } in _GLIBCXX_VISIBILITY()
1904 const uniform_real_distribution& __d2) in _GLIBCXX_VISIBILITY()
1905 { return __d1._M_param == __d2._M_param; } in _GLIBCXX_VISIBILITY()
1925 const std::uniform_real_distribution<_IntType>& __d2) in _GLIBCXX_VISIBILITY()
1926 { return !(__d1 == __d2); } in _GLIBCXX_VISIBILITY()
2131 const std::normal_distribution<_RealType1>& __d2); in _GLIBCXX_VISIBILITY()
2182 const std::normal_distribution<_RealType>& __d2) in _GLIBCXX_VISIBILITY()
2183 { return !(__d1 == __d2); } in _GLIBCXX_VISIBILITY()
2340 const lognormal_distribution& __d2) in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_uninitialized.h276 auto __d2 = __olast - __ofirst; in _GLIBCXX_VISIBILITY()
277 return ranges::copy_n(std::move(__ifirst), std::min(__d1, __d2), in _GLIBCXX_VISIBILITY()
363 auto __d2 = __olast - __ofirst; in _GLIBCXX_VISIBILITY()
366 std::min(__d1, __d2), __ofirst); in _GLIBCXX_VISIBILITY()
H A Duniform_int_dist.h228 const uniform_int_distribution& __d2) in _GLIBCXX_VISIBILITY()
229 { return __d1._M_param == __d2._M_param; } in _GLIBCXX_VISIBILITY()
H A Dranges_algobase.h104 auto __d2 = ranges::distance(__first2, __last2); in _GLIBCXX_VISIBILITY() local
105 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
H A Dstl_algobase.h1606 auto __d2 = std::distance(__first2, __last2); in _GLIBCXX_VISIBILITY()
1607 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
1633 auto __d2 = std::distance(__first2, __last2); in _GLIBCXX_VISIBILITY()
1634 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
H A Dranges_algo.h566 auto __d2 = ranges::distance(__first2, __last2); in _GLIBCXX_VISIBILITY() local
567 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
588 auto __d2 = ranges::distance(__first2, __last2); in _GLIBCXX_VISIBILITY() local
589 if (__d1 == 0 && __d2 == 0) in _GLIBCXX_VISIBILITY()
591 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
3346 const auto __d2 = __last2 - __first2; in _GLIBCXX_VISIBILITY() local
3348 if (const auto __len = std::min(__d1, __d2)) in _GLIBCXX_VISIBILITY()
3367 return __d1 < __d2; in _GLIBCXX_VISIBILITY()
H A Dstl_algo.h3510 auto __d2 = std::distance(__first2, __last2); in _GLIBCXX_VISIBILITY() local
3511 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
3530 auto __d2 = std::distance(__first2, __last2); in _GLIBCXX_VISIBILITY() local
3531 if (__d1 == 0 && __d2 == 0) in _GLIBCXX_VISIBILITY()
3533 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
H A Drandom.tcc1909 const std::normal_distribution<_RealType>& __d2) in operator ==() argument
1911 if (__d1._M_param == __d2._M_param in operator ==()
1912 && __d1._M_saved_available == __d2._M_saved_available) in operator ==()
1915 && __d1._M_saved == __d2._M_saved) in operator ==()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drandom.h1699 const std::uniform_int_distribution<_IntType>& __d2) in _GLIBCXX_VISIBILITY()
1700 { return !(__d1 == __d2); } in _GLIBCXX_VISIBILITY()
1899 const uniform_real_distribution& __d2) in _GLIBCXX_VISIBILITY()
1900 { return __d1._M_param == __d2._M_param; } in _GLIBCXX_VISIBILITY()
1920 const std::uniform_real_distribution<_IntType>& __d2) in _GLIBCXX_VISIBILITY()
1921 { return !(__d1 == __d2); } in _GLIBCXX_VISIBILITY()
2126 const std::normal_distribution<_RealType1>& __d2); in _GLIBCXX_VISIBILITY()
2177 const std::normal_distribution<_RealType>& __d2) in _GLIBCXX_VISIBILITY()
2178 { return !(__d1 == __d2); } in _GLIBCXX_VISIBILITY()
2335 const lognormal_distribution& __d2) in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_uninitialized.h276 auto __d2 = __olast - __ofirst; in _GLIBCXX_VISIBILITY()
277 return ranges::copy_n(std::move(__ifirst), std::min(__d1, __d2), in _GLIBCXX_VISIBILITY()
363 auto __d2 = __olast - __ofirst; in _GLIBCXX_VISIBILITY()
366 std::min(__d1, __d2), __ofirst); in _GLIBCXX_VISIBILITY()
H A Duniform_int_dist.h224 const uniform_int_distribution& __d2) in _GLIBCXX_VISIBILITY()
225 { return __d1._M_param == __d2._M_param; } in _GLIBCXX_VISIBILITY()
H A Dranges_algobase.h103 auto __d2 = ranges::distance(__first2, __last2); in _GLIBCXX_VISIBILITY() local
104 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
H A Dstl_algobase.h1463 auto __d2 = std::distance(__first2, __last2); in _GLIBCXX_VISIBILITY()
1464 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
1490 auto __d2 = std::distance(__first2, __last2); in _GLIBCXX_VISIBILITY()
1491 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
H A Dranges_algo.h776 auto __d2 = ranges::distance(__first2, __last2); in _GLIBCXX_VISIBILITY() local
777 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
798 auto __d2 = ranges::distance(__first2, __last2); in _GLIBCXX_VISIBILITY() local
799 if (__d1 == 0 && __d2 == 0) in _GLIBCXX_VISIBILITY()
801 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
3554 const auto __d2 = __last2 - __first2; in _GLIBCXX_VISIBILITY() local
3556 if (const auto __len = std::min(__d1, __d2)) in _GLIBCXX_VISIBILITY()
3575 return __d1 < __d2; in _GLIBCXX_VISIBILITY()
H A Dstl_algo.h3566 auto __d2 = std::distance(__first2, __last2); in _GLIBCXX_VISIBILITY() local
3567 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
3586 auto __d2 = std::distance(__first2, __last2); in _GLIBCXX_VISIBILITY() local
3587 if (__d1 == 0 && __d2 == 0) in _GLIBCXX_VISIBILITY()
3589 if (__d1 != __d2) in _GLIBCXX_VISIBILITY()
H A Drandom.tcc1866 const std::normal_distribution<_RealType>& __d2) in operator ==() argument
1868 if (__d1._M_param == __d2._M_param in operator ==()
1869 && __d1._M_saved_available == __d2._M_saved_available) in operator ==()
1872 && __d1._M_saved == __d2._M_saved) in operator ==()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drandom574 const beta_distribution& __d2)
575 { return __d1._M_param == __d2._M_param; }
623 const __gnu_cxx::beta_distribution<_RealType>& __d2)
624 { return !(__d1 == __d2); }
895 __d2);
953 __d2)
954 { return !(__d1 == __d2); }
1161 const rice_distribution& __d2)
1162 { return (__d1._M_param == __d2._M_param
1163 && __d1._M_ndx == __d2._M_ndx
[all …]
H A Drandom.tcc656 __d2) in operator ==()
658 return __d1._M_param == __d2._M_param && __d1._M_nd == __d2._M_nd; in operator ==()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drandom572 const beta_distribution& __d2)
573 { return __d1._M_param == __d2._M_param; }
621 const __gnu_cxx::beta_distribution<_RealType>& __d2)
622 { return !(__d1 == __d2); }
893 __d2);
951 __d2)
952 { return !(__d1 == __d2); }
1159 const rice_distribution& __d2)
1160 { return (__d1._M_param == __d2._M_param
1161 && __d1._M_ndx == __d2._M_ndx
[all …]
H A Drandom.tcc656 __d2) in operator ==()
658 return __d1._M_param == __d2._M_param && __d1._M_nd == __d2._M_nd; in operator ==()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhypergeometric.tcc455 _Tp __d1, __d2; in __hyperg_reflect() local
459 __d2 = _Tp(0); in __hyperg_reflect()
464 __d2 = __d; in __hyperg_reflect()
498 _Tp __ln_pre1 = __lng_ad + __lng_c + __d2 * __ln_omx in __hyperg_reflect()
506 __term *= (__a + __d2 + __j) * (__b + __d2 + __j) in __hyperg_reflect()
507 / (_Tp(1) + __d2 + __j) / __i * (_Tp(1) - __x); in __hyperg_reflect()
530 __lng_ad2 = __log_gamma(__a + __d2); in __hyperg_reflect()
531 __lng_bd2 = __log_gamma(__b + __d2); in __hyperg_reflect()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dhypergeometric.tcc455 _Tp __d1, __d2; in __hyperg_reflect() local
459 __d2 = _Tp(0); in __hyperg_reflect()
464 __d2 = __d; in __hyperg_reflect()
498 _Tp __ln_pre1 = __lng_ad + __lng_c + __d2 * __ln_omx in __hyperg_reflect()
506 __term *= (__a + __d2 + __j) * (__b + __d2 + __j) in __hyperg_reflect()
507 / (_Tp(1) + __d2 + __j) / __i * (_Tp(1) - __x); in __hyperg_reflect()
530 __lng_ad2 = __log_gamma(__a + __d2); in __hyperg_reflect()
531 __lng_bd2 = __log_gamma(__b + __d2); in __hyperg_reflect()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dratio505 static constexpr uintmax_t __d2 = _R2::den / __g;
506 typedef __big_mul<_R1::den, __d2> __d;
517 typedef __big_mul<_R1::den / __g2, __d2> __d_final;
535 static constexpr uintmax_t __d2 = _R2::den / __g;
536 typedef __big_mul<_R1::den, __d2> __d;
546 typedef __big_mul<_R1::den / __g2, __d2> __d_final;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dratio459 static constexpr uintmax_t __d2 = _R2::den / __g;
460 typedef __big_mul<_R1::den, __d2> __d;
471 typedef __big_mul<_R1::den / __g2, __d2> __d_final;
489 static constexpr uintmax_t __d2 = _R2::den / __g;
490 typedef __big_mul<_R1::den, __d2> __d;
500 typedef __big_mul<_R1::den / __g2, __d2> __d_final;
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__bit_reference911 difference_type __d2 = __last - __middle;
912 _I1 __r = __first + __d2;
913 while (__d1 != 0 && __d2 != 0)
915 if (__d1 <= __d2)
929 __d2 -= __d1;
934 if (__d2 <= __bit_array<_Cp>::capacity())
936 __bit_array<_Cp> __b(__d2);
943 __bit_iterator<_Cp, false> __mp = __first + __d2;
946 __d1 -= __d2;

12