Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarlinFirmware/Marlin
/ MULT_Q
Function
MULT_Q
Marlin/src/module/stepper.cpp:1513–1513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1511
1512
#if ENABLED(SMOOTH_LIN_ADVANCE)
1513
FORCE_INLINE static constexpr int32_t MULT_Q(uint8_t q, int32_t x, int32_t y) { return (int64_t(x) * y) >> q; }
1514
#endif
1515
1516
void Stepper::isr() {
Callers
3
smooth_lin_adv_lookback
Method · 0.85
smooth_lin_adv_lookahead
Method · 0.85
stepper.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected