Home
last modified time | relevance | path

Searched refs:__idx (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dvstring.h2696 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY()
2698 __idx, __base); } in _GLIBCXX_VISIBILITY()
2701 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY()
2703 __idx, __base); } in _GLIBCXX_VISIBILITY()
2706 stoul(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY()
2708 __idx, __base); } in _GLIBCXX_VISIBILITY()
2711 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY()
2713 __idx, __base); } in _GLIBCXX_VISIBILITY()
2716 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) in _GLIBCXX_VISIBILITY()
2718 __idx, __base); } in _GLIBCXX_VISIBILITY()
[all …]
Dstring_conversions.h55 const char* __name, const _CharT* __str, std::size_t* __idx, in _GLIBCXX_VISIBILITY()
90 if (__idx) in _GLIBCXX_VISIBILITY()
91 *__idx = __endptr - __str; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dbasic_string.h3983 stoi(const string& __str, size_t* __idx = 0, int __base = 10)
3985 __idx, __base); }
3988 stol(const string& __str, size_t* __idx = 0, int __base = 10)
3990 __idx, __base); }
3993 stoul(const string& __str, size_t* __idx = 0, int __base = 10)
3995 __idx, __base); }
3998 stoll(const string& __str, size_t* __idx = 0, int __base = 10)
4000 __idx, __base); }
4003 stoull(const string& __str, size_t* __idx = 0, int __base = 10)
4005 __idx, __base); }
[all …]
Dlocale_facets.tcc1288 size_t __idx = 0; in __add_grouping() local
1291 while (__last - __first > __gbeg[__idx] in __add_grouping()
1292 && static_cast<signed char>(__gbeg[__idx]) > 0 in __add_grouping()
1293 && __gbeg[__idx] != __gnu_cxx::__numeric_traits<char>::__max) in __add_grouping()
1295 __last -= __gbeg[__idx]; in __add_grouping()
1296 __idx < __gsize - 1 ? ++__idx : ++__ctr; in __add_grouping()
1305 for (char __i = __gbeg[__idx]; __i > 0; --__i) in __add_grouping()
1309 while (__idx--) in __add_grouping()
1312 for (char __i = __gbeg[__idx]; __i > 0; --__i) in __add_grouping()
Dregex.tcc366 auto __output = [&](size_t __idx) in format()
368 auto& __sub = (*this)[__idx]; in format()
/netbsd/src/sys/dev/ic/
Drtwvar.h233 #define RTW_NEXT_IDX(__htc, __idx) (((__idx) + 1) % (__htc)->tdb_ndesc) argument
235 #define RTW_NEXT_DESC(__htc, __idx) \ argument
237 sizeof(struct rtw_txdesc) * RTW_NEXT_IDX((__htc), (__idx)))
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_utils.h235 int __idx = ffs(mask) - 1; \
236 mask &= ~BIT(__idx); \
237 __idx; \
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dtuple1437 constexpr size_t __idx = __find_uniq_type_in_pack<_Tp, _Types...>();
1438 static_assert(__idx < sizeof...(_Types),
1440 return std::__get_helper<__idx>(__t);
1448 constexpr size_t __idx = __find_uniq_type_in_pack<_Tp, _Types...>();
1449 static_assert(__idx < sizeof...(_Types),
1451 return std::forward<_Tp>(std::__get_helper<__idx>(__t));
1459 constexpr size_t __idx = __find_uniq_type_in_pack<_Tp, _Types...>();
1460 static_assert(__idx < sizeof...(_Types),
1462 return std::__get_helper<__idx>(__t);
1471 constexpr size_t __idx = __find_uniq_type_in_pack<_Tp, _Types...>();
[all …]
Dmutex591 int __idx = __detail::__try_lock_impl(__lockables...);
592 if (__idx == -1)
597 return __idx + 1;
691 const int __idx = (__first + __j) % _Np;
692 if (!__locks[__idx].try_lock())
696 __first = __idx;
Dspan276 operator[](size_type __idx) const noexcept
278 __glibcxx_assert(__idx < size());
279 return *(this->_M_ptr + __idx);
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm_mve.h450 #define vsetq_lane(__a, __b, __idx) __arm_vsetq_lane(__a, __b, __idx) argument
451 #define vgetq_lane(__a, __idx) __arm_vgetq_lane(__a, __idx) argument
2962 #define vsetq_lane_f16(__a, __b, __idx) __arm_vsetq_lane_f16(__a, __b, __idx) argument
2963 #define vsetq_lane_f32(__a, __b, __idx) __arm_vsetq_lane_f32(__a, __b, __idx) argument
2964 #define vsetq_lane_s16(__a, __b, __idx) __arm_vsetq_lane_s16(__a, __b, __idx) argument
2965 #define vsetq_lane_s32(__a, __b, __idx) __arm_vsetq_lane_s32(__a, __b, __idx) argument
2966 #define vsetq_lane_s8(__a, __b, __idx) __arm_vsetq_lane_s8(__a, __b, __idx) argument
2967 #define vsetq_lane_s64(__a, __b, __idx) __arm_vsetq_lane_s64(__a, __b, __idx) argument
2968 #define vsetq_lane_u8(__a, __b, __idx) __arm_vsetq_lane_u8(__a, __b, __idx) argument
2969 #define vsetq_lane_u16(__a, __b, __idx) __arm_vsetq_lane_u16(__a, __b, __idx) argument
[all …]
Darm_neon.h50 #define __arm_lane(__vec, __idx) (__idx ^ (__ARM_NUM_LANES(__vec) - 1)) argument
51 #define __arm_laneq(__vec, __idx) (__idx ^ (__ARM_NUM_LANES(__vec)/2 - 1)) argument
53 #define __arm_lane(__vec, __idx) __idx
54 #define __arm_laneq(__vec, __idx) __idx
6198 #define vget_lane_f16(__v, __idx) \ argument
6202 __builtin_arm_lane_check (4, __idx); \
6203 float16_t __res = __vec[__arm_lane(__vec, __idx)]; \
6296 #define vgetq_lane_f16(__v, __idx) \ argument
6300 __builtin_arm_lane_check (8, __idx); \
6301 float16_t __res = __vec[__arm_laneq(__vec, __idx)]; \
[all …]