Home
last modified time | relevance | path

Searched refs:__mult (Results 1 – 25 of 56) sorted by relevance

123

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dhash-long-double-tr1-aux.cc43 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
44 __val *= __mult; in operator ()()
49 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dhash-long-double-tr1-aux.cc43 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
44 __val *= __mult; in operator ()()
49 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dhash-long-double-tr1-aux.cc43 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
44 __val *= __mult; in operator ()()
49 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/
A Dhash-long-double-tr1-aux.cc43 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
44 __val *= __mult; in operator ()()
49 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dhash_c++0x.cc45 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
46 __val *= __mult; in operator ()()
51 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dhash_c++0x.cc45 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
46 __val *= __mult; in operator ()()
51 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/
A Dhash_c++0x.cc45 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
46 __val *= __mult; in operator ()()
51 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Dhash_c++0x.cc45 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
46 __val *= __mult; in operator ()()
51 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dhash_c++0x.cc45 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
46 __val *= __mult; in operator ()()
51 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dhash_c++0x.cc45 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
46 __val *= __mult; in operator ()()
51 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dhash-long-double-tr1-aux.cc45 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
46 __val *= __mult; in operator ()()
51 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Dhash_c++0x.cc45 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
46 __val *= __mult; in operator ()()
51 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dhash-long-double-tr1-aux.cc45 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
46 __val *= __mult; in operator ()()
51 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dhash-long-double-tr1-aux.cc45 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
46 __val *= __mult; in operator ()()
51 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dhash_c++0x.cc45 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
46 __val *= __mult; in operator ()()
51 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dhash-long-double-tr1-aux.cc45 const long double __mult = __SIZE_MAX__ + 1.0l; in operator ()() local
46 __val *= __mult; in operator ()()
51 __val = (__val - (long double)__hibits) * __mult; in operator ()()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/cpu/i486/opt/bits/
A Dopt_random.h184 double __mult = (std::sqrt(-2.0 * std::log(__le) / __le) in _GLIBCXX_VISIBILITY() local
187 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av); in _GLIBCXX_VISIBILITY()
208 const result_type __mult = std::sqrt(-2 * std::log(__r2) / __r2); in _GLIBCXX_VISIBILITY() local
209 _M_saved = __x * __mult; in _GLIBCXX_VISIBILITY()
211 *__f = __y * __mult * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/cpu/i486/opt/bits/
A Dopt_random.h184 double __mult = (std::sqrt(-2.0 * std::log(__le) / __le) in _GLIBCXX_VISIBILITY() local
187 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av); in _GLIBCXX_VISIBILITY()
208 const result_type __mult = std::sqrt(-2 * std::log(__r2) / __r2); in _GLIBCXX_VISIBILITY() local
209 _M_saved = __x * __mult; in _GLIBCXX_VISIBILITY()
211 *__f = __y * __mult * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/cpu/i486/opt/bits/
A Dopt_random.h182 double __mult = (std::sqrt(-2.0 * std::log(__le) / __le) in _GLIBCXX_VISIBILITY() local
185 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av); in _GLIBCXX_VISIBILITY()
206 const result_type __mult = std::sqrt(-2 * std::log(__r2) / __r2); in _GLIBCXX_VISIBILITY() local
207 _M_saved = __x * __mult; in _GLIBCXX_VISIBILITY()
209 *__f = __y * __mult * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/cpu/i486/opt/bits/
A Dopt_random.h184 double __mult = (std::sqrt(-2.0 * std::log(__le) / __le) in _GLIBCXX_VISIBILITY() local
187 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av); in _GLIBCXX_VISIBILITY()
208 const result_type __mult = std::sqrt(-2 * std::log(__r2) / __r2); in _GLIBCXX_VISIBILITY() local
209 _M_saved = __x * __mult; in _GLIBCXX_VISIBILITY()
211 *__f = __y * __mult * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/cpu/i486/opt/bits/
A Dopt_random.h184 double __mult = (std::sqrt(-2.0 * std::log(__le) / __le) in _GLIBCXX_VISIBILITY() local
187 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av); in _GLIBCXX_VISIBILITY()
208 const result_type __mult = std::sqrt(-2 * std::log(__r2) / __r2); in _GLIBCXX_VISIBILITY() local
209 _M_saved = __x * __mult; in _GLIBCXX_VISIBILITY()
211 *__f = __y * __mult * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/cpu/i486/opt/bits/
A Dopt_random.h184 double __mult = (std::sqrt(-2.0 * std::log(__le) / __le) in _GLIBCXX_VISIBILITY() local
187 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av); in _GLIBCXX_VISIBILITY()
208 const result_type __mult = std::sqrt(-2 * std::log(__r2) / __r2); in _GLIBCXX_VISIBILITY() local
209 _M_saved = __x * __mult; in _GLIBCXX_VISIBILITY()
211 *__f = __y * __mult * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/cpu/i486/opt/bits/
A Dopt_random.h182 double __mult = (std::sqrt(-2.0 * std::log(__le) / __le) in _GLIBCXX_VISIBILITY() local
185 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av); in _GLIBCXX_VISIBILITY()
206 const result_type __mult = std::sqrt(-2 * std::log(__r2) / __r2); in _GLIBCXX_VISIBILITY() local
207 _M_saved = __x * __mult; in _GLIBCXX_VISIBILITY()
209 *__f = __y * __mult * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/cpu/i486/opt/bits/
A Dopt_random.h184 double __mult = (std::sqrt(-2.0 * std::log(__le) / __le) in _GLIBCXX_VISIBILITY() local
187 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av); in _GLIBCXX_VISIBILITY()
208 const result_type __mult = std::sqrt(-2 * std::log(__r2) / __r2); in _GLIBCXX_VISIBILITY() local
209 _M_saved = __x * __mult; in _GLIBCXX_VISIBILITY()
211 *__f = __y * __mult * __param.stddev() + __param.mean(); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/parallel/
A Dfor_each_selectors.h243 operator()(_Op __mult, _It __current) in operator()
247 return __mult(*__current, *(__begin2_iterator + __position)); in operator()

Completed in 39 milliseconds

123