/openbsd/gnu/llvm/libcxx/src/ryu/ |
H A D | d2fixed.cpp | 264 int32_t __e2; in __d2fixed_buffered_n() local 275 if (__e2 >= -52) { in __d2fixed_buffered_n() 276 const uint32_t __idx = __e2 < 0 ? 0 : __indexForExponent(static_cast<uint32_t>(__e2)); in __d2fixed_buffered_n() 280 const uint32_t __j = __p10bits - __e2; in __d2fixed_buffered_n() 314 if (__e2 < 0) { in __d2fixed_buffered_n() 315 const int32_t __idx = -__e2 / 16; in __d2fixed_buffered_n() 455 int32_t __e2; in __d2exp_buffered_n() local 471 if (__e2 >= -52) { in __d2exp_buffered_n() 472 const uint32_t __idx = __e2 < 0 ? 0 : __indexForExponent(static_cast<uint32_t>(__e2)); in __d2exp_buffered_n() 516 if (__e2 < 0 && __availableDigits == 0) { in __d2exp_buffered_n() [all …]
|
H A D | d2s.cpp | 184 int32_t __e2; in __d2d() local 188 __e2 = 1 - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS - 2; in __d2d() 210 if (__e2 >= 0) { in __d2d() 213 const uint32_t __q = __log10Pow2(__e2) - (__e2 > 3); in __d2d() 237 const uint32_t __q = __log10Pow5(-__e2) - (-__e2 > 1); in __d2d() 238 __e10 = static_cast<int32_t>(__q) + __e2; in __d2d() 239 const int32_t __i = -__e2 - static_cast<int32_t>(__q); in __d2d() 676 if (__e2 > 0) { in __d2d_small_int() 682 if (__e2 < -52) { in __d2d_small_int() 689 const uint64_t __mask = (1ull << -__e2) - 1; in __d2d_small_int() [all …]
|
H A D | f2s.cpp | 157 int32_t __e2; in __f2d() local 161 __e2 = 1 - __FLOAT_BIAS - __FLOAT_MANTISSA_BITS - 2; in __f2d() 164 __e2 = static_cast<int32_t>(__ieeeExponent) - __FLOAT_BIAS - __FLOAT_MANTISSA_BITS - 2; in __f2d() 183 if (__e2 >= 0) { in __f2d() 184 const uint32_t __q = __log10Pow2(__e2); in __f2d() 187 const int32_t __i = -__e2 + static_cast<int32_t>(__q) + __k; in __f2d() 197 -__e2 + static_cast<int32_t>(__q) - 1 + __l) % 10); in __f2d() 211 const uint32_t __q = __log10Pow5(-__e2); in __f2d() 212 __e10 = static_cast<int32_t>(__q) + __e2; in __f2d() 213 const int32_t __i = -__e2 - static_cast<int32_t>(__q); in __f2d()
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | valarray_before.h | 523 _BinBase(const _FirstArg& __e1, const _SecondArg& __e2) 524 : _M_expr1(__e1), _M_expr2(__e2) {} 584 _BinClos(const _Dom1& __e1, const _Dom2& __e2) : _Base(__e1, __e2) {} 606 _BinClos(const _Dom& __e1, const valarray<_Tp>& __e2) 607 : _Base(__e1, __e2) {} 618 _BinClos(const valarray<_Tp>& __e1, const _Dom& __e2) 619 : _Base(__e1, __e2) {} 630 _BinClos(const _Dom& __e1, const _Tp& __e2) : _Base(__e1, __e2) {} 641 _BinClos(const _Tp& __e1, const _Dom& __e2) : _Base(__e1, __e2) {}
|
H A D | valarray_after.h | 468 const _Expr<_Dom2, typename _Dom2::value_type>& __e2) \ 472 return _Expr<_Closure, _Tp>(_Closure(__e1(), __e2())); \
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | valarray_meta.h | 500 _BinBase(const _FirstArg& __e1, const _SecondArg& __e2) 501 : _M_expr1(__e1), _M_expr2(__e2) {} 561 _BinClos(const _Dom1& __e1, const _Dom2& __e2) : _Base(__e1, __e2) {} 583 _BinClos(const _Dom& __e1, const valarray<_Tp>& __e2) 584 : _Base(__e1, __e2) {} 595 _BinClos(const valarray<_Tp>& __e1, const _Dom& __e2) 596 : _Base(__e1, __e2) {} 607 _BinClos(const _Dom& __e1, const _Tp& __e2) : _Base(__e1, __e2) {} 618 _BinClos(const _Tp& __e1, const _Dom& __e2) : _Base(__e1, __e2) {} 1056 const _Expr<_Dom2,typename _Dom2::value_type>& __e2) \ [all …]
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | list | 2105 iterator __e2 = __c.end(); 2106 while (__f1 != __e1 && __f2 != __e2) 2112 for (; __m2 != __e2 && __comp(*__m2, *__f1); ++__m2, (void) ++__ds) 2169 list<_Tp, _Alloc>::__sort(iterator __f1, iterator __e2, size_type __n, _Comp& __comp) 2177 if (__comp(*--__e2, *__f1)) 2179 __link_pointer __f = __e2.__ptr_; 2182 return __e2; 2189 iterator __f2 = __e1 = __sort(__e1, __e2, __n - __n2, __comp); 2193 for (; __m2 != __e2 && __comp(*__m2, *__f1); ++__m2) 2206 while (__f1 != __e1 && __f2 != __e2) [all …]
|
H A D | regex | 4809 unique_ptr<__loop<_CharT> > __e2(new __loop<_CharT>(__loop_count_, 4814 __end_->first() = new __repeat_one_loop<_CharT>(__e2.get()); 4815 __end_ = __e2->second(); 4816 __s->first() = __e2.release();
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | random.tcc | 1192 const _RealType __e2 = -std::log(__urng()); in operator ()() local 1196 __v = (-__e2 + _M_d1 * (1 / (_M_t - __np) in operator ()() 1203 const _RealType __e2 = -std::log(__urng()); in operator ()() local 1207 __v = -__e2 - _M_d2 * __y / (2 * __s2s); in operator ()()
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | avx512fintrin.h | 9199 char __e4, char __e3, char __e2, char __e1, char __e0) { in _mm512_set_epi8() argument 9202 {__e0, __e1, __e2, __e3, __e4, __e5, __e6, __e7, in _mm512_set_epi8() 9219 short __e2, short __e1, short __e0) { in _mm512_set_epi16() 9221 {__e0, __e1, __e2, __e3, __e4, __e5, __e6, __e7, in _mm512_set_epi16()
|