Searched defs:__convert_to_v (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
H A D | c_locale.cc | 45 __convert_to_v(const char* __s, long& __v, ios_base::iostate& __err, in __convert_to_v() function 62 __convert_to_v(const char* __s, unsigned long& __v, in __convert_to_v() function 81 __convert_to_v(const char* __s, long long& __v, ios_base::iostate& __err, in __convert_to_v() function 98 __convert_to_v(const char* __s, unsigned long long& __v, in __convert_to_v() function 118 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, in __convert_to_v() function 135 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, in __convert_to_v() function 152 __convert_to_v(const char* __s, long double& __v, ios_base::iostate& __err, in __convert_to_v() function
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
H A D | c_locale.cc | 47 __convert_to_v(const char* __s, long& __v, ios_base::iostate& __err, in __convert_to_v() function 64 __convert_to_v(const char* __s, unsigned long& __v, in __convert_to_v() function 82 __convert_to_v(const char* __s, long long& __v, ios_base::iostate& __err, in __convert_to_v() function 99 __convert_to_v(const char* __s, unsigned long long& __v, in __convert_to_v() function 117 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, in __convert_to_v() function 157 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, in __convert_to_v() function 179 __convert_to_v(const char* __s, long double& __v, in __convert_to_v() function
|
/openbsd/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
H A D | c_locale.cc | 61 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, in __convert_to_v() function 75 __convert_to_v(const char* __s, long double& __v, ios_base::iostate& __err, in __convert_to_v() function
|
/openbsd/gnu/gcc/libstdc++-v3/config/locale/generic/ |
H A D | c_locale.cc | 88 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, in __convert_to_v() function 107 __convert_to_v(const char* __s, long double& __v, in __convert_to_v() function
|