Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ o3_multiply
Function
o3_multiply
tests/fl/stl/compiler_control.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
return sum;
49
}
50
static int o3_multiply(int a, int b) {
51
return a * b;
52
}
53
static float o3_fast_multiply(float a, float b) {
54
return a * b;
55
}
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected