Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ test_abi_mad3
Function
test_abi_mad3
modules/dasUnitTest/test_handles.cpp:360–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
}
359
360
float3 test_abi_mad3 ( float3 a, float3 b, float3 c ) {
361
return v_add(v_mul(a,b),c);
362
}
363
364
float4 test_abi_mad4 ( float4 a, float4 b, float4 c ) {
365
return v_add(v_mul(a,b),c);
Callers
nothing calls this directly
Calls
2
v_add
Function · 0.50
v_mul
Function · 0.50
Tested by
no test coverage detected