Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ pow
Function
pow
include/simd/functions.hpp:227–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
using std::pow;
226
227
inline float_4 pow(float_4 a, float_4 b) {
228
return exp(b * log(a));
229
}
230
231
inline float_4 pow(float a, float_4 b) {
232
return exp(b * std::log(a));
Callers
15
teVarsInit
Function · 0.85
process
Method · 0.85
draw
Method · 0.85
getDisplayValue
Method · 0.85
setDisplayValue
Method · 0.85
updateZoom
Method · 0.85
step
Method · 0.85
onAction
Method · 0.85
drawLayer
Method · 0.85
onHoverKey
Method · 0.85
onDragMove
Method · 0.85
onDragMove
Method · 0.85
Calls
2
exp
Function · 0.85
log
Function · 0.70
Tested by
no test coverage detected