MCPcopy Index your code
hub / github.com/gpujs/gpu.js / divide

Function divide

test/features/create-kernel-map.js:6–8  ·  view source on GitHub ↗
(d1, d2)

Source from the content-addressed store, hash-verified

4describe('features: create kernel map');
5function createPropertyKernels(gpu, output) {
6 function divide(d1, d2) {
7 return d1 / d2;
8 }
9 const adder = alias('adder', function add(a1, a2) {
10 return a1 + a2;
11 });

Callers 2

createPropertyKernelsFunction · 0.70
createArrayKernelsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…