Searched refs:__e2 (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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 | 4807 unique_ptr<__loop<_CharT> > __e2(new __loop<_CharT>(__loop_count_, 4812 __end_->first() = new __repeat_one_loop<_CharT>(__e2.get()); 4813 __end_ = __e2->second(); 4814 __s->first() = __e2.release();
|
| /llvm-project-15.0.7/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()
|