Home
last modified time | relevance | path

Searched refs:FMT_USE_INT128 (Results 1 – 6 of 6) sorted by relevance

/external/fmtlib/test/
Dstd-format-test.cc143 #if FMT_USE_INT128
Dformat-impl-test.cc322 #if FMT_USE_INT128
Dformat-test.cc1109 #if FMT_USE_INT128
1125 #if FMT_USE_INT128 in TEST()
1166 #if FMT_USE_INT128 in TEST()
1201 #if FMT_USE_INT128 in TEST()
/external/fmtlib/include/fmt/
Dcore.h308 #ifdef FMT_USE_INT128
312 # define FMT_USE_INT128 1 macro
316 # define FMT_USE_INT128 0 macro
318 #if !FMT_USE_INT128
1324 #if FMT_USE_INT128
Dformat-inl.h1179 #if FMT_USE_INT128 in multiply()
1421 using accumulator_t = conditional_t<FMT_USE_INT128, uint128_t, accumulator>;
1651 #if FMT_USE_INT128
1680 #if FMT_USE_INT128
Dformat.h819 #if FMT_USE_INT128
944 #if FMT_USE_INT128