Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
template <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
79
FL_DISABLE_WARNING_POP
80
Callers
15
hsv2rgb_fullspectrum
Function · 0.85
LedValue
Method · 0.85
calculateSteps
Method · 0.85
RGBtoHSV16
Function · 0.85
build_profile_cache
Function · 0.85
max3f
Function · 0.85
normalize4_if_needed
Function · 0.85
solve_fixed_topology_least_squares
Function · 0.85
solve_strict_subgamut_from_XYZ
Function · 0.85
solve_strict_subgamut_xy
Function · 0.85
solve_wx_balanced_fraction_for_xy
Function · 0.85
solve_wx_overdrive
Function · 0.85
Calls
no outgoing calls
Tested by
9
main
Function · 0.68
_check_build_include_order
Function · 0.68
extract_error_snippet
Function · 0.68
_format_failure_summary
Function · 0.68
_format_timing_summary
Function · 0.68
makeSyntheticVowel
Function · 0.68
makeJitteredVowel
Function · 0.68
display_statistics
Function · 0.68
display_results
Function · 0.68