Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp263 int32_t __e2; in __d2fixed_buffered_n() local
266 __e2 = 1 - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS; in __d2fixed_buffered_n()
269 __e2 = static_cast<int32_t>(__ieeeExponent) - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS; in __d2fixed_buffered_n()
274 if (__e2 >= -52) { in __d2fixed_buffered_n()
275 const uint32_t __idx = __e2 < 0 ? 0 : __indexForExponent(static_cast<uint32_t>(__e2)); in __d2fixed_buffered_n()
279 const uint32_t __j = __p10bits - __e2; in __d2fixed_buffered_n()
313 if (__e2 < 0) { in __d2fixed_buffered_n()
314 const int32_t __idx = -__e2 / 16; in __d2fixed_buffered_n()
335 const int32_t __j = __ADDITIONAL_BITS_2 + (-__e2 - 16 * __idx); in __d2fixed_buffered_n()
368 const int32_t __requiredTwos = -__e2 - static_cast<int32_t>(__precision) - 1; in __d2fixed_buffered_n()
[all …]
H A Dd2s.cpp184 int32_t __e2; in __d2d() local
188 __e2 = 1 - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS - 2; in __d2d()
191 __e2 = static_cast<int32_t>(__ieeeExponent) - __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()
216 const int32_t __i = -__e2 + static_cast<int32_t>(__q) + __k; 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()
674 …const int32_t __e2 = static_cast<int32_t>(__ieeeExponent) - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS; in __d2d_small_int() local
[all …]
H A Df2s.cpp157 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()
/src/contrib/llvm-project/libcxx/include/
H A Dlist926 _LIBCPP_HIDDEN static iterator __sort(iterator __f1, iterator __e2, size_type __n, _Comp& __comp);
1539 iterator __e2 = __c.end();
1540 while (__f1 != __e1 && __f2 != __e2) {
1544 for (; __m2 != __e2 && __comp(*__m2, *__f1); ++__m2, (void)++__ds)
1576 list<_Tp, _Alloc>::__sort(iterator __f1, iterator __e2, size_type __n, _Comp& __comp) {
1582 if (__comp(*--__e2, *__f1)) {
1583 __link_pointer __f = __e2.__ptr_;
1586 return __e2;
1593 iterator __f2 = __e1 = __sort(__e1, __e2, __n - __n2, __comp);
1596 for (; __m2 != __e2 && __comp(*__m2, *__f1); ++__m2)
[all …]
H A Dregex4070 unique_ptr<__loop<_CharT> > __e2(
4074 __end_->first() = new __repeat_one_loop<_CharT>(__e2.get());
4075 __end_ = __e2->second();
4076 __s->first() = __e2.release();
/src/contrib/llvm-project/clang/lib/Headers/
H A Davx512fintrin.h9213 char __e4, char __e3, char __e2, char __e1, char __e0) { in _mm512_set_epi8() argument
9216 {__e0, __e1, __e2, __e3, __e4, __e5, __e6, __e7, in _mm512_set_epi8()
9233 short __e2, short __e1, short __e0) { in _mm512_set_epi16()
9235 {__e0, __e1, __e2, __e3, __e4, __e5, __e6, __e7, in _mm512_set_epi16()