| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
| c_locale.cc | 52 char* __sanity; local 53 __v = strtof_l(__s, &__sanity, (locale_t)__cloc); 57 if (__sanity == __s || *__sanity != '\0') 79 char* __sanity; local 80 __v = strtod_l(__s, &__sanity, (locale_t)__cloc); 84 if (__sanity == __s || *__sanity != '\0') 106 char* __sanity; local 107 __v = strtold_l(__s, &__sanity, (locale_t)__cloc) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
| c_locale.cc | 52 char* __sanity; local 53 __v = strtof_l(__s, &__sanity, (locale_t)__cloc); 57 if (__sanity == __s || *__sanity != '\0') 79 char* __sanity; local 80 __v = strtod_l(__s, &__sanity, (locale_t)__cloc); 84 if (__sanity == __s || *__sanity != '\0') 106 char* __sanity; local 107 __v = strtold_l(__s, &__sanity, (locale_t)__cloc) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
| c_locale.cc | 85 char* __sanity; local 93 __v = strtof(__s, &__sanity); 95 double __d = strtod(__s, &__sanity); 114 if (__sanity == __s || *__sanity != '\0') 151 char* __sanity; local 157 __v = strtod(__s, &__sanity); 161 if (__sanity == __s || *__sanity != '\0') 203 char* __sanity; local [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| c_locale.cc | 49 char* __sanity; local 50 __v = __strtof_l(__s, &__sanity, __cloc); 54 if (__sanity == __s || *__sanity != '\0') 76 char* __sanity; local 77 __v = __strtod_l(__s, &__sanity, __cloc); 81 if (__sanity == __s || *__sanity != '\0') 103 char* __sanity; local 107 __v = strtold_l(__s, &__sanity, __cloc) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
| c_locale.cc | 85 char* __sanity; local 93 __v = strtof(__s, &__sanity); 95 double __d = strtod(__s, &__sanity); 114 if (__sanity == __s || *__sanity != '\0') 151 char* __sanity; local 157 __v = strtod(__s, &__sanity); 161 if (__sanity == __s || *__sanity != '\0') 203 char* __sanity; local [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| c_locale.cc | 49 char* __sanity; local 50 __v = __strtof_l(__s, &__sanity, __cloc); 54 if (__sanity == __s || *__sanity != '\0') 76 char* __sanity; local 77 __v = __strtod_l(__s, &__sanity, __cloc); 81 if (__sanity == __s || *__sanity != '\0') 103 char* __sanity; local 107 __v = strtold_l(__s, &__sanity, __cloc) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| compatibility-ldbl-alt128.cc | 87 char* __sanity; local 91 __v = strtold_l(__s, &__sanity, __cloc); 93 __v = __strtold_l(__s, &__sanity, __cloc); 98 if (__sanity == __s || *__sanity != '\0')
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| compatibility-ldbl-alt128.cc | 87 char* __sanity; local 91 __v = strtold_l(__s, &__sanity, __cloc); 93 __v = __strtold_l(__s, &__sanity, __cloc); 98 if (__sanity == __s || *__sanity != '\0')
|