MCPcopy Create free account
hub / github.com/FastLED/FastLED / max

Function max

src/fl/math/math.h:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75template <typename T, typename U> constexpr inline common_type_t<T, U> max(T a, U b) FL_NOEXCEPT {
76 return (a > b) ? a : b;
77}
78
79FL_DISABLE_WARNING_POP
80

Callers 15

hsv2rgb_fullspectrumFunction · 0.85
LedValueMethod · 0.85
calculateStepsMethod · 0.85
RGBtoHSV16Function · 0.85
build_profile_cacheFunction · 0.85
max3fFunction · 0.85
normalize4_if_neededFunction · 0.85
solve_strict_subgamut_xyFunction · 0.85
solve_wx_overdriveFunction · 0.85

Calls

no outgoing calls

Tested by 9

mainFunction · 0.68
extract_error_snippetFunction · 0.68
_format_failure_summaryFunction · 0.68
_format_timing_summaryFunction · 0.68
makeSyntheticVowelFunction · 0.68
makeJitteredVowelFunction · 0.68
display_statisticsFunction · 0.68
display_resultsFunction · 0.68