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

Function addArrayArray

test/internal/deep-types.js:463–465  ·  view source on GitHub ↗
(addArrayArrayArgument1, addArrayArrayArgument2)

Source from the content-addressed store, hash-verified

461 return addArrayFloatArgument1[this.thread.x] + addArrayFloatArgument2;
462 }
463 function addArrayArray(addArrayArrayArgument1, addArrayArrayArgument2) {
464 return addArrayArrayArgument1[this.thread.x] + addArrayArrayArgument2[this.thread.x];
465 }
466 function addFloatFloat(addFloatFloatArgument1, addFloatFloatArgument2) {
467 return addFloatFloatArgument1 + addFloatFloatArgument2;
468 }

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…