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

Function addFloatFloat

test/internal/deep-types.js:466–468  ·  view source on GitHub ↗
(addFloatFloatArgument1, addFloatFloatArgument2)

Source from the content-addressed store, hash-verified

464 return addArrayArrayArgument1[this.thread.x] + addArrayArrayArgument2[this.thread.x];
465 }
466 function addFloatFloat(addFloatFloatArgument1, addFloatFloatArgument2) {
467 return addFloatFloatArgument1 + addFloatFloatArgument2;
468 }
469 gpu
470 .addFunction(addFloatArray)
471 .addFunction(addArrayFloat)

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…