MCPcopy Create free account
hub / github.com/gpujs/gpu.js / addArrayFloat

Function addArrayFloat

test/internal/deep-types.js:460–462  ·  view source on GitHub ↗
(addArrayFloatArgument1, addArrayFloatArgument2)

Source from the content-addressed store, hash-verified

458 return addFloatArrayArgument1 + addFloatArrayArgument2[this.thread.x];
459 }
460 function addArrayFloat(addArrayFloatArgument1, addArrayFloatArgument2) {
461 return addArrayFloatArgument1[this.thread.x] + addArrayFloatArgument2;
462 }
463 function addArrayArray(addArrayArrayArgument1, addArrayArrayArgument2) {
464 return addArrayArrayArgument1[this.thread.x] + addArrayArrayArgument2[this.thread.x];
465 }

Callers 1

testTortureTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…