Home
last modified time | relevance | path

Searched refs:FMT_USE_GRISU (Results 1 – 25 of 27) sorted by relevance

12

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/fmt/test/
H A Dgrisu-test.cc17 if (FMT_USE_GRISU) { \
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/fmt/test/
H A Dgrisu-test.cc17 if (FMT_USE_GRISU) { \
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/fmt/test/
H A Dgrisu-test.cc17 if (FMT_USE_GRISU) { \
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dstrutil.h41 #ifndef FMT_USE_GRISU
42 # define FMT_USE_GRISU 1 macro
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dstrutil.h41 #ifndef FMT_USE_GRISU
42 # define FMT_USE_GRISU 1 macro
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/include/fmt/
H A Dformat.h164 #ifndef FMT_USE_GRISU
165 # define FMT_USE_GRISU 0 macro
2730 bool use_grisu = FMT_USE_GRISU && sizeof(T) <= sizeof(double) &&
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/fmt-5.3.0/include/fmt/
H A Dformat.h164 #ifndef FMT_USE_GRISU
165 # define FMT_USE_GRISU 0 macro
2730 bool use_grisu = FMT_USE_GRISU && sizeof(T) <= sizeof(double) &&
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/fmt/bundled/
H A Dformat.h164 #ifndef FMT_USE_GRISU
165 # define FMT_USE_GRISU 0 macro
2730 bool use_grisu = FMT_USE_GRISU && sizeof(T) <= sizeof(double) &&
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/fmt/fmt/
H A Dformat.h164 #ifndef FMT_USE_GRISU
165 # define FMT_USE_GRISU 0 macro
291 return FMT_USE_GRISU && std::numeric_limits<double>::is_iec559; in use_grisu()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/thirdparty/fmt/
H A Dformat.h464 #ifndef FMT_USE_GRISU
465 # define FMT_USE_GRISU 0
469 return FMT_USE_GRISU && std::numeric_limits<double>::is_iec559 &&
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/fmt/
H A Dformat.h464 #ifndef FMT_USE_GRISU
465 # define FMT_USE_GRISU 0
469 return FMT_USE_GRISU && std::numeric_limits<double>::is_iec559 &&
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/fmt/include/fmt/
H A Dformat.h516 #ifndef FMT_USE_GRISU
517 # define FMT_USE_GRISU 1
521 return FMT_USE_GRISU && std::numeric_limits<double>::is_iec559 &&
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/fmt/include/fmt/
H A Dformat.h546 #ifndef FMT_USE_GRISU
547 # define FMT_USE_GRISU 1
551 return FMT_USE_GRISU && std::numeric_limits<double>::is_iec559 &&
/dports/games/pioneer/pioneer-20210723/contrib/fmt/include/fmt/
H A Dformat.h546 #ifndef FMT_USE_GRISU
547 # define FMT_USE_GRISU 1
551 return FMT_USE_GRISU && std::numeric_limits<double>::is_iec559 &&
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/fmt/include/fmt/
H A Dformat.h546 #ifndef FMT_USE_GRISU
547 # define FMT_USE_GRISU 1
551 return FMT_USE_GRISU && std::numeric_limits<double>::is_iec559 &&
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/fmt/include/fmt/
H A Dformat.h546 #ifndef FMT_USE_GRISU
547 # define FMT_USE_GRISU 1
551 return FMT_USE_GRISU && std::numeric_limits<double>::is_iec559 &&
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/test/
H A Dformat-test.cc1055 if (FMT_USE_GRISU) in TEST()
1477 if (FMT_USE_GRISU) in TEST()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/spdlog/fmt/bundled/
H A Dformat.h558 #ifndef FMT_USE_GRISU
559 # define FMT_USE_GRISU 1
563 return FMT_USE_GRISU && std::numeric_limits<double>::is_iec559 &&
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/fmt/
H A DChangeLog.rst316 ``FMT_USE_GRISU`` macro defined to 1:
320 #define FMT_USE_GRISU 1
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/fmt/
H A DChangeLog.rst529 ``FMT_USE_GRISU`` macro defined to 1:
533 #define FMT_USE_GRISU 1
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/fmt/
H A DChangeLog.rst529 ``FMT_USE_GRISU`` macro defined to 1:
533 #define FMT_USE_GRISU 1
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/fmt/
H A DChangeLog.rst529 ``FMT_USE_GRISU`` macro defined to 1:
533 #define FMT_USE_GRISU 1
/dports/emulators/citra/citra-ac98458e0/externals/fmt/
H A DChangeLog.rst1284 ``FMT_USE_GRISU`` macro defined to 1:
1288 #define FMT_USE_GRISU 1
/dports/emulators/citra-qt5/citra-ac98458e0/externals/fmt/
H A DChangeLog.rst1284 ``FMT_USE_GRISU`` macro defined to 1:
1288 #define FMT_USE_GRISU 1
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/embedded/fmt/
H A DChangeLog.rst1300 ``FMT_USE_GRISU`` macro defined to 1:
1304 #define FMT_USE_GRISU 1

12