Home
last modified time | relevance | path

Searched refs:__e2 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp264 int32_t __e2; in __d2fixed_buffered_n() local
267 __e2 = 1 - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS; in __d2fixed_buffered_n()
270 __e2 = static_cast<int32_t>(__ieeeExponent) - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS; in __d2fixed_buffered_n()
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()
336 const int32_t __j = __ADDITIONAL_BITS_2 + (-__e2 - 16 * __idx); in __d2fixed_buffered_n()
369 const int32_t __requiredTwos = -__e2 - static_cast<int32_t>(__precision) - 1; in __d2fixed_buffered_n()
[all …]
H A Dd2s.cpp185 int32_t __e2; in __d2d() local
189 __e2 = 1 - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS - 2; in __d2d()
192 __e2 = static_cast<int32_t>(__ieeeExponent) - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS - 2; in __d2d()
211 if (__e2 >= 0) { in __d2d()
214 const uint32_t __q = __log10Pow2(__e2) - (__e2 > 3); in __d2d()
217 const int32_t __i = -__e2 + static_cast<int32_t>(__q) + __k; in __d2d()
238 const uint32_t __q = __log10Pow5(-__e2) - (-__e2 > 1); in __d2d()
239 __e10 = static_cast<int32_t>(__q) + __e2; in __d2d()
240 const int32_t __i = -__e2 - static_cast<int32_t>(__q); in __d2d()
675 …const int32_t __e2 = static_cast<int32_t>(__ieeeExponent) - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS; in __d2d_small_int() local
[all …]
H A Df2s.cpp159 int32_t __e2; in __f2d() local
163 __e2 = 1 - __FLOAT_BIAS - __FLOAT_MANTISSA_BITS - 2; in __f2d()
166 __e2 = static_cast<int32_t>(__ieeeExponent) - __FLOAT_BIAS - __FLOAT_MANTISSA_BITS - 2; in __f2d()
185 if (__e2 >= 0) { in __f2d()
186 const uint32_t __q = __log10Pow2(__e2); in __f2d()
189 const int32_t __i = -__e2 + static_cast<int32_t>(__q) + __k; in __f2d()
199 -__e2 + static_cast<int32_t>(__q) - 1 + __l) % 10); in __f2d()
213 const uint32_t __q = __log10Pow5(-__e2); in __f2d()
214 __e10 = static_cast<int32_t>(__q) + __e2; in __f2d()
215 const int32_t __i = -__e2 - static_cast<int32_t>(__q); in __f2d()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlist764 _LIBCPP_HIDDEN static iterator __sort(iterator __f1, iterator __e2, size_type __n, _Comp& __comp);
1210 iterator __e2 = __c.end();
1211 while (__f1 != __e1 && __f2 != __e2) {
1215 for (; __m2 != __e2 && __comp(*__m2, *__f1); ++__m2, (void)++__ds)
1247 list<_Tp, _Alloc>::__sort(iterator __f1, iterator __e2, size_type __n, _Comp& __comp) {
1253 if (__comp(*--__e2, *__f1)) {
1254 __link_pointer __f = __e2.__ptr_;
1257 return __e2;
1264 iterator __f2 = __e1 = __sort(__e1, __e2, __n - __n2, __comp);
1267 for (; __m2 != __e2 && __comp(*__m2, *__f1); ++__m2)
[all …]
H A Dregex4030 unique_ptr<__loop<_CharT> > __e2(
4034 __end_->first() = new __repeat_one_loop<_CharT>(__e2.get());
4035 __end_ = __e2->second();
4036 __s->first() = __e2.release();
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlist994 __sort(iterator __f1, iterator __e2, size_type __n, _Comp& __comp);
1628 iterator __e2 = __c.end();
1629 while (__f1 != __e1 && __f2 != __e2) {
1633 for (; __m2 != __e2 && __comp(*__m2, *__f1); ++__m2, (void)++__ds)
1665 list<_Tp, _Alloc>::__sort(iterator __f1, iterator __e2, size_type __n, _Comp& __comp) {
1671 if (__comp(*--__e2, *__f1)) {
1672 __base_pointer __f = __e2.__ptr_;
1675 return __e2;
1682 iterator __f2 = __e1 = __sort(__e1, __e2, __n - __n2, __comp);
1685 for (; __m2 != __e2 && __comp(*__m2, *__f1); ++__m2)
[all …]
H A Dregex4078 unique_ptr<__loop<_CharT> > __e2(
4082 __end_->first() = new __repeat_one_loop<_CharT>(__e2.get());
4083 __end_ = __e2->second();
4084 __s->first() = __e2.release();
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davx512fintrin.h9218 char __e4, char __e3, char __e2, char __e1, char __e0) { in _mm512_set_epi8() argument
9221 {__e0, __e1, __e2, __e3, __e4, __e5, __e6, __e7, in _mm512_set_epi8()
9238 short __e2, short __e1, short __e0) { in _mm512_set_epi16()
9240 {__e0, __e1, __e2, __e3, __e4, __e5, __e6, __e7, in _mm512_set_epi16()