Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/include/bits/
Dlocale_facets.tcc2600 size_t __idx = 0; in __add_grouping() local
2603 while (__last - __first > __gbeg[__idx] in __add_grouping()
2604 && static_cast<signed char>(__gbeg[__idx]) > 0) in __add_grouping()
2606 __last -= __gbeg[__idx]; in __add_grouping()
2607 __idx < __gsize - 1 ? ++__idx : ++__ctr; in __add_grouping()
2616 for (char __i = __gbeg[__idx]; __i > 0; --__i) in __add_grouping()
2620 while (__idx--) in __add_grouping()
2623 for (char __i = __gbeg[__idx]; __i > 0; --__i) in __add_grouping()
/NextBSD/contrib/libc++/include/
Dtuple926 const size_t __idx = tuple_size<_Tp>::value - _Ip;
927 if (_VSTD::get<__idx>(__x) < _VSTD::get<__idx>(__y))
929 if (_VSTD::get<__idx>(__y) < _VSTD::get<__idx>(__x))
Dstring4089 _LIBCPP_FUNC_VIS int stoi (const string& __str, size_t* __idx = 0, int __base = 10);
4090 _LIBCPP_FUNC_VIS long stol (const string& __str, size_t* __idx = 0, int __base = 10);
4091 _LIBCPP_FUNC_VIS unsigned long stoul (const string& __str, size_t* __idx = 0, int __base = 10);
4092 _LIBCPP_FUNC_VIS long long stoll (const string& __str, size_t* __idx = 0, int __base = 10);
4093 _LIBCPP_FUNC_VIS unsigned long long stoull(const string& __str, size_t* __idx = 0, int __base = 10);
4095 _LIBCPP_FUNC_VIS float stof (const string& __str, size_t* __idx = 0);
4096 _LIBCPP_FUNC_VIS double stod (const string& __str, size_t* __idx = 0);
4097 _LIBCPP_FUNC_VIS long double stold(const string& __str, size_t* __idx = 0);
4109 _LIBCPP_FUNC_VIS int stoi (const wstring& __str, size_t* __idx = 0, int __base = 10…
4110 _LIBCPP_FUNC_VIS long stol (const wstring& __str, size_t* __idx = 0, int __base = 10…
[all …]