Home
last modified time | relevance | path

Searched refs:_strtod_l (Results 1 – 25 of 146) sorted by relevance

123456

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdlib/
H A Dstrtold.c66 return _strtod_l (_REENT, s00, se, loc); in strtold_l()
80 return _strtod_l (_REENT, s00, se, __get_current_locale ()); in strtold()
H A Dstrtod.c243 _strtod_l (const char *__restrict s00, char **__restrict se, function
1270 return _strtod_l (s00, se, __get_current_locale ());
1278 return _strtod_l (s00, se, loc);
1284 return _strtod_l (s00, se, __get_current_locale ());
1290 double val = _strtod_l (s00, se, loc);
1305 double val = _strtod_l (s00, se, __get_current_locale ());
H A Dwcstod.c184 val = _strtod_l(buf, &end, loc); in wcstod_l()
/dports/devel/simdjson/simdjson-0.9.6/tests/
H A Dnumberparsingcheck.cpp83 double expected = _strtod_l((const char *)buf, &endptr, c_locale); in found_invalid_number()
139 double expected = _strtod_l((const char *)buf, &endptr, c_locale); in found_float()
H A Drandom_string_number_tests.cpp110 double expected = _strtod_l((const char *)buf, &endptr, c_locale); in check_float()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/tests/dom/
H A Dnumberparsingcheck.cpp84 double expected = _strtod_l((const char *)buf, &endptr, c_locale); in found_invalid_number()
140 double expected = _strtod_l((const char *)buf, &endptr, c_locale); in found_float()
H A Drandom_string_number_tests.cpp111 double expected = _strtod_l((const char *)buf, &endptr, c_locale); in check_float()
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/gpkg/
H A Di18n.c19 return _strtod_l(nptr, endptr, locale->locale); in i18n_strtod()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-number.cc88 #define strtod_l(a, b, c) _strtod_l ((a), (b), (c))
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-number.cc87 #define strtod_l(a, b, c) _strtod_l ((a), (b), (c))
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-number.cc87 #define strtod_l(a, b, c) _strtod_l ((a), (b), (c))
/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_CString.cxx70 …#define strtod_l(thePtr, theNextPtr, theLocale) _strtod_l(thePtr, theNextPtr, theLo…
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreString.h37 # define strtod_l _strtod_l
/dports/misc/libiio/libiio-0.21/
H A Dutilities.c96 value = _strtod_l(str, &end, locale); in read_double_locale()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscclocale.cpp203 return _strtod_l(str, endptr, that()->cLocale); in strtod()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/thirdparty/fmt/
H A Dposix.h280 return _strtod_l(nptr, endptr, locale); in strtod_l()
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/include/fmt/
H A Dposix.h292 return _strtod_l(nptr, endptr, locale); in strtod_l()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dnt-base.h236 #define strtod_l _strtod_l
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dnt-base.h214 #define strtod_l _strtod_l
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dnt-base.h214 #define strtod_l _strtod_l
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dnt-base.h236 #define strtod_l _strtod_l
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/fmt-5.3.0/include/fmt/
H A Dposix.h292 return _strtod_l(nptr, endptr, locale); in strtod_l()
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/fmt/bundled/
H A Dposix.h292 return _strtod_l(nptr, endptr, locale); in strtod_l()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/fmt/
H A Dposix.h280 return _strtod_l(nptr, endptr, locale); in strtod_l()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/fmt/fmt/
H A Dposix.h292 return _strtod_l(nptr, endptr, locale); in strtod_l()

123456