MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / cpp20_and_in_constexpr

Function cpp20_and_in_constexpr

source/extern/fast_float.h:325–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323namespace fast_float {
324
325fastfloat_really_inline constexpr bool cpp20_and_in_constexpr() {
326#if FASTFLOAT_HAS_IS_CONSTANT_EVALUATED
327 return std::is_constant_evaluated();
328#else
329 return false;
330#endif
331}
332
333template <typename T>
334fastfloat_really_inline constexpr bool is_supported_float_type() {

Callers 9

leading_zeroesFunction · 0.85
full_multiplicationFunction · 0.85
read8_to_u64Function · 0.85
scalar_addFunction · 0.85
skip_zerosFunction · 0.85
is_truncatedFunction · 0.85

Calls 1

is_constant_evaluatedFunction · 0.85

Tested by

no test coverage detected